|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.dom.DOMSource
public class DOMSource
An XML source specified as a W3C DOM node context.
Field Summary | |
---|---|
static String |
FEATURE
Factory feature indicating that DOM sources are supported. |
Constructor Summary | |
---|---|
DOMSource()
Default constructor. |
|
DOMSource(Node node)
Constructor with a context node. |
|
DOMSource(Node node,
String systemId)
Constructor with a context node and system ID. |
Method Summary | |
---|---|
Node |
getNode()
Returns the context node. |
String |
getSystemId()
Returns the base URI to use as the context for resolving entities. |
void |
setNode(Node node)
Sets the context node. |
void |
setSystemId(String systemId)
Sets the base URI to use as the context for resolving entities. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FEATURE
Constructor Detail |
---|
public DOMSource()
public DOMSource(Node node)
public DOMSource(Node node, String systemId)
Method Detail |
---|
public void setNode(Node node)
public Node getNode()
public void setSystemId(String systemId)
setSystemId
in interface Source
systemId
- the system ID URIpublic String getSystemId()
getSystemId
in interface Source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |