Package | Description |
---|---|
org.jaxup.dom |
Updating of W3C DOM trees.
|
org.jaxup.dom4j |
Updating of dom4j trees.
|
org.jaxup.jdom |
Updating of JDOM trees.
|
org.jaxup.tests | |
org.jaxup.xupdate |
Implementation of XUpdate
using jaxup.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMDocumentUpdater
XML document creating and updating methods for the w3c DOM document object model.
|
Modifier and Type | Class and Description |
---|---|
class |
Dom4JDocumentUpdater
XML document creating and updating methods for the DOM4J document object model.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOMDocumentUpdater
XML document creating and updating methods for the JDOM document object model.
|
Modifier and Type | Method and Description |
---|---|
Updater |
DocumentModelTestData.getUpdater() |
Constructor and Description |
---|
DocumentModelTestData(java.lang.String name,
Updater updater,
JaxupWriter writer) |
XMLComparator(Updater updater) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
NodeCopier.copyAttribute(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original)
Copies an attribute completely.
|
static java.lang.Object |
NodeCopier.copyAttribute(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original,
java.lang.String newValue)
Copies an attribute but assigns it a new value.
|
static java.lang.Object |
NodeCopier.copyComment(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original) |
static java.lang.Object |
NodeCopier.copyElement(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original,
boolean template) |
static java.lang.Object |
NodeCopier.copyLiteral(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original,
boolean template)
Copies a node in the xupdate document document as an unplaced node for the source document.
|
static java.lang.Object |
NodeCopier.copyText(Navigator from,
Updater to,
java.lang.Object toDoc,
java.lang.Object original) |
Constructor and Description |
---|
NormalizedTextNodeIterator(Updater updater,
java.util.Iterator nodeIterator) |
XUpdate(Updater docUpdater)
Creates an xupdate engine.
|
XUpdate(Updater docUpdater,
Navigator xuNavigator)
Creates an xupdate engine.
|