Frames | No Frames |
Methods with parameter type nu.xom.Nodes | |
Document |
Builds a Document object from a
Nodes object. |
Nodes |
Creates a new Nodes object from the
input Nodes object by applying this object's
stylesheet. |
Methods with return type nu.xom.Nodes | |
Nodes |
Creates a new Nodes from the
input Document by applying this object's
stylesheet. |
Nodes |
Creates a new Nodes object from the
input Nodes object by applying this object's
stylesheet. |
Methods with return type nu.xom.Nodes | |
Nodes |
Signals the end of an element. |
Nodes |
Returns a new Nodes object containing an
attribute in the specified namespace
with the specified name and type. |
Nodes | NodeFactory.makeComment(String data)
Returns a new Nodes object containing a
comment with the specified text. |
Nodes | NodeFactory.makeDocType(String rootElementName, String publicID, String systemID)
Returns a new Nodes object containing a
DocType object with the specified root element
name, system ID, and public ID. |
Nodes | NodeFactory.makeProcessingInstruction(String target, String data)
Returns a new Nodes object containing a
new ProcessingInstruction object with
the specified target and data. |
Nodes | NodeFactory.makeText(String data)
Returns a new Nodes object containing a
text node with the specified content. |
Nodes |
Returns the nodes selected by the XPath expression in the
context of this node in document order as defined by XSLT. |
Nodes |
Returns the nodes selected by the XPath expression in the
context of this node in document order as defined in XSLT. |
Nodes |
Detaches all children from this node. |
Methods with parameter type nu.xom.Nodes | |
void |
Serializes a document subset onto the output stream using the
canonical XML algorithm. |
Methods with parameter type nu.xom.Nodes | |
void |
Converts a Nodes list into SAX by firing events
into the registered handlers. |
Methods with return type nu.xom.Nodes | |
Nodes | DOMConverter.convert(DocumentFragment fragment)
Translates a DOM org.w3c.dom.DocumentFragment
object into an equivalent nu.xom.Nodes object. |