Uses of Class
com.topologi.diffx.xml.IllegalCloseElementException

Packages that use IllegalCloseElementException
com.topologi.diffx.xml A set classes and interfaces for XML processing. 
com.topologi.diffx.xml.dom DOM Extension to the XML tools. 
 

Uses of IllegalCloseElementException in com.topologi.diffx.xml
 

Methods in com.topologi.diffx.xml that throw IllegalCloseElementException
 void XMLWriterImpl.closeElement()
          Write the end element tag.
 

Uses of IllegalCloseElementException in com.topologi.diffx.xml.dom
 

Methods in com.topologi.diffx.xml.dom that throw IllegalCloseElementException
 void DOMWriterImpl.closeElement()
          Close the element automatically.