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 XSDDescriptionXMLSchemaValidator. fXSDDescriptionSchema 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 XSDDescriptionXSDDescription. 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 XMLInputSourceXMLSchemaLoader. 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.XSDocumentInfoXSDHandler. constructTrees(Element schemaRoot, String locationHint, XSDDescription desc, boolean nsCollision)protected SchemaGrammarXSDHandler. findGrammar(XSDDescription desc, boolean ignoreConflict)First try to find a grammar in the bucket, if failed, consult the grammar pool.SchemaGrammarXSDHandler. parseSchema(XMLInputSource is, XSDDescription desc, Hashtable locationPairs)This method initiates the parse of a schema.
-