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 TypeClassDescriptionclass
This class represents an XML document.class
An element in a XML document.class
This class contains all the code necessary to implement nodes which can have child nodes (like Document or Element).Fields in de.pdark.decentxml declared as ParentMethods 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