Uses of Interface
org.apache.directory.shared.converter.schema.SchemaElement

Packages that use SchemaElement
org.apache.directory.shared.converter.schema   
 

Uses of SchemaElement in org.apache.directory.shared.converter.schema
 

Classes in org.apache.directory.shared.converter.schema that implement SchemaElement
 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.
 

Methods in org.apache.directory.shared.converter.schema that return types with arguments of type SchemaElement
 java.util.List<SchemaElement> SchemaParser.parse(java.io.InputStream schemaIn, java.io.Writer out)
          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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.