Uses of Interface org.w3c.dom.Node

Uses in package org.apache.xml.serializer

Methods with parameter type org.w3c.dom.Node

void
This method gets the nodes value as a String and uses that String as if it were an input character notification.
void
This method gets the node's value as a String and uses that String as if it were an input character notification.
void
Serializes the DOM node.
void
void
Notify that the serializer should take this DOM node as input to be serialized.
void
Does nothing.
void
Serializes the DOM node.
void
void
Converts the DOM node to output
void
void
Set the current node.

Uses in package org.apache.xalan.lib

Methods with return type org.w3c.dom.Node

Node
Return a Node of basic debugging information from the EnvironmentCheck utility about the Java environment.

Uses in package org.apache.xalan.processor

Classes implementing org.w3c.dom.Node

class
This class processes character events for a XSLT template element.
class
This class processes parse events for an exslt func:result element.
class
This class processes parse events for an exslt func:function element.
class
Processes an XSLT literal-result-element, or something that looks like one.
class
This class processes the xsl:stylesheet element.
class
This class processes parse events for an XSLT template element.
class
Process xsl:text.
class
This class processes an unknown template element.
class
class
This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.

Methods with parameter type org.w3c.dom.Node

String
StylesheetHandler.getNamespaceForPrefix(String prefix, Node context)
Given a namespace, get the corrisponding prefix.
Templates
void
Set the node that is originating the SAX event.

Methods with return type org.w3c.dom.Node

Node
Set the node that is originating the SAX event.

Uses in package org.apache.xalan.xsltc

Methods with return type org.w3c.dom.Node

Node
DOM.makeNode(int index)
Node

Uses in package org.apache.xpath.objects

Constructors with parameter type org.w3c.dom.Node

Uses in package org.apache.xalan.extensions

Methods with parameter type org.w3c.dom.Node

double
Get the value of a node as a number.
String
Get the value of a node as a string.

Methods with return type org.w3c.dom.Node

Node
Get the current context node.
Node
Get the current context node.
Node
Get the root of the source tree being executed.

Uses in package org.apache.xalan.trace

Methods with parameter type org.w3c.dom.Node

String
Returns a string representation of the node.

Constructors with parameter type org.w3c.dom.Node

EndSelectionEvent.EndSelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection)
Create an EndSelectionEvent.
SelectionEvent.SelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection)
Create an event originating at the given node of the style tree.
TracerEvent.TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode)
Create an event originating at the given node of the style tree.

Fields of type org.w3c.dom.Node

Node
The current context node.
Node
The current context node.

Uses in package org.w3c.dom

Methods with parameter type org.w3c.dom.Node

Node
Node.appendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
Node
Document.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document.
Node
Node.insertBefore(Node newChild, Node refChild)
Inserts the node newChild before the existing child node refChild.
Node
Node.removeChild(Node oldChild)
Removes the child node indicated by oldChild from the list of children, and returns it.
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
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
Document.importNode(Node importedNode, boolean deep)
Imports a node from another document to this document.
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
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 org.apache.xalan.xslt

Methods with parameter type org.w3c.dom.Node

void
EnvironmentCheck.appendEnvironmentReport(Node container, Document factory, Hashtable h)
Stylesheet extension entrypoint: Dump a basic Xalan environment report from getEnvironmentHash() to a Node.

Uses in package org.apache.xalan.xsltc.dom

Methods with parameter type org.w3c.dom.Node

void
SAXImpl.startElement(String uri, String localName, String qname, Attributes attributes, Node node)
Specialized interface used by DOM2SAX.

Methods with return type org.w3c.dom.Node

Node
Return an DOM node for the given node.
Node
SimpleResultTreeImpl.getNode(int nodeHandle)
Node
Node
DOMAdapter.makeNode(int index)
Node
MultiDOM.makeNode(int index)
Node
SAXImpl.makeNode(int index)
Create an org.w3c.dom.Node from a node in the tree
Node
Node
Node
Node
Node
Create an org.w3c.dom.Node from a node in an iterator The iterator most be started before this method is called
Node

Uses in package org.apache.xalan.xsltc.runtime.output

Methods with parameter type org.w3c.dom.Node

void

Methods with return type org.w3c.dom.Node

Node

Uses in package org.apache.xml.dtm.ref

Classes implementing org.w3c.dom.Node

class
DTMNodeProxy presents a DOM Node API front-end to the DTM model.

Methods with parameter type org.w3c.dom.Node

Node
NEEDSDOC Method adoptNode NEEDSDOC @param source
Node
boolean
Test for equality based on node number.
int
Given a W3C DOM node, try and return a DTM handle.
Node
DTMNodeProxy.importNode(Node importedNode, boolean deep)
Node
DTMNodeProxy.insertBefore(Node newChild, Node refChild)
Node
Node
DTMNodeProxy.replaceChild(Node newChild, Node oldChild)
boolean
FUTURE DOM: Test node identity, in lieu of Node==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
NEEDSDOC Method adoptNode NEEDSDOC @param source
Node
Node
DTMNodeProxy.cloneNode(boolean deep)
Node
Node
Node
Retrieves a node specified by name.
Node
DTMNamedNodeMap.getNamedItemNS(String namespaceURI, String localName)
Retrieves a node specified by local name and namespace URI.
Node
Node
DTMDefaultBase.getNode(int nodeHandle)
Return an DOM node for the given node.
Node
DTMDocumentImpl.getNode(int nodeHandle)
Return an DOM node for the given node.
Node
Node
Node
Node
Node
DTMNodeProxy.importNode(Node importedNode, boolean deep)
Node
DTMNodeProxy.insertBefore(Node newChild, Node refChild)
Node
Returns the indexth item in the collection.
Node
Returns the indexth item in the collection.
Node
Returns the indexth item in the map.
Node
DTMNodeList.item(int index)
Returns the indexth item in the collection.
Node
DTMNodeListBase.item(int index)
Returns the indexth item in the collection.
Node
Node
Node
Node
Removes a node specified by name.
Node
DTMNamedNodeMap.removeNamedItemNS(String namespaceURI, String localName)
Removes a node specified by local name and namespace URI.
Node
DTMNodeProxy.replaceChild(Node newChild, Node oldChild)
Node
Adds a node using its nodeName attribute.
Node
Adds a node using its namespaceURI and localName.

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 org.apache.xml.utils

Classes implementing org.w3c.dom.Node

class
To be subclassed by classes that wish to fake being nodes.

Methods with parameter type org.w3c.dom.Node

Node
NEEDSDOC Method adoptNode NEEDSDOC @param source NEEDSDOC (adoptNode) @return
Node
Unimplemented.
void
Hashtree2Node.appendHashToNode(Hashtable hash, String name, Node container, Document factory)
Convert a Hashtable into a Node tree.
void
Check node to see if it was created by a DOM implementation that this helper is intended to support.
short
Get the depth level of this node in the tree (equals 1 for a parentless node).
String
Returns the local name of the given node, as defined by the XML Namespaces specification.
String
Returns the local name of the given node.
String
PrefixResolver.getNamespaceForPrefix(String prefix, Node context)
Given a namespace, get the corresponding prefix, based on the context node.
String
PrefixResolverDefault.getNamespaceForPrefix(String prefix, Node namespaceContext)
Given a namespace, get the corrisponding prefix.
String
Returns the Namespace Name (Namespace URI) for the given node.
String
Returns the namespace of the given node.
String
Get the textual contents of the node.
void
Retrieve the text content of a DOM subtree, appending it into a user-supplied FastStringBuffer object.
Node
Get the XPath-model parent of a node.
Node
Obtain the XPath-model parent of a DOM node -- ownerElement for Attrs, parent for other nodes.
Node
Get the first unparented node in the ancestor chain.
Node
Get the root node of the document tree, regardless of whether or not the node passed in is a document node.
String
Supports the XPath function GenerateID by returning a unique identifier string for any given DOM Node.
Node
UnImplNode.importNode(Node importedNode, boolean deep)
Unimplemented.
Node
UnImplNode.insertBefore(Node newChild, Node refChild)
Unimplemented.
boolean
Test whether the given node is a namespace decl node.
boolean
Figure out whether node2 should be considered as being later in the document than node1, in Document Order as defined by the XPath model.
boolean
DOMHelper.isNodeAfter(Node node1, Node node2)
Figure out whether node2 should be considered as being later in the document than node1, in Document Order as defined by the XPath model.
boolean
Use DTMNodeProxy to determine whether two nodes are the same.
Node
Unimplemented.
Node
UnImplNode.replaceChild(Node newChild, Node oldChild)
Unimplemented.
void
Set the node that is originating the SAX event.
boolean
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
void
Perform a pre-order traversal non-recursive style.
void
Perform a pre-order traversal non-recursive style.

Methods with return type org.w3c.dom.Node

Node
NEEDSDOC Method adoptNode NEEDSDOC @param source NEEDSDOC (adoptNode) @return
Node
Unimplemented.
Node
UnImplNode.cloneNode(boolean deep)
Unimplemented.
Node
Get the node currently being processed.
Node
Unimplemented.
Node
Unimplemented.
Node
Unimplemented.
Node
Unimplemented.
Node
Get the XPath-model parent of a node.
Node
Obtain the XPath-model parent of a DOM node -- ownerElement for Attrs, parent for other nodes.
Node
Unimplemented.
Node
Get the first unparented node in the ancestor chain.
Node
Get the root node of the DOM being created.
Node
Get the root node of the document tree, regardless of whether or not the node passed in is a document node.
Node
UnImplNode.importNode(Node importedNode, boolean deep)
Unimplemented.
Node
UnImplNode.insertBefore(Node newChild, Node refChild)
Unimplemented.
Node
UnImplNode.item(int index)
Unimplemented.
Node
Unimplemented.
Node
UnImplNode.replaceChild(Node newChild, Node oldChild)
Unimplemented.

Constructors with parameter type org.w3c.dom.Node

DOMBuilder instance constructor... it will add the DOM nodes to the document fragment.
Construct a PrefixResolverDefault object.

Uses in package org.w3c.dom.html

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 using a name.

Uses in package org.apache.xml.dtm

Methods with parameter type org.w3c.dom.Node

int
Given a W3C DOM node, try and return a DTM handle.

Methods with return type org.w3c.dom.Node

Node
DTM.getNode(int nodeHandle)
Return an DOM node for the given node.

Uses in package javax.xml.transform.dom

Methods with parameter type org.w3c.dom.Node

void
Set the node that will contain the result DOM tree.
void
Set the node that will represents a Source DOM tree.

Methods with return type org.w3c.dom.Node

Node
Get the node that will contain the result DOM tree.
Node
Get the node that represents a Source DOM tree.
Node
Return the node where the event occurred.

Constructors with parameter type org.w3c.dom.Node

Use a DOM node to create a new output target.
DOMResult.DOMResult(Node node, String systemID)
Create a new output target with a DOM node.
Create a new input source with a DOM node.
DOMSource.DOMSource(Node node, String systemID)
Create a new input source with a DOM node, and with the system ID also passed in as the base URI.

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 org.apache.xml.dtm.ref.dom2dtm

Classes implementing org.w3c.dom.Node

class
This is a kluge to let us shove a declaration for xml: into the DOM2DTM model.

Methods with parameter type org.w3c.dom.Node

Node
void
int
Get the handle from a Node.
Node
Node
Node

Methods with return type org.w3c.dom.Node

Node
Node
Node
Node
Node
Node
DOM2DTM.getNode(int nodeHandle)
Return an DOM node for the given node.
Node
Node
Node
Node
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.apache.xalan.xsltc.runtime

Methods with parameter type org.w3c.dom.Node

DTMAxisIterator
BasisLibrary.node2Iterator(Node node, Translet translet, DOM dom)
Utility function used to convert a w3c Node into an internal DOM iterator.

Methods with return type org.w3c.dom.Node

Node
BasisLibrary.referenceToNode(Object obj, DOM dom)
Utility function: used to convert reference to org.w3c.dom.Node.

Uses in package org.apache.xalan.xsltc.trax

Methods with return type org.w3c.dom.Node

Node

Constructors with parameter type org.w3c.dom.Node

Uses in package org.apache.xalan.transformer

Methods with parameter type org.w3c.dom.Node

void
MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] )
Tell the user of an error, and probably throw an exception.
void
Execute each of the children of a template element.
void
void
MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Warn the user of a problem.
void
MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] )
Warn the user of a problem.

Methods with return type org.w3c.dom.Node

Node
This method retrieves the current context node in the source tree.
Node
Node
Retrieves the node in the source tree that matched the template obtained via getMatchedTemplate().
Node

Uses in package org.apache.xalan.lib.sql

Methods with parameter type org.w3c.dom.Node

void

Methods with return type org.w3c.dom.Node

Node
DTMDocument.getNode(int parm1)

Uses in package org.apache.xalan.templates

Classes implementing org.w3c.dom.Node

class
Implement xsl:decimal-format.
class
Implement xsl:apply-imports.
class
Implement xsl:apply-templates.
class
Implement xsl:attribute.
class
Implement xsl:attribute-set.
class
Implement xsl:call-template.
class
Implement xsl:choose.
class
Implement xsl:comment.
class
Implement xsl:copy.
class
Implement xsl:copy-of.
class
Implement xsl:element
 <!
class
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
class
Handles the EXSLT result element within an EXSLT function element.
class
Implement func:function.
class
Implement an extension element.
class
Implement the declaration of an extension element
class
Implement Script extension element
class
Implement xsl:fallback.
class
Implement xsl:for-each.
class
Implement xsl:if.
class
Implement a Literal Result Element.
class
Implement xsl:message.
class
Implement xsl:number.
class
Implement xsl:otherwise.
class
Implement xsl:param.
class
Implement xsl:processing-instruction.
class
Implement xsl:sort.
class
Implement xsl:template.
class
An instance of this class represents an element inside an xsl:template class.
class
Implement xsl:template.
class
Implement a text literal.
class
Implement an unknown element
class
Implement xsl:use.
class
Implement xsl:value-of.
class
Implement xsl:variable.
class
class
Implement xsl:when.
class
Implement xsl:with-param. xsl:with-param is allowed within both xsl:call-template and xsl:apply-templates.
class
Holds the attribute declarations for the xsl:keys element.
class
Object to hold an xsl:namespace element.
class
This class provides information from xsl:output elements.
class
Represents a stylesheet element.
class
Represents a stylesheet that has methods that resolve includes and imports.
class
This class represents the root object of the stylesheet tree.
class
This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.

Methods with parameter type org.w3c.dom.Node

Node
Add a child to the child list.
Node
Add a child to the child list.
String
ElemExtensionCall.getAttribute(String rawName, Node sourceNode, TransformerImpl transformer)
Return the value of the attribute interpreted as an Attribute Value Template (in other words, you can use curly expressions such as href="http://{website}".
String
Fullfill the PrefixResolver interface.
Node
Unimplemented.
Node
Replace the old child with a new child.
void
If this stylesheet was created from a DOM, set the DOM backpointer that this element originated from.

Methods with return type org.w3c.dom.Node

Node
Add a child to the child list.
Node
Add a child to the child list.
Node
If this stylesheet was created from a DOM, get the DOM backpointer that this element originated from.
Node
Get the first child as a Node.
Node
Get the last child.
Node
Get the next sibling (as a Node) or return null.
Node
Get the parent as a Node.
Node
Get the previous sibling (as a Node) or return null.
Node
Unimplemented.
Node
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
Node
Replace the old child with a new child.

Uses in package org.apache.xpath

Methods with parameter type org.w3c.dom.Node

void
Append a Node onto the vector.
void
Add a node to the NodeSet.
int
NodeSet.addNodeInDocOrder(Node node, boolean test, XPathContext support)
Add the node into a vector of nodes where it should occur in document order.
int
Add the node into a vector of nodes where it should occur in document order.
boolean
Tell if the table contains the given node.
XObject
CachedXPathAPI.eval(Node contextNode, String str)
Evaluate XPath string to an XObject.
XObject
XPathAPI.eval(Node contextNode, String str)
Evaluate XPath string to an XObject.
XObject
CachedXPathAPI.eval(Node contextNode, String str, PrefixResolver prefixResolver)
Evaluate XPath string to an XObject.
XObject
XPathAPI.eval(Node contextNode, String str, PrefixResolver prefixResolver)
Evaluate XPath string to an XObject.
XObject
CachedXPathAPI.eval(Node contextNode, String str, Node namespaceNode)
Evaluate XPath string to an XObject.
XObject
XPathAPI.eval(Node contextNode, String str, Node namespaceNode)
Evaluate XPath string to an XObject.
XObject
XPath.execute(XPathContext xctxt, Node contextNode, PrefixResolver namespaceContext)
Given an expression and a context, evaluate the XPath and return the result.
int
Given a W3C DOM node, try and return a DTM handle.
int
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
int
NodeSet.indexOf(Node elem, int index)
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
void
NodeSet.insertElementAt(Node value, int at)
Inserts the specified node in this vector at the specified index.
void
NodeSet.insertNode(Node n, int pos)
Insert a node at a given position.
void
NodeSet.push(Node value)
Append a Node onto the vector.
void
Push a pair of nodes into the stack.
boolean
Removes the first occurrence of the argument from this vector.
void
Remove a node.
NodeIterator
CachedXPathAPI.selectNodeIterator(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeIterator
XPathAPI.selectNodeIterator(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeIterator
CachedXPathAPI.selectNodeIterator(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.
NodeIterator
XPathAPI.selectNodeIterator(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.
NodeList
CachedXPathAPI.selectNodeList(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeList
XPathAPI.selectNodeList(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeList
CachedXPathAPI.selectNodeList(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.
NodeList
XPathAPI.selectNodeList(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.
Node
CachedXPathAPI.selectSingleNode(Node contextNode, String str)
Use an XPath string to select a single node.
Node
XPathAPI.selectSingleNode(Node contextNode, String str)
Use an XPath string to select a single node.
Node
CachedXPathAPI.selectSingleNode(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a single node.
Node
XPathAPI.selectSingleNode(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a single node.
void
NodeSet.setElementAt(Node node, int index)
Sets the component at the specified index of this vector to be the specified object.
void
Set the tail of the stack to the given node.
void
Set the given node one position from the tail.
double
Get the value of a node as a number.
String
Get the value of a node as a string.

Methods with return type org.w3c.dom.Node

Node
Get the nth element.
Node
Get the current context node.
Node
Return the last fetched node.
Node
Node
Get the XSLT ElemVariable that this sub-expression references.
Node
NodeSet.item(int index)
Returns the indexth item in the collection.
Node
Returns the next node in the set and advances the position of the iterator in the set.
Node
Return the node at the top of the stack without popping the stack.
Node
Return the node at the tail of the vector without popping Special purpose method for TransformerImpl, pushElemTemplateElement.
Node
Return the node one position from the tail without popping.
Node
Pop a node from the tail of the vector and return the result.
Node
Pop a node from the tail of the vector and return the top of the stack after the pop.
Node
Returns the previous node in the set and moves the position of the iterator backwards in the set.
Node
CachedXPathAPI.selectSingleNode(Node contextNode, String str)
Use an XPath string to select a single node.
Node
XPathAPI.selectSingleNode(Node contextNode, String str)
Use an XPath string to select a single node.
Node
CachedXPathAPI.selectSingleNode(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a single node.
Node
XPathAPI.selectSingleNode(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a single node.

Constructors with parameter type org.w3c.dom.Node

Create a NodeSet which contains the given Node.
XPathException.XPathException(String message, Node styleNode, Exception e)
Create an XPathException object that holds an error message, the stylesheet node that the error originated from, and another exception that caused this exception.

Uses in package org.apache.xpath.axes

Methods with return type org.w3c.dom.Node

Node
Get the current node.

Uses in package org.apache.xpath.domapi

Classes implementing org.w3c.dom.Node

class
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.

Methods with parameter type org.w3c.dom.Node

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
XPathEvaluatorImpl.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
XPathExpressionImpl.evaluate(Node contextNode, short type, Object result)
This method provides an implementation XPathResult.evaluate according to the DOM L3 XPath Specification, Working Draft 28, March 2002.
Node
Node
Node

Methods with return type org.w3c.dom.Node

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

Constructors with parameter type org.w3c.dom.Node

Constructor for XPathNSResolverImpl.
Constructor for XPathNamespaceImpl.

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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.