public class DocumentTypeImpl extends Object implements com.liferay.portal.kernel.xml.DocumentType
| Constructor and Description |
|---|
DocumentTypeImpl(org.dom4j.DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getPublicId() |
String |
getSystemId() |
org.dom4j.DocumentType |
getWrappedDocumentType() |
int |
hashCode() |
String |
toString() |
public String getName()
getName in interface com.liferay.portal.kernel.xml.DocumentTypepublic String getPublicId()
getPublicId in interface com.liferay.portal.kernel.xml.DocumentTypepublic String getSystemId()
getSystemId in interface com.liferay.portal.kernel.xml.DocumentTypepublic org.dom4j.DocumentType getWrappedDocumentType()