|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidContextException | |
org.jaxup | Generic XML datamodel update handler interfaces |
org.jaxup.dom | Updating of W3C DOM trees. |
org.jaxup.dom4j | Updating of dom4j trees. |
org.jaxup.jdom | Updating of JDOM trees. |
Uses of InvalidContextException in org.jaxup |
Methods in org.jaxup that throw InvalidContextException | |
Object |
Updater.createComment(Object contextNode,
String comment)
Creates a comment node with the given text as the comment. |
Object |
Updater.createText(Object contextNode,
String text)
Creates a text node of the given text. |
Object |
Updater.createElement(Object contextNode,
String uri,
String qname)
Creates an element node. |
Object |
Updater.createNamespace(Object contextNode,
String prefix,
String uri)
Creates a namespace node. |
Object |
Updater.createAttribute(Object contextNode,
String uri,
String qname,
String value)
Creates an attribute node. |
Object |
Updater.createProcessingInstruction(Object contextNode,
String target,
String data)
Creates a processing-instruction node of the given target and data. |
Uses of InvalidContextException in org.jaxup.dom |
Methods in org.jaxup.dom that throw InvalidContextException | |
Object |
DOMDocumentUpdater.createComment(Object contextNode,
String comment)
|
Object |
DOMDocumentUpdater.createText(Object contextNode,
String text)
|
Object |
DOMDocumentUpdater.createElement(Object contextNode,
String uri,
String qname)
|
Object |
DOMDocumentUpdater.createNamespace(Object contextNode,
String prefix,
String uri)
|
Object |
DOMDocumentUpdater.createAttribute(Object contextNode,
String uri,
String qname,
String value)
|
Object |
DOMDocumentUpdater.createProcessingInstruction(Object contextNode,
String target,
String data)
|
void |
DOMDocumentUpdater.insertBefore(Object refNode,
Object node)
|
void |
DOMDocumentUpdater.insertAfter(Object refNode,
Object node)
|
void |
DOMDocumentUpdater.appendChild(Object element,
Object child,
int position)
|
void |
DOMDocumentUpdater.remove(Object node)
|
void |
DOMDocumentUpdater.setAttribute(Object element,
Object attribute)
|
void |
DOMDocumentUpdater.setNamespace(Object element,
Object namespace)
|
Uses of InvalidContextException in org.jaxup.dom4j |
Methods in org.jaxup.dom4j that throw InvalidContextException | |
Object |
Dom4JDocumentUpdater.createComment(Object contextNode,
String comment)
|
Object |
Dom4JDocumentUpdater.createText(Object contextNode,
String text)
|
Object |
Dom4JDocumentUpdater.createElement(Object contextNode,
String uri,
String qname)
|
Object |
Dom4JDocumentUpdater.createNamespace(Object contextNode,
String prefix,
String uri)
|
Object |
Dom4JDocumentUpdater.createAttribute(Object contextNode,
String uri,
String qname,
String value)
|
Object |
Dom4JDocumentUpdater.createProcessingInstruction(Object contextNode,
String target,
String data)
|
Uses of InvalidContextException in org.jaxup.jdom |
Methods in org.jaxup.jdom that throw InvalidContextException | |
Object |
JDOMDocumentUpdater.createComment(Object contextNode,
String comment)
|
Object |
JDOMDocumentUpdater.createText(Object contextNode,
String text)
|
Object |
JDOMDocumentUpdater.createElement(Object contextNode,
String uri,
String qname)
|
Object |
JDOMDocumentUpdater.createNamespace(Object contextNode,
String prefix,
String uri)
|
Object |
JDOMDocumentUpdater.createAttribute(Object contextNode,
String uri,
String qname,
String value)
|
Object |
JDOMDocumentUpdater.createProcessingInstruction(Object contextNode,
String target,
String data)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |