Frames | No Frames |
Methods with return type org.w3c.dom.Node | |
Node | The node that associates this style sheet with the document. |
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 | 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
null if there are no more nodes.
|
Node | XPathResult.snapshotItem(int index) Returns the index th item in the snapshot collection. |
Methods with parameter type org.w3c.dom.Node | |
Node | |
void | |
boolean | |
String | |
boolean |
Methods with return type org.w3c.dom.Node | |
Node | SAXEventSink.createComment(char[] c, int off, int len) |
Node | |
Node | |
Node |
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 | StandaloneDocumentType.cloneNode(boolean deep) |
Node | |
Node | |
Node | |
Node | |
Node | |
Node | |
Node | |
Node |
Classes implementing org.w3c.dom.Node | |
class |
Constructors with parameter type org.w3c.dom.Node | |
IIOInvalidTreeException.IIOInvalidTreeException(String message, Throwable cause, Node offendingNode) | |
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 | 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 | |
Node | Removes the child node indicated by oldChild from the list
of children, and returns it.
|
Node | Replaces the child node oldChild with newChild
in the list of children, and returns the oldChild node.
|
void |
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 | 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 | Replaces the child node oldChild with newChild
in the list of children, and returns the oldChild node.
|
Methods with parameter type org.w3c.dom.Node | |
Object | |
void |
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. |
Constructors with parameter type org.w3c.dom.Node | |
Constructs an SAX2 parser initialized to traverse the specified
DOM tree. |
Methods with parameter type org.w3c.dom.Node | |
Node | Attempts to adopt a node from another document to this document. |
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.
|
void | This method is called whenever the node for which this handler is
registered is imported or cloned.
|
Node | 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 | 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 | Removes the child node indicated by oldChild from the list
of children, and returns it.
|
Node | Rename an existing node of type ELEMENT_NODE or
ATTRIBUTE_NODE .
|
Node | 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 | Adds the node newChild to the end of the list of children
of this node. |
Node | 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 | 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 | 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 | Inserts the node newChild before the existing child node
refChild . |
Node | NamedNodeMap.item(int index) Returns the index th item in the map. |
Node | Returns the index th item in the collection. |
Node | Removes the child node indicated by oldChild from the list
of children, and returns it.
|
Node | Removes a node specified by name. |
Node | Removes a node specified by local name and namespace URI. |
Node | Rename an existing node of type ELEMENT_NODE or
ATTRIBUTE_NODE .
|
Node | 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 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 | 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 | 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
|
Methods with return type org.w3c.dom.Node | |
Node | Returns the current node being populated. |
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 | 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 | 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 | 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. |
Constructors with parameter type org.w3c.dom.Node | |
Constructor with the node to append to.
| |
Constructor with the node to append to and the system ID.
| |
Constructor with the node to append to and the child node before which
the result should be appended.
| |
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.
| |
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.
|
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 | |
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 | |
Object | DomDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) |
Node | 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 | 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 | 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 | |
Node | 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 | 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 | 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 | 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 | DOM L2
Makes a copy of the specified node, with all nodes "owned" by
this document and with children optionally copied. |
Node | 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 | DOM L1
Inserts the specified node in this node's list of children.
|
Node | 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 | 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 | DOM L2
Removes the named item from the map, or reports an exception;
names are the localName and namespaceURI properties.
|
Node | |
Node | 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 | 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. |
Methods with parameter type org.w3c.dom.Node | |
@Override | |
@Override | |
@Override | |
@Override | |
@Override | |
boolean | Implementation of the XPath boolean function.
|
Collection | The id function selects elements by their unique ID.
|
String | 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 | 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 | 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 | Implementation of the XPath number function.
|
String | Implementation of the XPath string function.
|
int | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
String | Computes the XPath string-value of the specified node.
|
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. |
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.
|
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 | 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 | 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 | 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 | Rename an existing node of type ELEMENT_NODE or
ATTRIBUTE_NODE .
|
Methods with return type org.w3c.dom.Node | |
Node | HTMLCollection.item(int index) This method retrieves a node specified by ordinal index. |
Node | HTMLOptionsCollection.item(int index) 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. |