@ProviderType public interface Branch extends 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
void add(Comment comment)
void add(Element element)
void add(Node node)
void add(ProcessingInstruction processingInstruction)
void appendContent(Branch branch)
void clearContent()
int indexOf(Node node)
Node node(int index)
int nodeCount()
void normalize()
ProcessingInstruction processingInstruction(String target)
List<ProcessingInstruction> processingInstructions()
List<ProcessingInstruction> processingInstructions(String target)
boolean remove(Comment comment)
boolean remove(Element element)
boolean remove(Node node)
boolean remove(ProcessingInstruction processingInstruction)
boolean removeProcessingInstruction(String target)
void setProcessingInstructions(List<ProcessingInstruction> processingInstructions)