Uses of Class
eu.clarin.weblicht.wlfxb.io.WLFormatException

Packages that use WLFormatException
eu.clarin.weblicht.wlfxb.io Provides classes to input/process/output TCF streams with only specified annotations being loaded into the memory. 
eu.clarin.weblicht.wlfxb.tc.api   
eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. 
 

Uses of WLFormatException in eu.clarin.weblicht.wlfxb.io
 

Methods in eu.clarin.weblicht.wlfxb.io that throw WLFormatException
 void TextCorpusStreamed.close()
          Closes the input and output streams associated with this object and releases any associated system resources.
 void LexiconStreamed.close()
          Closes the input and output streams associated with this object and releases any associated system resources.
 void ExternalDataWithTextCorpusStreamed.close()
          Closes the input and output streams associated with this object and releases any associated system resources.
static WLDProfile WLDProfiler.read(File file)
           
static WLData WLDObjector.read(File file)
           
static WLDProfile WLDProfiler.read(InputStream inputStream)
           
static WLData WLDObjector.read(InputStream inputStream)
           
static WLDProfile WLDProfiler.read(Reader reader)
           
static WLData WLDObjector.read(Reader reader)
           
 void XmlReaderWriter.readWriteToTheEnd()
           
static void WLDObjector.write(MetaData md, TextCorpus tc, File file, boolean outputAsXmlFragment)
           
static void WLDObjector.write(MetaData md, TextCorpus tc, OutputStream outputStream, boolean outputAsXmlFragment)
           
static void WLDObjector.write(WLData wlData, File file)
           
static void WLDObjector.write(WLData wlData, File file, boolean outputAsXmlFragment)
           
static void WLDObjector.write(WLData wlData, OutputStream outputStream)
           
static void WLDObjector.write(WLData wlData, OutputStream outputStream, boolean outputAsXmlFragment)
           
 

Constructors in eu.clarin.weblicht.wlfxb.io that throw WLFormatException
ExternalDataWithTextCorpusStreamed(InputStream inputStream, EnumSet<ExternalDataLayerTag> edLayersToRead, EnumSet<TextCorpusLayerTag> tcLayersToRead)
          Creates a ExternalDataWithTextCorpusStreamed from the given TCF input stream and specified annotation layers.
ExternalDataWithTextCorpusStreamed(InputStream inputStream, EnumSet<ExternalDataLayerTag> edLayersToRead, EnumSet<TextCorpusLayerTag> tcLayersToRead, OutputStream outputStream)
          Creates a ExternalDataWithTextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.
LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead)
          Creates a LexiconStreamed from the given TCF input stream and specified annotation layers.
LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream)
          Creates a LexiconStreamed from the given TCF input stream, specified annotation layers and the output stream.
LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream, boolean outputAsXmlFragment)
          Creates a LexiconStreamed from the given TCF input stream, specified annotation layers and the output stream.
LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream, List<MetaDataItem> metaDataToAdd)
          Creates a LexiconStreamed from the given TCF input stream, specified annotation layers, output stream and meta data.
TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead)
          Creates a TextCorpusStreamed from the given TCF input stream and specified annotation layers.
TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream)
          Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.
TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream, boolean outputAsXmlFragment)
          Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.
TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream, List<MetaDataItem> metaDataToAdd)
          Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers, output stream and meta data.
 

Uses of WLFormatException in eu.clarin.weblicht.wlfxb.tc.api
 

Methods in eu.clarin.weblicht.wlfxb.tc.api that throw WLFormatException
 TextSpan TextStructureLayer.addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type)
           
 TextSpan TextStructureLayer.addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, String value)
           
 

Uses of WLFormatException in eu.clarin.weblicht.wlfxb.tc.xb
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that throw WLFormatException
 TextSpan TextStructureLayerStored.addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type)
           
 TextSpan TextStructureLayerStored.addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, String value)
           
 



Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.