Uses of Class
com.hp.hpl.sparta.DOMException

Packages that use DOMException
com.hp.hpl.sparta A light-weight, simplified XML parser, DOM, and XPATH interpreter. 
 

Uses of DOMException in com.hp.hpl.sparta
 

Methods in com.hp.hpl.sparta that throw DOMException
 void Element.appendChild(Node addedChild)
           
 void Element.removeChild(Node childToRemove)
           
 void Element.replaceChild(Element newChild, Node oldChild)
          Replace oldChild with newChild.
 void Element.replaceChild(Text newChild, Node oldChild)
          Replace oldChild with newChild.