Package | Description |
---|---|
org.mdiutil.xml.tree |
This package contains a parser allowing to get a tree of Nodes from an XML file.
|
Modifier and Type | Method and Description |
---|---|
XMLTreeReplacer.Node |
XMLTreeReplacer.NodePath.addNode(String qname,
int occ)
Add a Node to the path.
|
XMLTreeReplacer.Node |
XMLTreeReplacer.NodePath.addNode(String qname,
String ifQName,
String ifValue)
Add a Node to the path.
|
Modifier and Type | Method and Description |
---|---|
List<XMLTreeReplacer.Node> |
XMLTreeReplacer.NodePath.getPath()
Return the list of nodes which constitute the path.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLTreeReplacer.NodePath.addNode(XMLTreeReplacer.Node node)
Add a Node to the path.
|
Constructor and Description |
---|
NodePath(XMLTreeReplacer.Node... nodes)
Constructor.
|
Constructor and Description |
---|
NodePath(List<XMLTreeReplacer.Node> path)
Constructor.
|