Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomExtern
public abstract class DomExtern
extends DomNode
Note that you are strongly advised to avoid using the DOM features that take advantage of this class, since (as of L2) none of them is defined fully enough to permit full use of the XML feature they partially expose.
Method Summary | |
String |
|
String |
|
String |
|
String |
|
public final String getLocalName()
DOM L2 Returns the node name; this must be overridden for element and attribute nodes.
- Specified by:
- getLocalName in interface Node
- Overrides:
- getLocalName in interface DomNode
public final String getNodeName()
DOM L1 Returns the object's name.
- Specified by:
- getNodeName in interface Node
- Overrides:
- getNodeName in interface DomNode
public final String getPublicId()
DOM L1 Returns the PUBLIC identifier associated with this object, if any.
public final String getSystemId()
DOM L1 Returns the SYSTEM identifier associated with this object, if any.