edu.northwestern.at.utils.corpuslinguistics.inputter
Class SimpleXMLTextInputter

java.lang.Object
  extended by edu.northwestern.at.utils.IsCloseableObject
      extended by edu.northwestern.at.utils.corpuslinguistics.inputter.XMLTextInputter
          extended by edu.northwestern.at.utils.corpuslinguistics.inputter.SimpleXMLTextInputter
All Implemented Interfaces:
TextInputter

public class SimpleXMLTextInputter
extends XMLTextInputter
implements TextInputter

Text inputter which reads text from a URL.

Leaves xml/html tags intact.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.inputter.XMLTextInputter
document, encoding, fixGaps, fixOrigs, fixSplitWords, fixSplitWordsPatternReplacers, segmentMap, segmentNames, splitText, teiHeaderPattern, textID
 
Constructor Summary
SimpleXMLTextInputter()
          Create simple XML text inputter.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.inputter.XMLTextInputter
close, doLoadText, enableGapFixer, enableOrigFixer, enableSplitWordsFixer, finalize, findChild, getNextTextID, getSegment, getSegmentCount, getSegmentName, getSegmentText, getSegmentText, loadText, loadText, putSegment, setSegmentText, setSegmentText, setSegmentText, setSegmentText, writeChildren
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.northwestern.at.utils.corpuslinguistics.inputter.TextInputter
enableGapFixer, enableOrigFixer, enableSplitWordsFixer, getSegmentCount, getSegmentName, getSegmentText, getSegmentText, loadText, loadText, setSegmentText, setSegmentText, setSegmentText, setSegmentText
 

Constructor Detail

SimpleXMLTextInputter

public SimpleXMLTextInputter()
Create simple XML text inputter.