Lines Matching defs:namespace

58  * %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 URI of the attribute to
1140 * false if only the namespace declarations should be
1142 * @return handle of first namespace, or DTM.NULL to indicate none exists.
1244 * Given a namespace handle, advance to the next namespace.
1251 * @return handle of next namespace, or DTM.NULL to indicate none exists.
1254 // ###shs need to work on namespace
1520 String namespace = m_nsNames.indexToString(gotslot[0] << 16);
1522 String expandedName = namespace + ":" + localName;
1537 public int getExpandedTypeID(String namespace, String localName, int type) {
1543 String expandedName = namespace + ":" + localName;
1568 * Given an expanded-name ID, return the namespace URI part.
1571 * @return String URI value of this node's namespace, or null if no
1572 * namespace was resolved.
1656 * Given a namespace handle, return the prefix that the namespace decl is
1658 * Given a node handle, return the prefix used to map to the namespace.
1667 * namespace prefix was given.
1682 * Given a node handle, return its DOM-style namespace URI
1687 * @return String URI value of this node's namespace, or null if no
1688 * namespace was resolved.
2137 * Assumes that the symbols (local name, namespace URI and prefix)
2141 * namespace nodes are unbundled in the ContentHandler layer
2151 // this element and its attributes, store the element, namespace, and attritute
2176 * Assumes that the symbols (namespace URI and prefix) have already been
2182 * theoretically possible for a namespace declaration to also be declared
2189 // %REVIEW% I'm assigning this node the "namespace for namespaces"
2208 // W3: namespace name
2218 * point. Assumes that the symbols (namespace URI, local name, and
2284 * supported XPath axes (only namespace::) is not supported.
2334 // Pop a level of namespace table