API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.dom. DOMSource View Source
Author(s)
Jeff Suttor
Since
Version
$Revision: 1.2 $, $Date: 2005/06/10 03:50:40 $
Serial
Hierarchy
 Object
      DOMSource
Implements
 Source
Subclasses
Description
public class DOMSource
  Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
Constructors
public DOMSource ()
  Zero-argument default constructor.
public DOMSource (Node n)
  Create a new input source with a DOM node.
public 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.
Methods
Hide/Show inherited methods
public Node getNode ()
  Get the node that represents a Source DOM tree.
public String getSystemId () [Specified in Source]
  Get the base ID (URL or system ID) from where URLs will be resolved.
public void setNode (Node node)
  Set the node that will represents a Source DOM tree.
public void setSystemId (String systemID) [Specified in Source]
  Set the base ID (URL or system ID) from where URLs will be resolved.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.dom.DOMSource/feature"
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Source input of this type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar