Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D F G J N S

D

DOMLocator - interface javax.xml.transform.dom.DOMLocator.
Locator for reporting a location in a W3C DOM object graph.
DOMResult - class javax.xml.transform.dom.DOMResult.
Output result specified as a W3C DOM object graph.
DOMResult() - Constructor for class javax.xml.transform.dom.DOMResult
Default constructor.
DOMResult(Node) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to.
DOMResult(Node, Node) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the child node before which the result should be appended.
DOMResult(Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the system ID.
DOMResult(Node, Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to, the child node before which the result should be appended, and the system ID.
DOMSource - class javax.xml.transform.dom.DOMSource.
An XML source specified as a W3C DOM node context.
DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
Default constructor.
DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node.
DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node and system ID.

F

FEATURE - Static variable in class javax.xml.transform.dom.DOMResult
Factory feature indicating that DOM results are supported.
FEATURE - Static variable in class javax.xml.transform.dom.DOMSource
Factory feature indicating that DOM sources are supported.

G

getNextSibling() - Method in class javax.xml.transform.dom.DOMResult
Returns the child node before which the result nodes will be inserted.
getNode() - Method in class javax.xml.transform.dom.DOMResult
Returns the node to which the result tree is to be appended, or the result tree after transformation if no node was previously set.
getNode() - Method in class javax.xml.transform.dom.DOMSource
Returns the context node.
getOriginatingNode() - Method in interface javax.xml.transform.dom.DOMLocator
Returns the node on which the event originated.
getSystemId() - Method in class javax.xml.transform.dom.DOMResult
Returns the system ID used to resolve external entities.
getSystemId() - Method in class javax.xml.transform.dom.DOMSource
Returns the base URI to use as the context for resolving entities.

J

javax.xml.transform.dom - package javax.xml.transform.dom
Base "TRAX" API for XSLT transformers.

N

nextSibling - Variable in class javax.xml.transform.dom.DOMResult
 
node - Variable in class javax.xml.transform.dom.DOMResult
 
node - Variable in class javax.xml.transform.dom.DOMSource
 

S

setNextSibling(Node) - Method in class javax.xml.transform.dom.DOMResult
Sets the child node before which the result nodes will be inserted.
setNode(Node) - Method in class javax.xml.transform.dom.DOMResult
Sets the node to which the result tree will be appended.
setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
Sets the context node.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMResult
Sets the system ID used to resolve external entities.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
Sets the base URI to use as the context for resolving entities.
systemId - Variable in class javax.xml.transform.dom.DOMResult
 
systemId - Variable in class javax.xml.transform.dom.DOMSource
 

D F G J N S