Uses of Class

nu.xom.XPathContext

Packages that use XPathContext
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
 

Uses of XPathContext in nu.xom
 

Methods in nu.xom that return XPathContext
static XPathContextXPathContext.makeNamespaceContext(Element element)

           Creates a new XPath context that contains all the namespace bindings in scope on the element.
 

Methods in nu.xom with parameters of type XPathContext
 NodesNode.query(String xpath, XPathContext namespaces)

           Returns the nodes selected by the XPath expression in the context of this node in document order as defined in XSLT.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu