gnu.xml.dom
public abstract class DomExtern extends DomNode
Abstract implemention of nodes describing external DTD-related objects. This facilitates reusing code for Entity, Notation, and DocumentType (really, external subset) nodes. Such support is not part of the core DOM; it's for the "XML" feature.
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.
Version: $Date: 2001/11/20 04:53:46 $
Method Summary | |
---|---|
String | getNodeName()
DOM L1
Returns the object's name. |
String | getPublicId()
DOM L1
Returns the PUBLIC identifier associated with this object, if any. |
String | getSystemId()
DOM L1
Returns the SYSTEM identifier associated with this object, if any. |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.