Save This Page
Home » dom4j-1.6.1 » org.dom4j.xpath » [javadoc | source]
org.dom4j.xpath
public class: DefaultNamespaceContext [javadoc | source]
java.lang.Object
   org.dom4j.xpath.DefaultNamespaceContext

All Implemented Interfaces:
    Serializable, org.jaxen.NamespaceContext

DefaultNamespaceContext implements a Jaxen NamespaceContext such that a context node is used to determine the current XPath namespace prefixes and namespace URIs available.

Constructor:
 public DefaultNamespaceContext(Element element) 
Method from org.dom4j.xpath.DefaultNamespaceContext Summary:
create,   translateNamespacePrefixToUri
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.xpath.DefaultNamespaceContext Detail:
 public static DefaultNamespaceContext create(Object node) 
 public String translateNamespacePrefixToUri(String prefix)