Uses of Class
com.ximpleware.IndexWriteException

Packages that use IndexWriteException
com.ximpleware   
 

Uses of IndexWriteException in com.ximpleware
 

Methods in com.ximpleware that throw IndexWriteException
 void VTDGen.writeIndex(java.io.OutputStream os)
          This method writes the VTD+XML into an outputStream
 void VTDNav.writeIndex(java.io.OutputStream os)
          Write VTDNav's internal structure into an OutputStream
 void VTDGen.writeIndex(java.lang.String fileName)
          This method writes the VTD+XML file into a file of the given name
 void VTDNav.writeIndex(java.lang.String fileName)
          Write VTDNav's internal structure into a VTD+XML file
 void VTDGen.writeSeparateIndex(java.io.OutputStream os)
          This method writes the VTDs and LCs into an outputStream
 void VTDNav.writeSeparateIndex(java.io.OutputStream os)
          Write VTDNav's VTD and LCs into an OutputStream (XML not written out)
 void VTDGen.writeSeparateIndex(java.lang.String fileName)
          This method writes the VTDs and LCs into a file of the given name XML is not part of the index please refer to VTD-XML web site for the spec and explanation
 void VTDNav.writeSeparateIndex(java.lang.String fileName)
          Write VTDNav's internal structure (VTD and LCs, but not XML) into a file