Uses of Class
de.fu_berlin.ties.ParsingException

Packages that use ParsingException
de.fu_berlin.ties.preprocess This packages handles format conversions and linguistic preprocessing of documents. 
de.fu_berlin.ties.xml This package contains utility classes for working with XML documents and related data. 
 

Uses of ParsingException in de.fu_berlin.ties.preprocess
 

Methods in de.fu_berlin.ties.preprocess that throw ParsingException
protected  void TreeTagger.doProcess(Reader in, Writer out, ContextMap context)
          Augments the input text with the output of the TreeTagger.
 

Uses of ParsingException in de.fu_berlin.ties.xml
 

Methods in de.fu_berlin.ties.xml that throw ParsingException
 void XMLAdjuster.adjust(CharSequence input, Writer out)
          Tries to fix corrupt XML documents, especially documents containing nesting errors.
 void XMLAdjuster.adjust(Reader in, Writer out)
          Tries to fix corrupt XML documents, especially documents containing nesting errors.
protected  void XMLAdjuster.checkEvent(String eventType)
          Method called by the XMLAdjuster.logEvent(String, String) methods whenever an event occurred to ensure the event is acceptable.
protected  void XMLAdjuster.doProcess(Reader reader, Writer writer, ContextMap context)
          Tries to fix corrupt XML documents, especially documents containing nesting errors.
 XMLConstituent XMLAdjuster.fixedConstituents(CharSequence input)
          Returns the constituents of an XML-like document after fixing possible nesting errors etc.
protected  void XMLAdjuster.handleEndTag(TagConstituent endTag, OpenTags openTags, UnprocessedTags unprocessedTags)
          Helper method for handling an end tag.
protected  void XMLAdjuster.handleEOF(XMLConstituent lastConst, OpenTags openTags, UnprocessedTags unprocessedTags, boolean insertedMissingRoot)
          Helper method for handling an the end of a file.
protected  void XMLAdjuster.logEvent(String eventType, String details)
          Logs the occurance of an event necessary for fixing a document.
protected  void XMLAdjuster.logEvent(String eventType, TagConstituent tag)
          Logs the occurance of an event necessary for fixing a document.
 XMLConstituent XMLAdjuster.rawConstituents(CharSequence input, boolean fixCharacterErrors)
          Returns the raw constituents of an XML-like document.
protected  XMLConstituent XMLAdjuster.rawConstituents(CharSequence input, boolean fixCharacterErrors, UnprocessedTags startAndEndTags)
          Returns the raw constituents of an XML-like document.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.