Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Parent |
Parent.addNode(int index,
Node node) |
Parent |
Parent.addNode(Node node) |
Parent |
Parent.addNodes(Collection<? extends Node> nodes) |
Parent |
Parent.addNodes(int index,
Collection<? extends Node> nodes) |
Parent |
Parent.addNodes(int index,
Node... nodes) |
Parent |
Parent.addNodes(Node... nodes) |
Parent |
Parent.clearNodes()
Remove all nodes
|
Parent |
Child.getParent()
The parent of this child
|
Parent |
Element.getParent() |
Modifier and Type | Method and Description |
---|---|
Child |
Child.setParent(Parent parent)
Change the parent of this child.
|
Element |
Element.setParent(Parent parent) |
Constructor and Description |
---|
Element(Parent parent,
String name) |
Element(Parent parent,
String name,
Namespace ns) |
Copyright © 2008–2014. All rights reserved.