Class GFSATBody
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAStructElem
-
- org.verapdf.gf.model.impl.sa.structelems.GFSATBody
-
- All Implemented Interfaces:
Object,SAStructElem,SATBody
public class GFSATBody extends GFSAStructElem implements SATBody
-
-
Field Summary
Fields Modifier and Type Field Description static StringTBODY_STRUCTURE_ELEMENT_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.sa.GFSAStructElem
children, CHILDREN, structElemDictionary
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSATBody(PDStructElem structElemDictionary, String parentsStandardTypes)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.sa.GFSAStructElem
addTextChunk, getChildren, getContext, getcorrectSemanticScore, getcorrectType, gethasLowestDepthError, getID, getisLeafElem, getisListChild, getisListElem, getisTableChild, getisTableElem, getkidsStandardTypes, getlastPage, getLinkedObjects, getNode, getpage, getPageObjectNumber, getparentsStandardTypes, getparentStandardType, getstandardType, getstructureID, getStructureType, getTextValue, getType, getvalueS, parseChildren, setNode
-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.salayer.SAStructElem
getcorrectSemanticScore, getcorrectType, gethasLowestDepthError, getisLeafElem, getisListChild, getisListElem, getisTableChild, getisTableElem, getkidsStandardTypes, getlastPage, getpage, getparentsStandardTypes, getparentStandardType, getstandardType, getstructureID, getvalueS
-
-
-
-
Field Detail
-
TBODY_STRUCTURE_ELEMENT_TYPE
public static final String TBODY_STRUCTURE_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSATBody
public GFSATBody(PDStructElem structElemDictionary, String parentsStandardTypes)
-
-