Uses of Class
eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataLayerTag
-
Packages that use ExternalDataLayerTag Package Description eu.clarin.weblicht.wlfxb.ed.xb Provides classes for manipulating ExternalData annotations of TCF.eu.clarin.weblicht.wlfxb.io Provides classes to input/process/output TCF streams with only specified annotations being loaded into the memory. -
-
Uses of ExternalDataLayerTag in eu.clarin.weblicht.wlfxb.ed.xb
Methods in eu.clarin.weblicht.wlfxb.ed.xb that return ExternalDataLayerTag Modifier and Type Method Description static ExternalDataLayerTagExternalDataLayerTag. getFromClass(Class<? extends ExternalDataLayer> cl)static ExternalDataLayerTagExternalDataLayerTag. getFromXmlName(String xmlName)static ExternalDataLayerTagExternalDataLayerTag. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalDataLayerTag[]ExternalDataLayerTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.weblicht.wlfxb.ed.xb that return types with arguments of type ExternalDataLayerTag Modifier and Type Method Description static List<ExternalDataLayerTag>ExternalDataLayerTag. orderedLayerTags() -
Uses of ExternalDataLayerTag in eu.clarin.weblicht.wlfxb.io
Constructor parameters in eu.clarin.weblicht.wlfxb.io with type arguments of type ExternalDataLayerTag Constructor Description 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.
-