Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSDDescription
-
Packages that use XSDDescription Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers -
-
Uses of XSDDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSDDescription Modifier and Type Field Description protected XSDDescription
XMLSchemaValidator. fXSDDescription
Schema Grammar Description passed, to give a chance to application to supply the GrammarMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSDDescription Modifier and Type Method Description XSDDescription
XSDDescription. makeClone()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSDDescription Modifier and Type Method Description static XMLInputSource
XMLSchemaLoader. resolveDocument(XSDDescription desc, Hashtable locationPairs, XMLEntityResolver entityResolver)
This method tries to resolve location of the given schema.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSDDescription Constructor Description SchemaGrammar(String targetNamespace, XSDDescription grammarDesc, SymbolTable symbolTable)
Default constructor. -
Uses of XSDDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type XSDDescription Modifier and Type Method Description protected org.smooks.engine.delivery.sax.ng.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.
-