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