gnu.xml.dom

Class DomExtern

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 $

Author: David Brownell

Method Summary
StringgetNodeName()
DOM L1 Returns the object's name.
StringgetPublicId()
DOM L1 Returns the PUBLIC identifier associated with this object, if any.
StringgetSystemId()
DOM L1 Returns the SYSTEM identifier associated with this object, if any.

Method Detail

getNodeName

public final String getNodeName()
DOM L1 Returns the object's name.

getPublicId

public final String getPublicId()
DOM L1 Returns the PUBLIC identifier associated with this object, if any.

getSystemId

public final 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.