Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.util | |
org.apache.xerces.xni.grammars | |
org.apache.xerces.xs |
Modifier and Type | Field and Description |
---|---|
protected XSModel |
PSVIElementNSImpl.fSchemaInformation
the schema information property
|
Modifier and Type | Method and Description |
---|---|
XSModel |
PSVIElementNSImpl.getSchemaInformation()
[schema information]
|
Modifier and Type | Class and Description |
---|---|
class |
XSModelImpl
Implements XSModel: a read-only interface that represents an XML Schema,
which could be components from different namespaces.
|
Modifier and Type | Field and Description |
---|---|
protected XSModel |
ElementPSVImpl.fSchemaInformation
the schema information property
|
Modifier and Type | Method and Description |
---|---|
XSModel |
ElementPSVImpl.getSchemaInformation()
[schema information]
|
XSModel |
XSLoaderImpl.load(LSInput is)
Parse an XML Schema document from a resource identified by a
LSInput . |
XSModel |
XMLSchemaLoader.load(LSInput is) |
XSModel |
XSLoaderImpl.loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list of
LSInput s. |
XSModel |
XMLSchemaLoader.loadInputList(LSInputList is) |
XSModel |
XSLoaderImpl.loadURI(String uri)
Parse an XML Schema document from a location identified by a URI
reference.
|
XSModel |
XMLSchemaLoader.loadURI(String uri) |
XSModel |
XSLoaderImpl.loadURIList(StringList uriList)
Parses the content of XML Schema documents specified as the list of URI
references.
|
XSModel |
XMLSchemaLoader.loadURIList(StringList uriList) |
XSModel |
SchemaGrammar.toXSModel()
Return an
XSModel that represents components in this schema
grammar. |
XSModel |
SchemaGrammar.toXSModel(XSGrammar[] grammars) |
Modifier and Type | Method and Description |
---|---|
XSModel |
XSGrammarPool.toXSModel()
Return an
XSModel that represents components in
the schema grammars in this pool implementation. |
protected XSModel |
XSGrammarPool.toXSModel(SchemaGrammar[] grammars,
short schemaVersion) |
XSModel |
XSGrammarPool.toXSModel(short schemaVersion) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and 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 a
LSInput . |
XSModel |
XSLoader.loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list of
LSInput 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.