Uses of Interface org.w3c.dom.Node

Uses in package org.w3c.dom.stylesheets

Methods with return type org.w3c.dom.Node

Node
The node that associates this style sheet with the document.

Uses in package org.w3c.dom.xpath

Methods with parameter type org.w3c.dom.Node

XPathNSResolver
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
Object
XPathEvaluator.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
Object
XPathExpression.evaluate(Node contextNode, short type, Object result)
Evaluates this XPath expression and returns a result.

Methods with return type org.w3c.dom.Node

Node
The value of this single node result, which may be null.
Node
Iterates and returns the next node from the node set or nullif there are no more nodes.
Node
Returns the indexth item in the snapshot collection.

Uses in package gnu.xml.dom.ls

Methods with parameter type org.w3c.dom.Node

Node
DomLSParser.parseWithContext(LSInput input, Node context, short action)
void
boolean
String
boolean

Methods with return type org.w3c.dom.Node

Node
SAXEventSink.createComment(char[] c, int off, int len)
Node
SAXEventSink.createDocumentType(String name, String publicId, String systemId)
Node
Node
DomLSParser.parseWithContext(LSInput input, Node context, short action)

Uses in package gnu.xml.libxmlj.util

Classes implementing org.w3c.dom.Node

class
A "standalone" document type, i.e. one that isn't attached to a document node.

Methods with parameter type org.w3c.dom.Node

Node
short
Node
boolean
boolean
Node
Node

Methods with return type org.w3c.dom.Node

Node
Node
Node
Node
Node
Node
Node
Node
Node
Node

Uses in package javax.imageio.metadata

Classes implementing org.w3c.dom.Node

class

Constructors with parameter type org.w3c.dom.Node

Fields of type org.w3c.dom.Node

Node

Methods with parameter type org.w3c.dom.Node

Node
Adds the node newChild to the end of the list of children of this node.
short
Compares the reference node, i.e. the node on which this method is being called, with a node, i.e. the one passed as a parameter, with regard to their position in the document and according to the document order.
Node
IIOMetadataNode.insertBefore(Node newChild, Node refChild)
Inserts the node newChild before the existing child node refChild.
boolean
Tests whether two nodes are equal.
boolean
Returns whether this node is the same node as the given one.
void
IIOMetadata.mergeTree(String formatName, Node root)
Node
Removes the child node indicated by oldChild from the list of children, and returns it.
Node
IIOMetadataNode.replaceChild(Node newChild, Node oldChild)
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
void
IIOMetadata.setFromTree(String formatName, Node root)

Methods with return type org.w3c.dom.Node

Node
Adds the node newChild to the end of the list of children of this node.
Node
IIOMetadataNode.cloneNode(boolean deep)
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
Node
Node
The first child of this node.
Node
The last child of this node.
Node
The node immediately following this node.
Node
Node
The parent of this node.
Node
The node immediately preceding this node.
Node
IIOMetadataNode.insertBefore(Node newChild, Node refChild)
Inserts the node newChild before the existing child node refChild.
Node
IIOMetadataNode.item(int index)
Node
Removes the child node indicated by oldChild from the list of children, and returns it.
Node
IIOMetadataNode.replaceChild(Node newChild, Node oldChild)
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.

Uses in package gnu.xml.transform

Methods with parameter type org.w3c.dom.Node

Object
Bindings.get(QName name, Node context, int pos, int len)
void

Uses in package org.w3c.dom.traversal

Methods with parameter type org.w3c.dom.Node

short
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
NodeIterator
DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
Create a new NodeIterator over the subtree rooted at the specified node.
TreeWalker
DocumentTraversal.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
Create a new TreeWalker over the subtree rooted at the specified node.
void
The node at which the TreeWalker is currently positioned.

Methods with return type org.w3c.dom.Node

Node
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
Node
The node at which the TreeWalker is currently positioned.
Node
The root node of the NodeIterator, as specified when it was created.
Node
The root node of the TreeWalker, as specified when it was created.
Node
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
Node
Returns the next node in the set and advances the position of the NodeIterator in the set.
Node
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
Node
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
Node
Moves to and returns the closest visible ancestor node of the current node.
Node
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
Node
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
Node
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.

Uses in package gnu.xml.util

Constructors with parameter type org.w3c.dom.Node

Constructs an SAX2 parser initialized to traverse the specified DOM tree.

Uses in package org.w3c.dom

Methods with parameter type org.w3c.dom.Node

Node
Attempts to adopt a node from another document to this document.
Node
Node.appendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
short
Compares the reference node, i.e. the node on which this method is being called, with a node, i.e. the one passed as a parameter, with regard to their position in the document and according to the document order.
void
UserDataHandler.handle(short operation, String key, Object data, Node src, Node dst)
This method is called whenever the node for which this handler is registered is imported or cloned.
Node
Document.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
Node
Node.insertBefore(Node newChild, Node refChild)
Inserts the node newChild before the existing child node refChild.
boolean
Tests whether two nodes are equal.
boolean
Returns whether this node is the same node as the given one.
Node
Node.removeChild(Node oldChild)
Removes the child node indicated by oldChild from the list of children, and returns it.
Node
Document.renameNode(Node n, String namespaceURI, String qualifiedName)
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
Node
Node.replaceChild(Node newChild, Node oldChild)
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
Node
Adds a node using its nodeName attribute.
Node
Adds a node using its namespaceURI and localName.

Methods with return type org.w3c.dom.Node

Node
Attempts to adopt a node from another document to this document.
Node
Node.appendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
Node
Node.cloneNode(boolean deep)
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
Node
The first child of this node.
Node
The last child of this node.
Node
Retrieves a node specified by name.
Node
NamedNodeMap.getNamedItemNS(String namespaceURI, String localName)
Retrieves a node specified by local name and namespace URI.
Node
The node immediately following this node.
Node
The parent of this node.
Node
The node immediately preceding this node.
Node
The node this locator is pointing to, or null if no node is available.
Node
Document.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
Node
Node.insertBefore(Node newChild, Node refChild)
Inserts the node newChild before the existing child node refChild.
Node
NamedNodeMap.item(int index)
Returns the indexth item in the map.
Node
NodeList.item(int index)
Returns the indexth item in the collection.
Node
Node.removeChild(Node oldChild)
Removes the child node indicated by oldChild from the list of children, and returns it.
Node
Removes a node specified by name.
Node
NamedNodeMap.removeNamedItemNS(String namespaceURI, String localName)
Removes a node specified by local name and namespace URI.
Node
Document.renameNode(Node n, String namespaceURI, String qualifiedName)
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
Node
Node.replaceChild(Node newChild, Node oldChild)
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
Node
Adds a node using its nodeName attribute.
Node
Adds a node using its namespaceURI and localName.

Uses in package org.w3c.dom.ranges

Methods with parameter type org.w3c.dom.Node

void
Inserts a node into the Document or DocumentFragment at the start of the Range.
void
Select a node and its contents
void
Select the contents within a node
void
Range.setEnd(Node refNode, int offset)
Sets the attributes describing the end of a Range.
void
Sets the end of a Range to be after a node
void
Sets the end position to be before a node.
void
Range.setStart(Node refNode, int offset)
Sets the attributes describing the start of the Range.
void
Sets the start position to be after a node
void
Sets the start position to be before a node
void
Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.

Methods with return type org.w3c.dom.Node

Node
The deepest common ancestor container of the Range's two boundary-points.
Node
Node within which the Range ends
Node
Node within which the Range begins

Uses in package gnu.xml.pipeline

Methods with return type org.w3c.dom.Node

Node
Returns the current node being populated.

Uses in package org.w3c.dom.ls

Methods with parameter type org.w3c.dom.Node

short
This method will be called by the parser at the completion of the parsing of each node.
Node
LSParser.parseWithContext(LSInput input, Node contextArg, short action)
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document at the position specified with the context and action arguments.
boolean
LSSerializer.write(Node nodeArg, LSOutput destination)
Serialize the specified node as described above in the general description of the LSSerializer interface.
String
Serialize the specified node as described above in the general description of the LSSerializer interface.
boolean
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.

Methods with return type org.w3c.dom.Node

Node
LSParser.parseWithContext(LSInput input, Node contextArg, short action)
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document at the position specified with the context and action arguments.

Uses in package javax.xml.transform.dom

Constructors with parameter type org.w3c.dom.Node

Constructor with the node to append to.
DOMResult.DOMResult(Node node, String systemID)
Constructor with the node to append to and the system ID.
DOMResult.DOMResult(Node node, Node nextSibling)
Constructor with the node to append to and the child node before which the result should be appended.
DOMResult.DOMResult(Node node, Node nextSibling, String systemID)
Constructor with the node to append to, the child node before which the result should be appended, and the system ID.
Constructor with a context node.
DOMSource.DOMSource(Node node, String systemId)
Constructor with a context node and system ID.

Methods with parameter type org.w3c.dom.Node

void
Sets the child node before which the result nodes will be inserted.
void
Sets the node to which the result tree will be appended.
void
Sets the context node.

Methods with return type org.w3c.dom.Node

Node
Returns the child node before which the result nodes will be inserted.
Node
Returns the node to which the result tree is to be appended, or the result tree after transformation if no node was previously set.
Node
Returns the context node.
Node
Returns the node on which the event originated.

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Node

class
"Attr" implementation.
class
"CDATASection" implementation.
class
Abstract "CharacterData" implementation.
class
"Comment" implementation.
class
"DocumentType" implementation (with no extensions for supporting any document typing information).
class
"Document" and "DocumentTraversal" implementation.
class
"DocumentFragment" implementation.
class
"Element" implementation.
class
"Entity" implementation.
class
"EntityReference" implementation (reference to parsed entity).
class
Abstract implemention of nodes describing external DTD-related objects.
class
"Node", "EventTarget", and "DocumentEvent" implementation.
class
"Notation" implementation.
class
Abstract implemention of namespace support.
class
"ProcessingInstruction" (PI) implementation.
class
"Text" implementation.

Constructors with parameter type org.w3c.dom.Node

DomDOMException.DomDOMException(short code, String data, Node node, int value)
Constructs an exception, with the diagnostic message corresponding to the specified code and additional information as provided.
DomIterator.DomIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
Constructs and initializes an iterator.
DomNodeIterator.DomNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion, boolean walk)

Methods with parameter type org.w3c.dom.Node

Node
Node
DOM L1 Appends the specified node to this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DOM L1 Appends the specified node to this node's list of children.
short
XPathNSResolver
NodeIterator
DomDocument.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean expandEntities)
DOM L2 (Traversal) Returns a newly created node iterator.
TreeWalker
DomDocument.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean expandEntities)
Object
DomDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Node
DomDocument.importNode(Node src, boolean deep)
DOM L2 Makes a copy of the specified node, with all nodes "owned" by this document and with children optionally copied.
void
DomEvent.DomMutationEvent.initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)
Initializes a mutation event
Node
DomDocument.insertBefore(Node newChild, Node refChild)
DOM L1 Inserts the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DomNode.insertBefore(Node newChild, Node refChild)
DOM L1 Inserts the specified node in this node's list of children.
boolean
boolean
Tests whether two nodes are equal.
boolean
boolean
boolean
boolean
Returns true iff node types match, and either (a) both nodes have no namespace and their getNodeName() values are the same, or (b) both nodes have the same getNamespaceURI() and same getLocalName() values.
Node
DOM L1 Removes the specified child from this node's list of children, or else reports an exception.
Node
DomDocument.renameNode(Node n, String namespaceURI, String qualifiedName)
Node
DomDocument.replaceChild(Node newChild, Node refChild)
DOM L1 Replaces the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DomNode.replaceChild(Node newChild, Node refChild)
DOM L1 Replaces the specified node in this node's list of children.
void
The node at which the TreeWalker is currently positioned.
Node
DOM L1 Stores the named item into the map, optionally overwriting any existing node with that name.
Node
DOM L2 Stores the named item into the map, optionally overwriting any existing node with that fully qualified name.

Methods with return type org.w3c.dom.Node

Node
Node
DOM L1 Appends the specified node to this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DOM L1 Appends the specified node to this node's list of children.
Node
DomNode.cloneNode(boolean deep)
DOM L1 Returns a clone of this node which optionally includes cloned versions of child nodes.
Node
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
Node
The node at which the TreeWalker is currently positioned.
Node
DOM L1 Returns the first child of this node, or null if there are none.
Node
DOM L1 Returns the first child of this node, or null if there are none.
Node
DOM L1 Returns the last child of this node, or null if there are none.
Node
DOM L1 Returns the last child of this node, or null if there are none.
Node
DOM L1 Returns the named item from the map, or null; names are just the nodeName property.
Node
DomNamedNodeMap.getNamedItemNS(String namespaceURI, String localName)
DOM L2 Returns the named item from the map, or null; names are the localName and namespaceURI properties, ignoring any prefix.
Node
DOM L1 Returns the previous sibling, if one is known.
Node
DOM L1 Returns the previous sibling, if one is known.
Node
Returns the node to which the diagnotic applies, or null.
Node
DOM L1 Returns the parent node, if one is known.
Node
DOM L1 Returns the parent node, if one is known.
Node
DOM L1 Returns the previous sibling, if one is known.
Node
DOM L1 Returns the previous sibling, if one is known.
Node
Returns any "related" node provided by this type of event
Node
DOM L2 Returns the root of the tree this is iterating through.
Node
The root node of the NodeIterator, as specified when it was created.
Node
DomDocument.importNode(Node src, boolean deep)
DOM L2 Makes a copy of the specified node, with all nodes "owned" by this document and with children optionally copied.
Node
DomDocument.insertBefore(Node newChild, Node refChild)
DOM L1 Inserts the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DomNode.insertBefore(Node newChild, Node refChild)
DOM L1 Inserts the specified node in this node's list of children.
Node
DomAttr.item(int index)
DOM L1 (NodeList) Returns the item with the specified index in this NodeList, else null.
Node
DomNamedNodeMap.item(int index)
DOM L1 Returns the indexed item from the map, or null.
Node
DomNode.item(int index)
DOM L1 (NodeList) Returns the item with the specified index in this NodeList, else null.
Node
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
Node
DOM L2 Returns the next node in a forward iteration, masked and filtered.
Node
Returns the next node in the set and advances the position of the NodeIterator in the set.
Node
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
Node
Moves to and returns the closest visible ancestor node of the current node.
Node
DOM L2 Returns the next node in a backward iteration, masked and filtered.
Node
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
Node
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
Node
DOM L1 Removes the specified child from this node's list of children, or else reports an exception.
Node
DOM L1 Removes the named item from the map, or reports an exception; names are just the nodeName property.
Node
DomNamedNodeMap.removeNamedItemNS(String namespaceURI, String localName)
DOM L2 Removes the named item from the map, or reports an exception; names are the localName and namespaceURI properties.
Node
DomDocument.renameNode(Node n, String namespaceURI, String qualifiedName)
Node
DomDocument.replaceChild(Node newChild, Node refChild)
DOM L1 Replaces the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
Node
DomNode.replaceChild(Node newChild, Node refChild)
DOM L1 Replaces the specified node in this node's list of children.
Node
DOM L1 Stores the named item into the map, optionally overwriting any existing node with that name.
Node
DOM L2 Stores the named item into the map, optionally overwriting any existing node with that fully qualified name.

Uses in package gnu.xml.xpath

Methods with parameter type org.w3c.dom.Node

@Override
FunctionCall.Object evaluate(Node context, int pos, int len)
@Override
IdFunction.Object evaluate(Node context, int pos, int len)
@Override
Selector.Object evaluate(Node context, int pos, int len)
@Override
Steps.Object evaluate(Node context, int pos, int len)
@Override
UnionExpr.Object evaluate(Node context, int pos, int len)
boolean
Expr._boolean(Node context, Object object)
Implementation of the XPath boolean function.
Collection
Expr._id(Node context, Object object)
The id function selects elements by their unique ID.
String
Expr._local_name(Node context, Collection nodeSet)
The local-name function returns the local part of the expanded-name of the node in the argument node-set that is first in document order.
String
Expr._name(Node context, Collection nodeSet)
The name function returns a string containing a QName representing the expanded-name of the node in the argument node-set that is first in document order.
String
Expr._namespace_uri(Node context, Collection nodeSet)
The namespace-uri function returns the namespace URI of the expanded-name of the node in the argument node-set that is first in document order.
double
Expr._number(Node context, Object object)
Implementation of the XPath number function.
String
Expr._string(Node context, Object object)
Implementation of the XPath string function.
int
Object
AndExpr.evaluate(Node context, int pos, int len)
Object
Constant.evaluate(Node context, int pos, int len)
Object
Expr.evaluate(Node context, int pos, int len)
Object
OrExpr.evaluate(Node context, int pos, int len)
Object
Root.evaluate(Node context, int pos, int len)
Object
VariableReference.evaluate(Node context, int pos, int len)
boolean
boolean
Pattern.matches(Node context)
boolean
boolean
boolean
Steps.matches(Node context)
boolean
boolean
NamespaceTest.matches(Node node, int pos, int len)
boolean
NameTest.matches(Node node, int pos, int len)
boolean
NodeTypeTest.matches(Node node, int pos, int len)
boolean
Test.matches(Node node, int pos, int len)
String
Computes the XPath string-value of the specified node.

Uses in package org.w3c.dom.events

Methods with parameter type org.w3c.dom.Node

void
MutationEvent.initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.

Methods with return type org.w3c.dom.Node

Node
relatedNode is used to identify a secondary node related to a mutation event.

Uses in package gnu.xml.dom.html2

Classes implementing org.w3c.dom.Node

class
An HTML 'A' element node.
class
An HTML 'APPLET' element node.
class
An HTML 'AREA' element node.
class
An HTML 'BASE' element node.
class
An HTML 'BASEFONT' element node.
class
An HTML 'BODY' element node.
class
An HTML 'BR' element node.
class
An HTML 'BUTTON' element node.
class
An HTML 'DIR' element node.
class
An HTML 'DIV' element node.
class
An HTML 'DL' element node.
class
An HTML document.
class
Abstract implementation of an HTML element node.
class
class
An HTML 'FIELDSET' element node.
class
An HTML 'FONT' element node.
class
An HTML 'FORM' element node.
class
An HTML 'FRAME' element node.
class
An HTML 'FRAMESET' element node.
class
An HTML 'HEAD' element node.
class
An HTML 'H1', 'H2', 'H3', 'H4', 'H5', or 'H6' element node.
class
An HTML 'HR' element node.
class
An HTML 'HTML' top-level element node.
class
An HTML 'IFRAME' element node.
class
An HTML 'IMG' element node.
class
An HTML 'INPUT' element node.
class
An HTML 'ISINDEX' element node.
class
An HTML 'LABEL' element node.
class
An HTML 'LEGEND' element node.
class
An HTML 'LINK' element node.
class
An HTML 'LI' element node.
class
An HTML 'MAP' element node.
class
An HTML 'MENU' element node.
class
An HTML 'META' element node.
class
An HTML 'INS' or 'DEL' element node.
class
An HTML 'OBJECT' element node.
class
An HTML 'OL' element node.
class
An HTML 'OPTGROUP' element node.
class
An HTML 'OPTION' element node.
class
An HTML 'P' element node.
class
An HTML 'PARAM' element node.
class
An HTML 'PRE' element node.
class
An HTML 'Q' or 'BLOCKQUOTE' element node.
class
An HTML 'SCRIPT' element node.
class
An HTML 'SELECT' element node.
class
An HTML 'STYLE' element node.
class
An HTML 'CAPTION' element node.
class
An HTML 'TH' or 'TD' element node.
class
An HTML 'COL' or 'COLGROUP' element node.
class
An HTML 'TABLE' element node.
class
An HTML 'TR' element node.
class
An HTML 'THEAD', 'TFOOT', or 'TBODY' element node.
class
An HTML 'TEXTAREA' element node.
class
An HTML 'TITLE' element node.
class
An HTML 'UL' element node.

Fields of type org.w3c.dom.Node

Node
The subsequently created new nodes will be inserted as the childs of this cursor.

Methods with return type org.w3c.dom.Node

Node
Create a new node.
Node
Returns the first child element with the specified name.
Node
Returns the first parent element with the specified name.

Uses in package gnu.xml.libxmlj.dom

Classes implementing org.w3c.dom.Node

class
A DOM document node implemented in libxml2.

Methods with parameter type org.w3c.dom.Node

Node
Attempts to adopt a node from another document to this document.
XPathNSResolver
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
NodeIterator
GnomeDocument.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
TreeWalker
GnomeDocument.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
Object
GnomeDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
Node
GnomeDocument.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
Node
GnomeDocument.renameNode(Node n, String namespaceURI, String qualifiedName)
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.

Methods with return type org.w3c.dom.Node

Node
Attempts to adopt a node from another document to this document.
Node
GnomeDocument.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
Node
GnomeDocument.renameNode(Node n, String namespaceURI, String qualifiedName)
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.

Uses in package org.w3c.dom.html2

Methods with return type org.w3c.dom.Node

Node
HTMLCollection.item(int index)
This method retrieves a node specified by ordinal index.
Node
This method retrieves a node specified by ordinal index.
Node
This method retrieves a Node using a name.
Node
This method retrieves a Node using a name.