- compare(Object, Object) - Method in class org.jaxup.tests.XMLComparator
-
- conditional(Object, Object) - Method in class org.jaxup.xupdate.XUpdate
-
Handles an xupdate 'if' instruction.
- copyAttribute(Navigator, Updater, Object, Object) - Static method in class org.jaxup.xupdate.NodeCopier
-
Copies an attribute completely.
- copyAttribute(Navigator, Updater, Object, Object, String) - Static method in class org.jaxup.xupdate.NodeCopier
-
Copies an attribute but assigns it a new value.
- copyComment(Navigator, Updater, Object, Object) - Static method in class org.jaxup.xupdate.NodeCopier
-
- copyElement(Navigator, Updater, Object, Object, boolean) - Static method in class org.jaxup.xupdate.NodeCopier
-
- copyLiteral(Navigator, Updater, Object, Object, boolean) - Static method in class org.jaxup.xupdate.NodeCopier
-
Copies a node in the xupdate document document as an unplaced node for the source document.
- copyText(Navigator, Updater, Object, Object) - Static method in class org.jaxup.xupdate.NodeCopier
-
- createAttribute(Object, String, String, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createAttribute(Object, String, String, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createAttribute(Object, String, String, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createAttribute(Object, String, String, String) - Method in interface org.jaxup.Updater
-
Creates an attribute node.
- createComment(Object, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createComment(Object, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createComment(Object, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createComment(Object, String) - Method in interface org.jaxup.Updater
-
Creates a comment node with the given text as the comment.
- createDocument() - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createDocument() - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createDocument() - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createDocument() - Method in interface org.jaxup.Updater
-
Creates an empty XML document.
- createElement(Object, String, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createElement(Object, String, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createElement(Object, String, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createElement(Object, String, String) - Method in interface org.jaxup.Updater
-
Creates an element node.
- createNamespace(Object, String, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createNamespace(Object, String, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createNamespace(Object, String, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createNamespace(Object, String, String) - Method in interface org.jaxup.Updater
-
Creates a namespace node.
- createProcessingInstruction(Object, String, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createProcessingInstruction(Object, String, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createProcessingInstruction(Object, String, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createProcessingInstruction(Object, String, String) - Method in interface org.jaxup.Updater
-
Creates a processing-instruction node of the given target and data.
- createText(Object, String) - Method in class org.jaxup.dom.DOMDocumentUpdater
-
- createText(Object, String) - Method in class org.jaxup.dom4j.Dom4JDocumentUpdater
-
- createText(Object, String) - Method in class org.jaxup.jdom.JDOMDocumentUpdater
-
- createText(Object, String) - Method in interface org.jaxup.Updater
-
Creates a text node of the given text.
- creation(Object, Object, int) - Method in class org.jaxup.xupdate.XUpdate
-
Handles an xupdate 'append', 'update', 'insert-before' and
'insert-after' instruction.