Frames | No Frames |
Constructors with parameter type org.w3c.dom.NodeList | |
Methods with parameter type org.w3c.dom.NodeList | |
void | Add a section of parameters to the Parameter List
Do each element from the list
|
XBooleanStatic |
Methods with return type org.w3c.dom.NodeList | |
NodeList | A NodeList that contains all children of this node. |
NodeList | Document.getElementsByTagName(String tagname) Returns a NodeList of all the Elements with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document tree.
|
NodeList | Element.getElementsByTagName(String name) Returns a NodeList of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element tree.
|
NodeList | Document.getElementsByTagNameNS(String namespaceURI, String localName) Returns a NodeList of all the Elements with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document tree.
|
NodeList | Element.getElementsByTagNameNS(String namespaceURI, String localName) Returns a NodeList of all the descendant
Elements with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element tree.
|
Methods with parameter type org.w3c.dom.NodeList | |
NodeList | The dyn:closure function creates a node set resulting from transitive closure of
evaluating the expression passed as the second argument on each of the nodes passed
as the first argument, then on the node set resulting from that and so on until no
more nodes are found. |
int | columnNumber returns the column number of the node
passed as argument. |
String | The str:concat function takes a node set and returns the concatenation of the
string values of the nodes in that node set. |
NodeList | The set:difference function returns the difference between two node sets - those nodes that
are in the node set passed as the first argument that are not in the node set passed as the
second argument.
|
NodeList | Returns the difference between two node-sets.
|
NodeList | The set:distinct function returns a subset of the nodes contained in the node-set NS passed
as the first argument. |
NodeList | Returns node-set containing distinct string values.
|
boolean | The set:has-same-node function returns true if the node set passed as the first argument shares
any nodes with the node set passed as the second argument. |
boolean | Returns true if both node-sets contain the same set of nodes.
|
NodeList | The math:highest function returns the nodes in the node set whose value is the maximum
value for the node set. |
NodeList | The set:intersection function returns a node set comprising the nodes that are within
both the node sets passed as arguments to it.
|
NodeList | Returns the intersection of two node-sets.
|
NodeList | The set:leading function returns the nodes in the node set passed as the first argument that
precede, in document order, the first node in the node set passed as the second argument. |
int | lineNumber returns the line number of the node
passed as argument. |
NodeList | The math:lowest function returns the nodes in the node set whose value is the minimum value
for the node set. |
NodeList | The dyn:map function evaluates the expression passed as the second argument for
each of the nodes passed as the first argument, and returns a node set of those values.
|
double | The dyn:max function calculates the maximum value for the nodes passed as
the first argument, where the value of each node is calculated dynamically
using an XPath expression passed as a string as the second argument.
|
double | The math:max function returns the maximum value of the nodes passed as the argument.
|
double | The dyn:min function calculates the minimum value for the nodes passed as the
first argument, where the value of each node is calculated dynamically using
an XPath expression passed as a string as the second argument.
|
double | The math:min function returns the minimum value of the nodes passed as the argument.
|
String | publicId returns the public identifier of the node passed as
argument. |
double | The dyn:sum function calculates the sum for the nodes passed as the first argument,
where the value of each node is calculated dynamically using an XPath expression
passed as a string as the second argument.
|
String | systemId returns the system id of the node passed as
argument. |
NodeList | The set:trailing function returns the nodes in the node set passed as the first argument that
follow, in document order, the first node in the node set passed as the second argument. |
Methods with return type org.w3c.dom.NodeList | |
NodeList | The dyn:closure function creates a node set resulting from transitive closure of
evaluating the expression passed as the second argument on each of the nodes passed
as the first argument, then on the node set resulting from that and so on until no
more nodes are found. |
NodeList | The set:difference function returns the difference between two node sets - those nodes that
are in the node set passed as the first argument that are not in the node set passed as the
second argument.
|
NodeList | Returns the difference between two node-sets.
|
NodeList | The set:distinct function returns a subset of the nodes contained in the node-set NS passed
as the first argument. |
NodeList | Returns node-set containing distinct string values.
|
NodeList | The math:highest function returns the nodes in the node set whose value is the maximum
value for the node set. |
NodeList | The set:intersection function returns a node set comprising the nodes that are within
both the node sets passed as arguments to it.
|
NodeList | Returns the intersection of two node-sets.
|
NodeList | The set:leading function returns the nodes in the node set passed as the first argument that
precede, in document order, the first node in the node set passed as the second argument. |
NodeList | The math:lowest function returns the nodes in the node set whose value is the minimum value
for the node set. |
NodeList | The dyn:map function evaluates the expression passed as the second argument for
each of the nodes passed as the first argument, and returns a node set of those values.
|
NodeList | ExsltStrings.split(String str) See above
|
NodeList | ExsltStrings.split(String str, String pattern) The str:split function splits up a string and returns a node set of token
elements, each containing one token from the string.
|
NodeList | ExsltStrings.tokenize(String toTokenize) See above
|
NodeList | Extensions.tokenize(String toTokenize) Returns a NodeSet containing one text node for each token in the first argument.
|
NodeList | ExsltStrings.tokenize(String toTokenize, String delims) The str:tokenize function splits up a string and returns a node set of token
elements, each containing one token from the string.
|
NodeList | Extensions.tokenize(String toTokenize, String delims) Returns a NodeSet containing one text node for each token in the first argument.
|
NodeList | The set:trailing function returns the nodes in the node set passed as the first argument that
follow, in document order, the first node in the node set passed as the second argument. |
Methods with parameter type org.w3c.dom.NodeList | |
DTMAxisIterator | Utility function used to convert a w3c NodeList into a internal
DOM iterator.
|
Methods with return type org.w3c.dom.NodeList | |
NodeList | Utility function: used to convert reference to org.w3c.dom.NodeList.
|
Methods with return type org.w3c.dom.NodeList | |
NodeList |
Classes implementing org.w3c.dom.NodeList | |
class | DTMAxisNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. |
class | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. |
class | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. |
class | DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator. |
Methods with return type org.w3c.dom.NodeList | |
NodeList | |
NodeList | DTMNodeProxy.getElementsByTagName(String tagname) |
NodeList | DTMNodeProxy.getElementsByTagNameNS(String namespaceURI, String localName) |
Classes implementing org.w3c.dom.NodeList | |
class | The NodeSet class can act as either a NodeVector,
NodeList, or NodeIterator. |
Constructors with parameter type org.w3c.dom.NodeList | |
Create a NodeSet, and copy the members of the
given nodelist into it.
| |
Create a NodeSetDTM, and copy the members of the
given DTMIterator into it.
|
Methods with parameter type org.w3c.dom.NodeList | |
void | Copy NodeList members into this nodelist, adding in
document order. |
void | Copy NodeList members into this nodelist, adding in
document order. |
Methods with return type org.w3c.dom.NodeList | |
NodeList | Use an XPath string to select a nodelist.
|
NodeList | Use an XPath string to select a nodelist.
|
NodeList | Use an XPath string to select a nodelist.
|
NodeList | Use an XPath string to select a nodelist.
|
Methods with return type org.w3c.dom.NodeList | |
NodeList | HTMLDocument.getElementsByName(String elementName) Returns the (possibly empty) collection of elements whose name
value is given by elementName .
|
Classes implementing org.w3c.dom.NodeList | |
class | To be subclassed by classes that wish to fake being nodes.
|
Methods with return type org.w3c.dom.NodeList | |
NodeList | Unimplemented. |
NodeList | UnImplNode.getElementsByTagName(String name) Unimplemented. |
NodeList | UnImplNode.getElementsByTagNameNS(String namespaceURI, String localName) Unimplemented. |
Methods with return type org.w3c.dom.NodeList | |
NodeList | DOM.makeNodeList(int index) |
NodeList |
Methods with return type org.w3c.dom.NodeList | |
NodeList |
Classes implementing org.w3c.dom.NodeList | |
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 return type org.w3c.dom.NodeList | |
NodeList | Return the nodelist (same reference).
|
Classes implementing org.w3c.dom.NodeList | |
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.
|
Constructors with parameter type org.w3c.dom.NodeList | |
Methods with return type org.w3c.dom.NodeList | |
NodeList | Cast result object to a nodelist. (special function).
|
NodeList | Cast result object to a nodelist.
|
NodeList | Cast result object to a nodelist. |
NodeList | Cast result object to a nodelist. |
Methods with parameter type org.w3c.dom.NodeList | |
String | Returns a string representation of the node list.
|
Methods with return type org.w3c.dom.NodeList | |
NodeList | AdaptiveResultTreeImpl.makeNodeList(int index) |
NodeList | DOMAdapter.makeNodeList(int index) |
NodeList | MultiDOM.makeNodeList(int index) |
NodeList | SAXImpl.makeNodeList(int index) Create an org.w3c.dom.NodeList from a node in the tree
|
NodeList | SimpleResultTreeImpl.makeNodeList(int index) |
NodeList | |
NodeList | |
NodeList | |
NodeList | Create an org.w3c.dom.NodeList from a node iterator
The iterator most be started before this method is called
|
NodeList |