Uses of Class
org.docx4j.model.styles.Node
Packages that use Node
-
Uses of Node in org.docx4j.model.styles
Fields in org.docx4j.model.styles with type parameters of type NodeMethods in org.docx4j.model.styles that return NodeModifier and TypeMethodDescriptionQuick access to any node in the tree.Node.getParent()Tree.getRootElement()Return the root Node of the tree.Methods in org.docx4j.model.styles that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()Return the children of Node. Tree.toList()Returns the Treeas a List of Node objects. Methods in org.docx4j.model.styles with parameters of type NodeModifier and TypeMethodDescriptionvoidAdds a child to the list of children for this Node. static StringStyleTree.getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree, Node<StyleTree.AugmentedStyle> n) voidvoidTree.setRootElement(Node<T> rootElement) Set the root Element for the tree.