Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static XPathContext | XPathContext.makeNamespaceContext(Element element)
Creates a new XPath context that contains all the namespace
bindings in scope on the element.
|
Modifier and Type | Method and Description |
---|---|
Nodes | Node.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-2023 Elliotte Rusty Harold
elharo@ibiblio.org