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
 

Fields in org.apache.xerces.impl.xs declared as XSDDescription
protected  XSDDescription XMLSchemaValidator.fXSDDescription
          Schema Grammar Description passed, to give a chance to application to supply the Grammar
 

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, 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(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
protected  org.apache.xerces.impl.xs.traversers.XSDocumentInfo XSDHandler.constructTrees(Element schemaRoot, String locationHint, XSDDescription desc, boolean nsCollision)
           
protected  SchemaGrammar XSDHandler.findGrammar(XSDDescription desc, boolean ignoreConflict)
          First try to find a grammar in the bucket, if failed, consult the grammar pool.
 SchemaGrammar XSDHandler.parseSchema(XMLInputSource is, XSDDescription desc, Hashtable locationPairs)
          This method initiates the parse of a schema.
 



Copyright © 2011. All Rights Reserved.