Uses of Class
org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription

Packages that use NormalizerDescription
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.syntax   
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type NormalizerDescription
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, String schemaName)
          Create a new instance of a Normalizer
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return NormalizerDescription
 NormalizerDescription NormalizerDescriptionSchemaParser.parse(String schemaDescription)
          Parses a Normalizer description
 NormalizerDescription NormalizerDescriptionSchemaParser.parseNormalizerDescription(String normalizerDescription)
          Parses a normalizer description:
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema.syntax
 

Methods in org.apache.directory.shared.ldap.schema.syntax that return NormalizerDescription
 NormalizerDescription AntlrSchemaParser.normalizerDescription()
          Production for normalizer descriptions.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.