Searched defs:namespace (Results 76 - 82 of 82) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java941 public int getExpandedTypeID(String namespace, String localName, int type) argument
944 return _dom.getExpandedTypeID(namespace, localName, type);
947 return super.getExpandedTypeID(namespace, localName, type);
H A DSimpleResultTreeImpl.java806 public int getExpandedTypeID(String namespace, String localName, int type) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1541 // Create element according to namespace support/qualification.
1563 // Attach attribute according to namespace
2076 * Creates an element of the given qualified name and namespace URI.
2079 * is bound to the predefined namespace
2080 * "http://www.w3.org/XML/1998/namespace" [Namespaces].
2081 * @param namespaceURI The namespace URI of the element to
2091 * "http://www.w3.org/XML/1998/namespace", or
2106 * @param namespaceURI The namespace URI of the element to
2124 * Creates an attribute of the given qualified name and namespace URI.
2127 * is bound to the predefined namespace
2521 checkDOMNSErr(String prefix, String namespace) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java85 * These hold indexes to elements based on namespace and local name.
86 * The base lookup is the the namespace. The second lookup is the local
380 * @param nsIndex The namespace index lookup.
1039 * Retrieves an attribute node by by qualified name and namespace URI.
1042 * @param namespaceURI The namespace URI of the attribute to
1231 // Assume that attributes and namespace nodes immediately follow the element
1245 /** Lazily created namespace lists. */
1249 /** Build table of namespace declaration
1251 * SuballocatedIntVectors containing the namespace node HANDLES declared at
1299 // Base the size of a new namespace lis
1704 getExpandedTypeID(String namespace, String localName, int type) argument
[all...]
H A DDTMDocumentImpl.java58 * %REVIEW% I _think_ the SAX convention is that "no namespace" is expressed
256 * Set a reference pointer to the namespace URI symbol table.
267 * Get a reference pointer to the namespace URI symbol table.
679 // * @param nsIndex The namespace of the node
688 // // this element and its attributes, store the element, namespace, and attritute
762 // * @param ns String the namespace of the node
793 // * @param ns the namespace of the element
813 // // Pop a level of namespace table
1077 * Retrieves an attribute node by by qualified name and namespace URI.
1080 * @param namespaceURI The namespace UR
1537 getExpandedTypeID(String namespace, String localName, int type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java181 /** Feature identifier: namespace growth */
220 /** Property identifier: no namespace schema location. */
657 * The namespace context in effect at the
661 * for copying the namespace bindings from the
1403 // so any other schemaLocation declaration for the same namespace will be
1405 // available for a particular namespace.
1414 // clear grammars, and put the one for schema namespace there
1761 //there is a reference to a component from that namespace. To provide location hints to the
1762 //application for a namespace
1859 // case 2: find declaration for element from another namespace
2378 findSchemaGrammar( short contextType, String namespace, QName enclosingElement, QName triggeringComponet, XMLAttributes attributes) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java172 /** Feature identifier: namespace growth */
180 /** Feature identifier: namespace prefixes. */
308 // this hashtable is keyed on by a target namespace. Its values
310 // with the key target namespace.
311 // if an imprted schema has absent namespace, the value "null" is stored.
314 // if the importing schema has absent namespace, empty string is stored.
365 // map between <redefine> elements and the namespace support
386 //handle namespace growth feature
514 // no namespace schema in the bucket, findGrammar will always return the
515 // no namespace schem
3015 expandRelatedAttributeComponents(XSAttributeDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3024 expandRelatedElementComponents(XSElementDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3038 expandRelatedTypeComponents(XSTypeDefinition type, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3047 expandRelatedModelGroupDefinitionComponents(XSModelGroupDefinition modelGroupDef, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3052 expandRelatedAttributeGroupComponents(XSAttributeGroupDefinition attrGroup, Vector componentList , String namespace, Map<String, Vector> dependencies) argument
3057 expandRelatedComplexTypeComponents(XSComplexTypeDecl type, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3066 expandRelatedSimpleTypeComponents(XSSimpleTypeDefinition type, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3090 expandRelatedAttributeUsesComponents(XSObjectList attrUses, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3098 expandRelatedAttributeUseComponents(XSAttributeUse component, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3103 expandRelatedParticleComponents(XSParticle component, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3118 expandRelatedModelGroupComponents(XSModelGroup modelGroup, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3127 addRelatedType(XSTypeDefinition type, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3142 addRelatedElement(XSElementDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3155 addRelatedAttribute(XSAttributeDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) argument
3271 expandImportList(String namespace, Vector namespaceList) argument
3348 findDependentNamespaces(String namespace, Map table) argument
3370 reportSharingError(String namespace, String name) argument
[all...]

Completed in 112 milliseconds

1234