Uses of Interface
org.apache.xerces.xs.XSModel

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
 

Fields in org.apache.xerces.dom declared as XSModel
protected  XSModel PSVIElementNSImpl.fSchemaInformation
          the schema information property
 

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.
 

Fields in org.apache.xerces.impl.xs declared as XSModel
protected  XSModel ElementPSVImpl.fSchemaInformation
          the schema information property
 

Methods in org.apache.xerces.impl.xs that return XSModel
 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 LSInputs.
 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)
           
 

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.
protected  XSModel XSGrammarPool.toXSModel(SchemaGrammar[] grammars, short schemaVersion)
           
 XSModel XSGrammarPool.toXSModel(short schemaVersion)
           
 

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 grammarsparameter, 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 LSInputs.
 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 © 2011. All Rights Reserved.