Class FSArrayParser
- java.lang.Object
-
- de.julielab.jcore.reader.xmlmapper.typeParser.StandardTypeParser
-
- de.julielab.jcore.reader.xmlmapper.typeParser.FSArrayParser
-
- All Implemented Interfaces:
TypeParser
public class FSArrayParser extends StandardTypeParser
Handels to parse a FSArray Type from a TypeTemplate to a ConcreteType- Author:
- weigel
-
-
Constructor Summary
Constructors Constructor Description FSArrayParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeBuildergetTypeBuilder()voidparseType(ConcreteType concreteType, com.ximpleware.VTDNav nav, org.apache.uima.jcas.JCas jcas, byte[] identifier, DocumentTextData docText)Parses a Type.-
Methods inherited from class de.julielab.jcore.reader.xmlmapper.typeParser.StandardTypeParser
equals, parseSingleType, parseStandardFeature
-
-
-
-
Method Detail
-
parseType
public void parseType(ConcreteType concreteType, com.ximpleware.VTDNav nav, org.apache.uima.jcas.JCas jcas, byte[] identifier, DocumentTextData docText) throws Exception
Description copied from interface:TypeParserParses a Type. Gather all necessary Infomations from the vdtnav, and fill the concrete Type. The corresponding TypeTemplate is part of the ConcreteType- Specified by:
parseTypein interfaceTypeParser- Overrides:
parseTypein classStandardTypeParser- Throws:
Exceptionorg.apache.uima.collection.CollectionException
-
getTypeBuilder
public TypeBuilder getTypeBuilder()
- Specified by:
getTypeBuilderin interfaceTypeParser- Overrides:
getTypeBuilderin classStandardTypeParser- Returns:
- the typeBuilder
-
-