Uses of Class
org.jaxup.InvalidContextException

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.exml Updating of EXML 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)
           
 Object Updater.createText(Object contextNode, String text)
           
 Object Updater.createElement(Object contextNode, String uri, String qname)
           
 Object Updater.createNamespace(Object contextNode, String prefix, String uri)
           
 Object Updater.createAttribute(Object contextNode, String uri, String qname, String value)
           
 Object Updater.createProcessingInstruction(Object contextNode, String target, String data)
           
 

Uses of InvalidContextException in org.jaxup.dom
 

Methods in org.jaxup.dom that throw InvalidContextException
 Object DocumentUpdater.createComment(Object contextNode, String comment)
           
 Object DocumentUpdater.createText(Object contextNode, String text)
           
 Object DocumentUpdater.createElement(Object contextNode, String uri, String qname)
           
 Object DocumentUpdater.createNamespace(Object contextNode, String prefix, String uri)
           
 Object DocumentUpdater.createAttribute(Object contextNode, String uri, String qname, String value)
           
 Object DocumentUpdater.createProcessingInstruction(Object contextNode, String target, String data)
           
 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 InvalidContextException in org.jaxup.dom4j
 

Methods in org.jaxup.dom4j that throw InvalidContextException
 Object DocumentUpdater.createComment(Object contextNode, String comment)
           
 Object DocumentUpdater.createText(Object contextNode, String text)
           
 Object DocumentUpdater.createElement(Object contextNode, String uri, String qname)
           
 Object DocumentUpdater.createNamespace(Object contextNode, String prefix, String uri)
           
 Object DocumentUpdater.createAttribute(Object contextNode, String uri, String qname, String value)
           
 Object DocumentUpdater.createProcessingInstruction(Object contextNode, String target, String data)
           
 

Uses of InvalidContextException in org.jaxup.exml
 

Methods in org.jaxup.exml that throw InvalidContextException
 Object DocumentUpdater.createComment(Object contextNode, String comment)
           
 Object DocumentUpdater.createText(Object contextNode, String text)
           
 Object DocumentUpdater.createElement(Object contextNode, String uri, String qname)
           
 Object DocumentUpdater.createNamespace(Object contextNode, String prefix, String uri)
           
 Object DocumentUpdater.createAttribute(Object contextNode, String uri, String qname, String value)
           
 Object DocumentUpdater.createProcessingInstruction(Object contextNode, String target, String data)
           
 

Uses of InvalidContextException in org.jaxup.jdom
 

Methods in org.jaxup.jdom that throw InvalidContextException
 Object DocumentUpdater.createComment(Object contextNode, String comment)
           
 Object DocumentUpdater.createText(Object contextNode, String text)
           
 Object DocumentUpdater.createElement(Object contextNode, String uri, String qname)
           
 Object DocumentUpdater.createNamespace(Object contextNode, String prefix, String uri)
           
 Object DocumentUpdater.createAttribute(Object contextNode, String uri, String qname, String value)
           
 Object DocumentUpdater.createProcessingInstruction(Object contextNode, String target, String data)
           
 



Copyright © 2001 Erwin Bolwidt. All Rights Reserved. Hosted by

SourceForge Logo