Uses of Class
org.docx4j.model.styles.Node
| Package | Description |
|---|---|
| org.docx4j.model.styles |
-
Uses of Node in org.docx4j.model.styles
Fields in org.docx4j.model.styles with type parameters of type Node Modifier and Type Field Description java.util.List<Node<T>>Node. childrenMethods in org.docx4j.model.styles that return Node Modifier and Type Method Description Node<T>Tree. get(java.lang.String name)Quick access to any node in the tree.Node<T>Node. getParent()Node<T>Tree. getRootElement()Return the root Node of the tree.Methods in org.docx4j.model.styles that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node<T>>Tree. climb(Node<T> n)java.util.List<Node<T>>Node. getChildren()Return the children of Node. java.util.List<Node<T>>Tree. toList()Returns the Treeas a List of Node objects. Methods in org.docx4j.model.styles with parameters of type Node Modifier and Type Method Description voidNode. addChild(Node<T> child)Adds a child to the list of children for this Node. java.util.List<Node<T>>Tree. climb(Node<T> n)static java.lang.StringStyleTree. getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree, Node<StyleTree.AugmentedStyle> n)voidNode. setParent(Node<T> parent)voidTree. setRootElement(Node<T> rootElement)Set the root Element for the tree.