public class DocumentTypeImpl extends java.lang.Object implements DocumentType
| Constructor and Description |
|---|
DocumentTypeImpl(org.dom4j.DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getName() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
org.dom4j.DocumentType |
getWrappedDocumentType() |
int |
hashCode() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic java.lang.String getName()
getName in interface DocumentTypepublic java.lang.String getPublicId()
getPublicId in interface DocumentTypepublic java.lang.String getSystemId()
getSystemId in interface DocumentTypepublic org.dom4j.DocumentType getWrappedDocumentType()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object