Frames | No Frames |
Methods with return type org.w3c.dom.Node | |
Node | The node that associates this style sheet with the document. |
Methods with return type org.w3c.dom.Node | |
Node | HTMLCollection.item(int index) This method retrieves a node specified by ordinal index. |
Node | HTMLCollection.namedItem(String name) This method retrieves a Node using a name. |
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 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. |
Methods with return type org.w3c.dom.Node | |
Node | Get the current node.
|
Methods with parameter type org.w3c.dom.Node | |
void |
Methods with return type org.w3c.dom.Node | |
Node | DTMDocument.getNode(int parm1) |
Methods with return type org.w3c.dom.Node | |
Node |
Constructors with parameter type org.w3c.dom.Node | |
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 | |
Node | |
Node | |
Node | |
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 | DTMNamedNodeMap.getNamedItem(String name) 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 | |
Node | |
Node | DTMAxisIterNodeList.item(int index) Returns the index th item in the collection. |
Node | DTMChildIterNodeList.item(int index) Returns the index th item in the collection. |
Node | DTMNamedNodeMap.item(int i) Returns the index th item in the map. |
Node | DTMNodeList.item(int index) Returns the index th item in the collection. |
Node | DTMNodeListBase.item(int index) Returns the index th item in the collection. |
Node | |
Node | |
Node | |
Node | DTMNamedNodeMap.removeNamedItem(String name) Removes a node specified by name. |
Node | DTMNamedNodeMap.removeNamedItemNS(String namespaceURI, String localName) Removes a node specified by local name and namespace URI. |
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 |
Methods with return type org.w3c.dom.Node | |
Node |
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. | |
Create a new output target with a DOM node. | |
Create a new input source with a DOM node. | |
Create a new input source with a DOM node, and with the
system ID also passed in as the base URI.
|
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.
|
Methods with parameter type org.w3c.dom.Node | |
void | Specialized interface used by DOM2SAX. |
Methods with return type org.w3c.dom.Node | |
Node | AdaptiveResultTreeImpl.getNode(int nodeHandle) Return an DOM node for the given node.
|
Node | SimpleResultTreeImpl.getNode(int nodeHandle) |
Node | AdaptiveResultTreeImpl.makeNode(int index) |
Node | DOMAdapter.makeNode(int index) |
Node | |
Node | Create an org.w3c.dom.Node from a node in the tree
|
Node | SimpleResultTreeImpl.makeNode(int index) |
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 |
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. |
Methods with return type org.w3c.dom.Node | |
Node | Return a Node of basic debugging information from the
EnvironmentCheck utility about the Java environment.
|
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 | DOM2DTMdefaultNamespaceDeclarationNode.cloneNode(boolean deep) |
Node | |
Node | |
Node | |
Node | Return an DOM node for the given node.
|
Node | |
Node | |
Node | |
Node | |
Node |
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.
|
Methods with parameter type org.w3c.dom.Node | |
Node | Adds the node newChild to the end of the list of children
of this node. |
Node | Imports a node from another document to this document. |
Node | Inserts the node newChild before the existing child node
refChild . |
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.
|
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 | 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 | NamedNodeMap.getNamedItem(String name) 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 | Imports a node from another document to this document. |
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 | NamedNodeMap.removeNamedItem(String name) Removes a node specified by name. |
Node | NamedNodeMap.removeNamedItemNS(String namespaceURI, String localName) Removes a node specified by local name and namespace URI. |
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 | Tell the user of an error, and probably throw an
exception.
|
void | Tell the user of an error, and probably throw an
exception.
|
void | TransformerImpl.executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler) Execute each of the children of a template element. |
void | |
void | Warn the user of a problem.
|
void | 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 |
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.
|
Constructors with parameter type org.w3c.dom.Node | |
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 |
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 | XPathNamespaceImpl.cloneNode(boolean arg0) |
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
null if there are no more nodes.
|
Node | |
Node | |
Node | XPathResultImpl.snapshotItem(int index) Returns the index th item in the snapshot collection. |
Constructors with parameter type org.w3c.dom.Node | |
Constructor for XPathNSResolverImpl.
| |
Constructor for XPathNamespaceImpl.
|
Methods with parameter type org.w3c.dom.Node | |
DTMAxisIterator | Utility function used to convert a w3c Node into an internal DOM iterator.
|
Methods with return type org.w3c.dom.Node | |
Node | Utility function: used to convert reference to org.w3c.dom.Node.
|
Methods with parameter type org.w3c.dom.Node | |
void | Stylesheet extension entrypoint: Dump a basic Xalan
environment report from getEnvironmentHash() to a Node.
|
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 | Return an DOM node for the given node.
|
Methods with return type org.w3c.dom.Node | |
Node | |
Node |
Methods with parameter type org.w3c.dom.Node | |
void | Append a Node onto the vector.
|
void | Add a node to the NodeSet. |
int | 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 | Evaluate XPath string to an XObject. |
XObject | Evaluate XPath string to an XObject. |
XObject | Evaluate XPath string to an XObject.
|
XObject | Evaluate XPath string to an XObject.
|
XObject | Evaluate XPath string to an XObject.
|
XObject | Evaluate XPath string to an XObject.
|
XObject | 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 | Searches for the first occurence of the given argument,
beginning the search at index, and testing for equality
using the equals method.
|
void | Inserts the specified node in this vector at the specified index.
|
void | Insert a node at a given position.
|
void | 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 | Use an XPath string to select a nodelist.
|
NodeIterator | Use an XPath string to select a nodelist.
|
NodeIterator | Use an XPath string to select a nodelist.
|
NodeIterator | 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.
|
NodeList | Use an XPath string to select a nodelist.
|
Node | Use an XPath string to select a single node. |
Node | Use an XPath string to select a single node. |
Node | Use an XPath string to select a single node.
|
Node | Use an XPath string to select a single node.
|
void | 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 | Returns the index th 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 | Use an XPath string to select a single node. |
Node | Use an XPath string to select a single node. |
Node | Use an XPath string to select a single node.
|
Node | 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.
| |
Create an XPathException object that holds
an error message, the stylesheet node that
the error originated from, and another exception
that caused this exception.
|
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 | 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.
|
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 | 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 | Given a namespace, get the corresponding prefix, based on the context node.
|
String | 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 | Unimplemented. |
Node | 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 | 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 | 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 | Unimplemented. |
Node | Unimplemented. |
Node | UnImplNode.item(int index) Unimplemented. |
Node | Unimplemented. |
Node | 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.
|
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 | 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 | ElemTemplateElement.item(int index) 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.
|