| Package | Description |
|---|---|
| org.apache.directory.api.ldap.schema.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTypeHolder
A bean used to hold the literal values of an AttributeType parsed out of an
OpenLDAP schema configuration file.
|
class |
ObjectClassHolder
A bean used to encapsulate the literal String values of an ObjectClass
definition found within an OpenLDAP schema configuration file.
|
class |
SchemaElementImpl
An abstract SchemaElement implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SchemaElement> |
antlrSchemaConverterParser.schemaElements |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SchemaElement> |
antlrSchemaConverterParser.getSchemaElements() |
private java.util.List<SchemaElement> |
SchemaParser.invokeParser(java.lang.String schemaName)
Invoke the parser
|
java.util.List<SchemaElement> |
SchemaParser.parse(java.io.InputStream schemaIn)
Thread safe method parses a stream of OpenLDAP schemaObject elements/objects.
|
java.util.List<SchemaElement> |
SchemaParser.parse(java.lang.String schemaObject)
Thread safe method parses an OpenLDAP schemaObject element/object.
|