Searched defs:schemaRoot (Results 1 - 3 of 3) 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...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java113 LdapSchemaCtx schemaRoot) throws NamingException {
121 objectDescs2ClassDefs(objectClassesAttr,schemaRoot);
126 attrDescs2AttrDefs(attributeDefAttr, schemaRoot);
131 syntaxDescs2SyntaxDefs(syntaxDefAttr, schemaRoot);
136 matchRuleDescs2MatchRuleDefs(matchRuleDefAttr, schemaRoot);
141 LdapSchemaCtx schemaRoot)
151 classDefTree = schemaRoot.setup(LdapSchemaCtx.OBJECTCLASS_ROOT,
173 LdapSchemaCtx schemaRoot)
183 attrDefTree = schemaRoot.setup(LdapSchemaCtx.ATTRIBUTE_ROOT,
206 LdapSchemaCtx schemaRoot)
112 LDAP2JNDISchema(Attributes schemaAttrs, LdapSchemaCtx schemaRoot) argument
140 objectDescs2ClassDefs(Attribute objDescsAttr, LdapSchemaCtx schemaRoot) argument
172 attrDescs2AttrDefs(Attribute attributeDescAttr, LdapSchemaCtx schemaRoot) argument
204 syntaxDescs2SyntaxDefs( Attribute syntaxDescAttr, LdapSchemaCtx schemaRoot) argument
237 matchRuleDescs2MatchRuleDefs( Attribute matchRuleDescAttr, LdapSchemaCtx schemaRoot) argument
[all...]

Completed in 909 milliseconds