|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parent | |
|---|---|
| de.pdark.decentxml | |
| Uses of Parent in de.pdark.decentxml |
|---|
| Classes in de.pdark.decentxml that implement Parent | |
|---|---|
class |
Document
This class represents an XML document. |
class |
Element
An element in a XML document. |
class |
NodeWithChildren
This 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 | |
|---|---|
Parent |
Parent.addNode(int index,
Node node)
|
Parent |
Parent.addNode(Node node)
|
Parent |
Parent.addNodes(java.util.Collection<? extends Node> nodes)
|
Parent |
Parent.addNodes(int index,
java.util.Collection<? extends Node> nodes)
|
Parent |
Parent.addNodes(int index,
Node... nodes)
|
Parent |
Parent.addNodes(Node... nodes)
|
Parent |
Parent.clearNodes()
Remove all nodes |
Parent |
Element.getParent()
|
Parent |
Child.getParent()
The parent of this child |
| Methods in de.pdark.decentxml with parameters of type Parent | |
|---|---|
Element |
Element.setParent(Parent parent)
|
Child |
Child.setParent(Parent parent)
Change the parent of this child. |
| Constructors in de.pdark.decentxml with parameters of type Parent | |
|---|---|
Element(Parent parent,
java.lang.String name)
|
|
Element(Parent parent,
java.lang.String name,
Namespace ns)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||