Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.transform.dom.DOMSource
Field Summary | |
static String |
|
Constructor Summary | |
| |
Method Summary | |
Node |
|
String |
|
void | |
void |
|
public static final String FEATURE
Factory feature indicating that DOM sources are supported.
public DOMSource()
Default constructor.
public DOMSource(Node node, String systemId)
Constructor with a context node and system ID.
public String getSystemId()
Returns the base URI to use as the context for resolving entities.
- Specified by:
- getSystemId in interface Source