Searched refs:schemaDOM (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java72 SchemaDOM schemaDOM; field in class:SchemaDOMParser
118 schemaDOM = new SchemaDOM();
125 schemaDOM.setDocumentURI(locator.getExpandedSystemId());
136 // schemaDOM.printDOM();
151 schemaDOM.comment(text);
176 schemaDOM.processingInstruction(target, data);
213 schemaDOM.characters(text);
248 schemaDOM.startAnnotation(element, attributes, fNamespaceContext);
249 fCurrentAnnotationElement = schemaDOM.startElement(element, attributes,
262 schemaDOM
[all...]
H A DElementImpl.java38 SchemaDOM schemaDOM; field in class:ElementImpl
89 return schemaDOM;
94 return schemaDOM.relations[row][0];
112 return schemaDOM.relations[parentRow][1];
121 for (; i<schemaDOM.relations[parentRow].length; i++) {
122 if (schemaDOM.relations[parentRow][i] == null) {
123 return schemaDOM.relations[parentRow][i-1];
129 return schemaDOM.relations[parentRow][i-1];
137 return schemaDOM.relations[row][col-1];
142 if (col == schemaDOM
[all...]
H A DSchemaDOM.java99 node.schemaDOM = this;

Completed in 92 milliseconds