Uses of Class
org.apache.uima.cas_data.impl.FeatureStructureImpl
-
Packages that use FeatureStructureImpl Package Description org.apache.uima.cas_data.impl -
-
Uses of FeatureStructureImpl in org.apache.uima.cas_data.impl
Subclasses of FeatureStructureImpl in org.apache.uima.cas_data.impl Modifier and Type Class Description class
PrimitiveArrayFSImpl
class
ReferenceArrayFSImpl
Fields in org.apache.uima.cas_data.impl declared as FeatureStructureImpl Modifier and Type Field Description private FeatureStructureImpl
XCasToCasDataSaxHandler. currentFS
Methods in org.apache.uima.cas_data.impl with parameters of type FeatureStructureImpl Modifier and Type Method Description private void
XCasToCasDataSaxHandler. handleFeature(FeatureStructureImpl fsImpl, java.lang.String featName, java.lang.String featVal)
private void
XCasToCasDataSaxHandler. readFS(FeatureStructureImpl fsImpl, org.xml.sax.Attributes attrs)
-