Searched refs:XSModel (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSLoader.java62 * @return An XSModel representing the schema documents.
64 public XSModel loadURIList(StringList uriList);
71 * @return An XSModel representing the schema documents.
73 public XSModel loadInputList(LSInputList is);
80 * @return An XSModel representing this schema.
82 public XSModel loadURI(String uri);
89 * @return An XSModel representing this schema.
91 public XSModel load(LSInput is);
H A DElementPSVI.java48 public XSModel getSchemaInformation();
H A DXSModel.java26 public interface XSModel { interface
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXSGrammar.java23 import com.sun.org.apache.xerces.internal.xs.XSModel;
29 * can be converted to XSModel, from which further information about components
38 * Return an <code>XSModel</code> that represents components in this schema
42 * @return an <code>XSModel</code> representing this schema grammar
44 public XSModel toXSModel();
47 * Return an <code>XSModel</code> that represents components in this schema
51 * @return an <code>XSModel</code> representing these schema grammars
53 public XSModel toXSModel(XSGrammar[] grammars);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSGrammarPool.java30 import com.sun.org.apache.xerces.internal.xs.XSModel;
34 * Add a method that return an <code>XSModel</code> that represents components in
44 * Return an <code>XSModel</code> that represents components in
47 * @return an <code>XSModel</code> representing this schema grammar
49 public XSModel toXSModel() {
53 public XSModel toXSModel(short schemaVersion) {
70 protected XSModel toXSModel(SchemaGrammar[] grammars, short schemaVersion) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DElementPSVImpl.java26 import com.sun.org.apache.xerces.internal.xs.XSModel;
94 /** deferred XSModel **/
98 protected XSModel fSchemaInformation = null;
229 public synchronized XSModel getSchemaInformation() {
H A DXSLoaderImpl.java32 import com.sun.org.apache.xerces.internal.xs.XSModel;
101 * @return An XSModel representing the schema documents.
103 public XSModel loadURIList(StringList uriList) {
123 * @return An XSModel representing the schema documents.
125 public XSModel loadInputList(LSInputList is) {
145 * @return An XSModel representing this schema.
147 public XSModel loadURI(String uri) {
163 * @return An XSModel representing this schema.
165 public XSModel load(LSInput is) {
H A DXMLSchemaLoader.java72 import com.sun.org.apache.xerces.internal.xs.XSModel;
1101 public XSModel load(LSInput is) {
1114 public XSModel loadInputList(LSInputList is) {
1131 public XSModel loadURI(String uri) {
1145 public XSModel loadURIList(StringList uriList) {
H A DXSModelImpl.java42 import com.sun.org.apache.xerces.internal.xs.XSModel;
53 * Implements XSModel: a read-only interface that represents an XML Schema,
62 public final class XSModelImpl extends AbstractList implements XSModel, XSNamespaceItemList {
106 // whether there is any IDC in this XSModel
601 * @see org.apache.xerces.xs.XSModel#getNotationDeclaration(String, String)
658 * REVISIT: to expose identity constraints from XSModel.
661 * XSModel interface.
H A DSchemaGrammar.java52 import com.sun.org.apache.xerces.internal.xs.XSModel;
1625 * Return an <code>XSModel</code> that represents components in this schema
1628 * @return an <code>XSModel</code> representing this schema grammar
1630 public XSModel toXSModel() {
1634 public XSModel toXSModel(XSGrammar[] grammars) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIElementNSImpl.java107 protected XSModel fSchemaInformation = null;
236 public XSModel getSchemaInformation() {

Completed in 3337 milliseconds