# Class: com.pnfsoftware.jeb.util.encoding.xml.XDocumentType

Implementation of the [DocumentType](DocumentType) API used by [XmlParser](XmlParser).

## Method: getEntities
- return type: `org.w3c.dom.NamedNodeMap`


## Method: getInternalSubset
- return type: `java.lang.String`


## Method: getName
- return type: `java.lang.String`


## Method: getNodeName
- return type: `java.lang.String`


## Method: getNodeType
- return type: `short`


## Method: getNodeValue
- return type: `java.lang.String`


## Method: getNotations
- return type: `org.w3c.dom.NamedNodeMap`


## Method: getPublicId
- return type: `java.lang.String`


## Method: getSystemId
- return type: `java.lang.String`


