Uses of Class
org.apache.xerces.impl.xs.XSDDescription

Packages that use XSDDescription
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.traversers   
 

Uses of XSDDescription in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return XSDDescription
 XSDDescription XSDDescription.makeClone()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type XSDDescription
static XMLInputSource XMLSchemaLoader.resolveDocument(XSDDescription desc, java.util.Hashtable locationPairs, XMLEntityResolver entityResolver)
          This method tries to resolve location of the given schema.
 

Constructors in org.apache.xerces.impl.xs with parameters of type XSDDescription
SchemaGrammar(java.lang.String targetNamespace, XSDDescription grammarDesc, SymbolTable symbolTable)
          Default constructor.
 

Uses of XSDDescription in org.apache.xerces.impl.xs.traversers
 

Methods in org.apache.xerces.impl.xs.traversers with parameters of type XSDDescription
 SchemaGrammar XSDHandler.parseSchema(XMLInputSource is, XSDDescription desc, java.util.Hashtable locationPairs)
          This method initiates the parse of a schema.