Class GFSAForm
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAStructElem
-
- org.verapdf.gf.model.impl.sa.structelems.GFSAForm
-
- All Implemented Interfaces:
Object,SAForm,SAStructElem
public class GFSAForm extends GFSAStructElem implements SAForm
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORM_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 GFSAForm(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
-
FORM_STRUCTURE_ELEMENT_TYPE
public static final String FORM_STRUCTURE_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSAForm
public GFSAForm(PDStructElem structElemDictionary, String parentsStandardTypes)
-
-