Uses of Class nu.xom.Nodes

Uses in package nu.xom.xslt

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.

Uses in package nu.xom

Methods with return type nu.xom.Nodes

Nodes
Signals the end of an element.
Nodes
NodeFactory.makeAttribute(String name, String URI, String value, Attribute.Type type)
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
Node.query(String xpath)
Returns the nodes selected by the XPath expression in the context of this node in document order as defined by XSLT.
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.
Nodes
Detaches all children from this node.

Uses in package nu.xom.canonical

Methods with parameter type nu.xom.Nodes

void
Canonicalizer.write(Nodes documentSubset)
Serializes a document subset onto the output stream using the canonical XML algorithm.

Uses in package nu.xom.converters

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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu