Uses of Interface
org.apache.xerces.utils.NamespacesScope.NamespacesHandler

Packages that use NamespacesScope.NamespacesHandler
org.apache.xerces.utils   
org.apache.xerces.validators.common   
org.apache.xerces.validators.schema   
 

Uses of NamespacesScope.NamespacesHandler in org.apache.xerces.utils
 

Constructors in org.apache.xerces.utils with parameters of type NamespacesScope.NamespacesHandler
NamespacesScope(NamespacesScope.NamespacesHandler handler)
           
NamespacesScope(NamespacesScope.NamespacesHandler handler, int elemDepth, int[][] map)
           
 

Uses of NamespacesScope.NamespacesHandler in org.apache.xerces.validators.common
 

Classes in org.apache.xerces.validators.common that implement NamespacesScope.NamespacesHandler
 class XMLValidator
          This class is the super all-in-one validator used by the parser.
 

Uses of NamespacesScope.NamespacesHandler in org.apache.xerces.validators.schema
 

Classes in org.apache.xerces.validators.schema that implement NamespacesScope.NamespacesHandler
 class TraverseSchema
          Instances of this class get delegated to Traverse the Schema and to populate the Grammar internal representation by instances of Grammar objects.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.