public class

XDocumentType

extends XNode
implements DocumentType
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNode
     ↳ com.pnfsoftware.jeb.util.encoding.xml.XDocumentType

Class Overview

Implementation of the DocumentType API used by XmlParser.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
NamedNodeMap getEntities()
String getInternalSubset()
String getName()
String getNodeName()
short getNodeType()
String getNodeValue()
NamedNodeMap getNotations()
String getPublicId()
String getSystemId()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.encoding.xml.XNode
From class java.lang.Object
From interface org.w3c.dom.DocumentType
From interface org.w3c.dom.Node

Public Methods

public NamedNodeMap getEntities ()

public String getInternalSubset ()

public String getName ()

public String getNodeName ()

public short getNodeType ()

public String getNodeValue ()

Throws
DOMException

public NamedNodeMap getNotations ()

public String getPublicId ()

public String getSystemId ()