com.liferay.portal.kernel.xml
Interface Document
- All Superinterfaces:
- Branch, Node, java.io.Serializable
public interface Document
- extends Branch
- Author:
- Brian Wing Shun Chan
| 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 |
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 |
addComment
Document addComment(java.lang.String comment)
addDocumentType
Document addDocumentType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
getDocumentType
DocumentType getDocumentType()
getRootElement
Element getRootElement()
getXMLEncoding
java.lang.String getXMLEncoding()
setRootElement
void setRootElement(Element rootElement)
setXMLEncoding
void setXMLEncoding(java.lang.String encoding)