Uses of Class
com.lunasil.xf.exceptions.XincException

Packages that use XincException
com.lunasil.xf   
com.lunasil.xf.exceptions   
 

Uses of XincException in com.lunasil.xf
 

Methods in com.lunasil.xf that throw XincException
 void XincFormatter.format(String docUrl, String styleUrl, OutputStream outputStream)
          Format a document.
 void XincFormatter.format(String docUrl, String styleUrl, String outputFileName)
          Format a document.
 void XincFormatter.format(InputSource src, OutputStream outputStream)
          Format a document.
 void XincFormatter.format(InputSource docSource, Source styleSource, OutputStream outputStream)
          Format a document.
 Document XincFormatter.getConfiguration()
          Get the current Configuration.
 ContentHandler XincEngine.createContentHandler()
          Create a ContentHandler.
 Document XincEngine.getConfiguration()
          Get the current Configuration.
 

Uses of XincException in com.lunasil.xf.exceptions
 

Subclasses of XincException in com.lunasil.xf.exceptions
 class InvalidContentException
           
 class InvalidExpressionException
           
 class InvalidTypeException
           
 class UnsupportedException
           
 class XincConfigException