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 XSModel
PSVIElementNSImpl. fSchemaInformation
the schema information propertyMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSModel Modifier and Type Method Description XSModel
PSVIElementNSImpl. 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 class
XSModelImpl
Implements 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 XSModel
ElementPSVImpl. fSchemaInformation
the schema information propertyMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSModel Modifier and Type Method Description XSModel
ElementPSVImpl. getSchemaInformation()
[schema information]XSModel
XMLSchemaLoader. load(LSInput is)
XSModel
XSLoaderImpl. load(LSInput is)
Parse an XML Schema document from a resource identified by aLSInput
.XSModel
XMLSchemaLoader. loadInputList(LSInputList is)
XSModel
XSLoaderImpl. loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list ofLSInput
s.XSModel
XMLSchemaLoader. loadURI(String uri)
XSModel
XSLoaderImpl. loadURI(String uri)
Parse an XML Schema document from a location identified by a URI reference.XSModel
XMLSchemaLoader. loadURIList(StringList uriList)
XSModel
XSLoaderImpl. loadURIList(StringList uriList)
Parses the content of XML Schema documents specified as the list of URI references.XSModel
SchemaGrammar. toXSModel()
Return anXSModel
that represents components in this schema grammar.XSModel
SchemaGrammar. 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 XSModel
XSGrammarPool. toXSModel()
Return anXSModel
that represents components in the schema grammars in this pool implementation.XSModel
XSGrammarPool. toXSModel(short schemaVersion)
protected XSModel
XSGrammarPool. 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 XSModel
XSGrammar. toXSModel()
Return anXSModel
that represents components in this schema grammar and any schema grammars that are imported by this grammar directly or indirectly.XSModel
XSGrammar. toXSModel(XSGrammar[] grammars)
Return anXSModel
that represents components in this schema grammar and the grammars in thegrammars
parameter, 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 XSModel
ElementPSVI. getSchemaInformation()
schema information: the schema information property if it is the validation root,null
otherwise.XSModel
XSLoader. load(LSInput is)
Parse an XML Schema document from a resource identified by aLSInput
.XSModel
XSLoader. loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list ofLSInput
s.XSModel
XSLoader. loadURI(String uri)
Parse an XML Schema document from a location identified by a URI reference.XSModel
XSLoader. loadURIList(StringList uriList)
Parses the content of XML Schema documents specified as the list of URI references.
-