Uses of Interface
de.pdark.decentxml.Parent
-
Packages that use Parent Package Description de.pdark.decentxml -
-
Uses of Parent in de.pdark.decentxml
Classes in de.pdark.decentxml that implement Parent Modifier and Type Class Description classDocumentThis class represents an XML document.classElementAn element in a XML document.classNodeWithChildrenThis class contains all the code necessary to implement nodes which can have child nodes (like Document or Element).Methods in de.pdark.decentxml that return Parent Modifier and Type Method Description ParentParent. addNode(int index, Node node)ParentParent. addNode(Node node)ParentParent. addNodes(int index, Node... nodes)ParentParent. addNodes(int index, java.util.Collection<? extends Node> nodes)ParentParent. addNodes(Node... nodes)ParentParent. addNodes(java.util.Collection<? extends Node> nodes)ParentParent. clearNodes()Remove all nodesParentChild. getParent()The parent of this childParentElement. getParent()Methods in de.pdark.decentxml with parameters of type Parent Modifier and Type Method Description ChildChild. setParent(Parent parent)Change the parent of this child.ElementElement. setParent(Parent parent)Constructors in de.pdark.decentxml with parameters of type Parent Constructor Description Element(Parent parent, java.lang.String name)Element(Parent parent, java.lang.String name, Namespace ns)
-