Searched refs:schemaRoot (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDocumentInfo.java95 XSDocumentInfo (Element schemaRoot, XSAttributeChecker attrChecker, SymbolTable symbolTable) argument
97 fSchemaElement = schemaRoot;
98 initNamespaceSupport(schemaRoot);
104 if (schemaRoot != null) {
105 Element root = schemaRoot;
149 private void initNamespaceSupport(Element schemaRoot) { argument
153 Node parent = schemaRoot.getParentNode();
H A DXSDHandler.java551 Element schemaRoot = null;
554 schemaRoot = getSchemaDocument(schemaNamespace, (DOMInputSource) is,
559 schemaRoot = getSchemaDocument(schemaNamespace, (SAXInputSource) is,
564 schemaRoot = getSchemaDocument(schemaNamespace, (StAXInputSource) is,
569 schemaRoot = getSchemaDocument((XSInputSource) is, desc);
572 schemaRoot = getSchemaDocument(schemaNamespace, is,
578 if (schemaRoot == null) {
587 Element schemaElem = schemaRoot;
609 fTraversed.put(key, schemaRoot);
611 fDoc2SystemId.put(schemaRoot, schemaI
773 constructTrees(Element schemaRoot, String locationHint, XSDDescription desc, boolean nsCollision) argument
[all...]

Completed in 28 milliseconds