Lines Matching refs:namespace

83    * These hold indexes to elements based on namespace and local name.
84 * The base lookup is the the namespace. The second lookup is the local
378 * @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 list on the
1332 /** Retrieve list of namespace declaration locations
1334 * entries are the namespace node HANDLES declared at that ID.
1362 // must have the namespace declarations we're interested in.
1455 * false if only the namespace declarations should be
1457 * @return handle of first namespace, or DTM.NULL to indicate none exists.
1502 * Given a namespace handle, advance to the next namespace.
1504 * @param baseHandle handle to original node from where the first namespace
1506 * @param nodeHandle A namespace handle for which we will find the next node.
1509 * @return handle of next namespace, or DTM.NULL to indicate none exists.
1533 // Assume that attributes and namespace nodes immediately follow the element.
1696 * @param namespace The namespace URI, which may be null, may be an empty
1698 * namespace URI.
1704 public int getExpandedTypeID(String namespace, String localName, int type)
1709 return ent.getExpandedTypeID(namespace, localName, type);
1724 * Given an expanded-name ID, return the namespace URI part.
1727 * @return String URI value of this node's namespace, or null if no
1728 * namespace was resolved.
1736 * Returns the namespace type of a specific node
1738 * @return the ID of the namespace.
1788 * Given a namespace handle, return the prefix that the namespace decl is
1790 * Given a node handle, return the prefix used to map to the namespace.
1797 * namespace prefix was given.
1802 * Given a node handle, return its DOM-style namespace URI
1809 * @return String URI value of this node's namespace, or null if no
1810 * namespace was resolved.