|
Liferay 7.0-ga1 portal-impl | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.xml.NodeImpl com.liferay.portal.xml.BranchImpl com.liferay.portal.xml.DocumentImpl
public class DocumentImpl
Constructor Summary | |
---|---|
DocumentImpl(org.dom4j.Document document)
|
Method Summary | ||
---|---|---|
|
accept(V visitor)
|
|
com.liferay.portal.kernel.xml.Document |
addComment(String comment)
|
|
com.liferay.portal.kernel.xml.Document |
addDocumentType(String name,
String publicId,
String systemId)
|
|
com.liferay.portal.kernel.xml.Document |
clone()
|
|
boolean |
equals(Object obj)
|
|
com.liferay.portal.kernel.xml.DocumentType |
getDocumentType()
|
|
com.liferay.portal.kernel.xml.Element |
getRootElement()
|
|
org.dom4j.Document |
getWrappedDocument()
|
|
String |
getXMLEncoding()
|
|
int |
hashCode()
|
|
void |
setRootElement(com.liferay.portal.kernel.xml.Element rootElement)
|
|
void |
setXMLEncoding(String encoding)
|
|
String |
toString()
|
Methods inherited from class com.liferay.portal.xml.BranchImpl |
---|
add, add, add, add, addElement, addElement, addElement, appendContent, clearContent, content, elementByID, getWrappedBranch, indexOf, node, nodeCount, nodeIterator, normalize, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, removeProcessingInstruction, setContent, setProcessingInstructions |
Methods inherited from class com.liferay.portal.xml.NodeImpl |
---|
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, getWrappedNode, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portal.kernel.xml.Branch |
---|
add, add, add, add, addElement, addElement, addElement, appendContent, clearContent, content, elementByID, indexOf, node, nodeCount, nodeIterator, normalize, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, removeProcessingInstruction, setContent, setProcessingInstructions |
Methods inherited from interface com.liferay.portal.kernel.xml.Node |
---|
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
Constructor Detail |
---|
public DocumentImpl(org.dom4j.Document document)
Method Detail |
---|
public <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
accept
in interface com.liferay.portal.kernel.xml.Node
accept
in class NodeImpl
public com.liferay.portal.kernel.xml.Document addComment(String comment)
addComment
in interface com.liferay.portal.kernel.xml.Document
public com.liferay.portal.kernel.xml.Document addDocumentType(String name, String publicId, String systemId)
addDocumentType
in interface com.liferay.portal.kernel.xml.Document
public com.liferay.portal.kernel.xml.Document clone()
clone
in interface com.liferay.portal.kernel.xml.Document
clone
in class Object
public boolean equals(Object obj)
equals
in class BranchImpl
public com.liferay.portal.kernel.xml.DocumentType getDocumentType()
getDocumentType
in interface com.liferay.portal.kernel.xml.Document
public com.liferay.portal.kernel.xml.Element getRootElement()
getRootElement
in interface com.liferay.portal.kernel.xml.Document
public org.dom4j.Document getWrappedDocument()
public String getXMLEncoding()
getXMLEncoding
in interface com.liferay.portal.kernel.xml.Document
public int hashCode()
hashCode
in class BranchImpl
public void setRootElement(com.liferay.portal.kernel.xml.Element rootElement)
setRootElement
in interface com.liferay.portal.kernel.xml.Document
public void setXMLEncoding(String encoding)
setXMLEncoding
in interface com.liferay.portal.kernel.xml.Document
public String toString()
toString
in class BranchImpl
|
Liferay 7.0-ga1 portal-impl | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |