|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateException | |
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.exml | Updating of EXML trees. |
org.jaxup.jdom | Updating of JDOM trees. |
Uses of UpdateException in org.jaxup |
Subclasses of UpdateException in org.jaxup | |
class |
InvalidContextException
A context node or object was not of the right type or in the right state to be used by the method to which it was provided. |
Methods in org.jaxup that throw UpdateException | |
Object |
Updater.createDocument()
Creates an empty XML document. |
void |
Updater.insertBefore(Object refNode,
Object node)
|
void |
Updater.insertAfter(Object refNode,
Object node)
|
void |
Updater.appendChild(Object element,
Object child,
int position)
|
void |
Updater.remove(Object node)
|
void |
Updater.setAttribute(Object element,
Object attribute)
|
void |
Updater.setNamespace(Object element,
Object namespace)
|
Uses of UpdateException in org.jaxup.dom |
Methods in org.jaxup.dom that throw UpdateException | |
Object |
DocumentUpdater.createDocument()
|
Uses of UpdateException in org.jaxup.dom4j |
Methods in org.jaxup.dom4j that throw UpdateException | |
Object |
DocumentUpdater.createDocument()
|
void |
DocumentUpdater.insertBefore(Object refNode,
Object node)
|
void |
DocumentUpdater.insertAfter(Object refNode,
Object node)
|
void |
DocumentUpdater.appendChild(Object element,
Object child,
int position)
|
void |
DocumentUpdater.remove(Object node)
|
void |
DocumentUpdater.setAttribute(Object element,
Object attribute)
|
void |
DocumentUpdater.setNamespace(Object element,
Object namespace)
|
Uses of UpdateException in org.jaxup.exml |
Methods in org.jaxup.exml that throw UpdateException | |
Object |
DocumentUpdater.createDocument()
|
void |
DocumentUpdater.insertBefore(Object refNode,
Object node)
|
void |
DocumentUpdater.insertAfter(Object refNode,
Object node)
|
void |
DocumentUpdater.appendChild(Object element,
Object child,
int position)
|
void |
DocumentUpdater.remove(Object node)
|
void |
DocumentUpdater.setAttribute(Object element,
Object attribute)
|
void |
DocumentUpdater.setNamespace(Object element,
Object namespace)
|
Uses of UpdateException in org.jaxup.jdom |
Methods in org.jaxup.jdom that throw UpdateException | |
Object |
DocumentUpdater.createDocument()
|
void |
DocumentUpdater.insertBefore(Object refNode,
Object node)
|
void |
DocumentUpdater.insertAfter(Object refNode,
Object node)
|
void |
DocumentUpdater.appendChild(Object element,
Object child,
int position)
|
void |
DocumentUpdater.remove(Object node)
|
void |
DocumentUpdater.setAttribute(Object element,
Object attribute)
|
void |
DocumentUpdater.setNamespace(Object element,
Object namespace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |