Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSModel
-
-
Uses of XSModel in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as XSModel Modifier and Type Field Description protected XSModelPSVIElementNSImpl. fSchemaInformationthe schema information propertyMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSModel Modifier and Type Method Description XSModelPSVIElementNSImpl. getSchemaInformation()[schema information] -
Uses of XSModel in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSModel Modifier and Type Class Description classXSModelImplImplements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSModel Modifier and Type Field Description protected XSModelElementPSVImpl. fSchemaInformationthe schema information propertyMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSModel Modifier and Type Method Description XSModelElementPSVImpl. getSchemaInformation()[schema information]XSModelXMLSchemaLoader. load(LSInput is)XSModelXSLoaderImpl. load(LSInput is)Parse an XML Schema document from a resource identified by aLSInput.XSModelXMLSchemaLoader. loadInputList(LSInputList is)XSModelXSLoaderImpl. loadInputList(LSInputList is)Parses the content of XML Schema documents specified as a list ofLSInputs.XSModelXMLSchemaLoader. loadURI(String uri)XSModelXSLoaderImpl. loadURI(String uri)Parse an XML Schema document from a location identified by a URI reference.XSModelXMLSchemaLoader. loadURIList(StringList uriList)XSModelXSLoaderImpl. loadURIList(StringList uriList)Parses the content of XML Schema documents specified as the list of URI references.XSModelSchemaGrammar. toXSModel()Return anXSModelthat represents components in this schema grammar.XSModelSchemaGrammar. toXSModel(XSGrammar[] grammars) -
Uses of XSModel in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that return XSModel Modifier and Type Method Description XSModelXSGrammarPool. toXSModel()Return anXSModelthat represents components in the schema grammars in this pool implementation.XSModelXSGrammarPool. toXSModel(short schemaVersion)protected XSModelXSGrammarPool. toXSModel(SchemaGrammar[] grammars, short schemaVersion) -
Uses of XSModel in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return XSModel Modifier and Type Method Description XSModelXSGrammar. toXSModel()Return anXSModelthat represents components in this schema grammar and any schema grammars that are imported by this grammar directly or indirectly.XSModelXSGrammar. toXSModel(XSGrammar[] grammars)Return anXSModelthat represents components in this schema grammar and the grammars in thegrammarsparameter, any schema grammars that are imported by them directly or indirectly. -
Uses of XSModel in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSModel Modifier and Type Method Description XSModelElementPSVI. getSchemaInformation()schema information: the schema information property if it is the validation root,nullotherwise.XSModelXSLoader. load(LSInput is)Parse an XML Schema document from a resource identified by aLSInput.XSModelXSLoader. loadInputList(LSInputList is)Parses the content of XML Schema documents specified as a list ofLSInputs.XSModelXSLoader. loadURI(String uri)Parse an XML Schema document from a location identified by a URI reference.XSModelXSLoader. loadURIList(StringList uriList)Parses the content of XML Schema documents specified as the list of URI references.
-