Package com.liferay.portal.kernel.xml
Interface Document
- All Superinterfaces:
Branch,Cloneable,Node,Serializable
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionaddComment(String comment) addDocumentType(String name, String publicId, String systemId) clone()voidsetRootElement(Element rootElement) voidsetXMLEncoding(String encoding) 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, setProcessingInstructionsMethods inherited from interface com.liferay.portal.kernel.xml.Node
accept, 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
-
Method Details
-
addComment
-
addDocumentType
-
clone
Document clone() -
getDocumentType
DocumentType getDocumentType() -
getRootElement
Element getRootElement() -
getXMLEncoding
String getXMLEncoding() -
setRootElement
-
setXMLEncoding
-