|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSModel | |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.util | |
org.apache.xerces.xni.grammars | |
org.apache.xerces.xs |
Uses of XSModel in org.apache.xerces.dom |
---|
Methods in org.apache.xerces.dom that return XSModel | |
---|---|
XSModel |
PSVIElementNSImpl.getSchemaInformation()
[schema information] |
Uses of XSModel in org.apache.xerces.impl.xs |
---|
Classes in org.apache.xerces.impl.xs that implement XSModel | |
---|---|
class |
XSModelImpl
Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces. |
Methods in org.apache.xerces.impl.xs that return XSModel | |
---|---|
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 a LSInput . |
XSModel |
XMLSchemaLoader.loadInputList(LSInputList is)
|
XSModel |
XSLoaderImpl.loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list of LSInput s. |
XSModel |
XMLSchemaLoader.loadURI(java.lang.String uri)
|
XSModel |
XSLoaderImpl.loadURI(java.lang.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 an XSModel that represents components in this schema
grammar. |
XSModel |
SchemaGrammar.toXSModel(XSGrammar[] grammars)
|
Uses of XSModel in org.apache.xerces.impl.xs.util |
---|
Methods in org.apache.xerces.impl.xs.util that return XSModel | |
---|---|
XSModel |
XSGrammarPool.toXSModel()
Return an XSModel that represents components in
the schema grammars in this pool implementation. |
Uses of XSModel in org.apache.xerces.xni.grammars |
---|
Methods in org.apache.xerces.xni.grammars that return XSModel | |
---|---|
XSModel |
XSGrammar.toXSModel()
Return an XSModel 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 an XSModel that represents components in this schema
grammar and the grammars in the grammars parameter,
any schema grammars that are imported by them directly or indirectly. |
Uses of XSModel in org.apache.xerces.xs |
---|
Methods in org.apache.xerces.xs that return XSModel | |
---|---|
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 a LSInput . |
XSModel |
XSLoader.loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list of LSInput s. |
XSModel |
XSLoader.loadURI(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |