Uses of Interface
org.jaxup.Updater

Packages that use Updater
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. 
 

Uses of Updater in org.jaxup.dom
 

Classes in org.jaxup.dom that implement Updater
 class DOMDocumentUpdater
          XML document creating and updating methods for the w3c DOM document object model.
 

Uses of Updater in org.jaxup.dom4j
 

Classes in org.jaxup.dom4j that implement Updater
 class Dom4JDocumentUpdater
          XML document creating and updating methods for the DOM4J document object model.
 

Uses of Updater in org.jaxup.jdom
 

Classes in org.jaxup.jdom that implement Updater
 class JDOMDocumentUpdater
          XML document creating and updating methods for the JDOM document object model.
 

Uses of Updater in org.jaxup.tests
 

Methods in org.jaxup.tests that return Updater
 Updater DocumentModelTestData.getUpdater()
           
 

Constructors in org.jaxup.tests with parameters of type Updater
DocumentModelTestData(java.lang.String name, Updater updater, JaxupWriter writer)
           
XMLComparator(Updater updater)
           
 

Uses of Updater in org.jaxup.xupdate
 

Methods in org.jaxup.xupdate with parameters of type Updater
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)
           
 

Constructors in org.jaxup.xupdate with parameters of type Updater
NormalizedTextNodeIterator(Updater updater, java.util.Iterator nodeIterator)
           
XUpdate(Updater docUpdater)
          Creates an xupdate engine.
XUpdate(Updater docUpdater, Navigator xuNavigator)
          Creates an xupdate engine.