Package com.liferay.portal.kernel.xml
Interface Branch
- All Superinterfaces:
Node
,Serializable
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
add
(ProcessingInstruction processingInstruction) addElement
(QName qName) addElement
(String name) addElement
(String qualifiedName, String namespaceURI) void
appendContent
(Branch branch) void
content()
elementByID
(String elementID) int
node
(int index) int
void
processingInstruction
(String target) processingInstructions
(String target) boolean
boolean
boolean
boolean
remove
(ProcessingInstruction processingInstruction) boolean
removeProcessingInstruction
(String target) void
setContent
(List<Node> content) void
setProcessingInstructions
(List<ProcessingInstruction> processingInstructions) 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
-
Method Details
-
add
-
add
-
add
-
add
-
addElement
-
addElement
-
addElement
-
appendContent
-
clearContent
void clearContent() -
content
-
elementByID
-
indexOf
-
node
-
nodeCount
int nodeCount() -
nodeIterator
-
normalize
void normalize() -
processingInstruction
-
processingInstructions
List<ProcessingInstruction> processingInstructions() -
processingInstructions
-
remove
-
remove
-
remove
-
remove
-
removeProcessingInstruction
-
setContent
-
setProcessingInstructions
-