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 |
---|---|
boolean |
XMLTreeReplacer.replace(File inputFile,
File outputFile,
XMLTreeReplacer.NodePath... paths)
Replace the attributes of some nodes in a XML document.
|
boolean |
XMLTreeReplacer.replace(URL inputURL,
URL outputURL,
XMLTreeReplacer.NodePath... paths)
Replace the attributes of some nodes in a XML document.
|
boolean |
XMLTreeReplacer.replace(XMLNode root,
File outputFile,
XMLTreeReplacer.NodePath... paths)
Replace the attributes of some nodes in a XML document.
|
boolean |
XMLTreeReplacer.replace(XMLNode root,
URL outputURL,
XMLTreeReplacer.NodePath... paths)
Replace the attributes of some nodes in a XML document.
|
XMLNode |
XMLTreeReplacer.replace(XMLNode root,
XMLTreeReplacer.NodePath... paths)
Replace the attributes of some nodes in a XML document.
|