Uses of Interface
de.pdark.decentxml.Parent
Packages that use Parent
-
Uses of Parent in de.pdark.decentxml
Classes in de.pdark.decentxml that implement ParentModifier and TypeClassDescriptionclassThis class represents an XML document.classAn element in a XML document.classThis 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 ParentModifier and TypeMethodDescriptionParent.addNodes(int index, Collection<? extends Node> nodes) Parent.addNodes(Collection<? extends Node> nodes) Parent.clearNodes()Remove all nodesChild.getParent()The parent of this childElement.getParent()Methods in de.pdark.decentxml with parameters of type ParentModifier and TypeMethodDescriptionChange the parent of this child.Constructors in de.pdark.decentxml with parameters of type Parent