Home | History | Annotate | Download | only in utils

Lines Matching refs:prefix

26  * prefix at a particular point in a document, or mapping the prefixes
34 * Given a namespace, get the corrisponding prefix. This assumes that
38 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
40 * @return The associated Namespace URI, or null if the prefix
43 String getNamespaceForPrefix(String prefix);
46 * Given a namespace, get the corresponding prefix, based on the context node.
48 * @param prefix The prefix to look up, which may be an empty string ("") for the default Namespace.
51 * @return The associated Namespace URI as a string, or null if the prefix
54 String getNamespaceForPrefix(String prefix, org.w3c.dom.Node context);