Package org.verapdf.model.salayer
Interface SAStructElem
- All Known Subinterfaces:
SAAnnot,SAArt,SAArtifact,SAAside,SABibEntry,SABlockQuote,SACaption,SACode,SADiv,SADocument,SADocumentFragment,SAEm,SAFENote,SAFigure,SAForm,SAFormula,SAH,SAHn,SAIndex,SAL,SALbl,SALBody,SALI,SALink,SANonStandard,SANonStruct,SANote,SAP,SAPart,SAPrivate,SAQuote,SARB,SAReference,SARP,SART,SARuby,SASect,SASpan,SAStrong,SASub,SATable,SATableCell,SATBody,SATD,SATFoot,SATH,SATHead,SATitle,SATOC,SATOCI,SATR,SAWarichu,SAWP,SAWT
- All Known Implementing Classes:
GFSAAnnot,GFSAArt,GFSAArtifact,GFSAAside,GFSABibEntry,GFSABlockQuote,GFSACaption,GFSACode,GFSADiv,GFSADocument,GFSADocumentFragment,GFSAEm,GFSAFENote,GFSAFigure,GFSAForm,GFSAFormula,GFSAH,GFSAHn,GFSAIndex,GFSAL,GFSALbl,GFSALBody,GFSALI,GFSALink,GFSANonStandard,GFSANonStruct,GFSANote,GFSAP,GFSAPart,GFSAPrivate,GFSAQuote,GFSARB,GFSAReference,GFSARP,GFSART,GFSARuby,GFSASect,GFSASpan,GFSAStrong,GFSAStructElem,GFSASub,GFSATable,GFSATableCell,GFSATBody,GFSATD,GFSATFoot,GFSATH,GFSATHead,GFSATitle,GFSATOC,GFSATOCI,GFSATR,GFSAWarichu,GFSAWP,GFSAWT
the structure element dictionary
-
Method Summary
Modifier and TypeMethodDescriptionnumber ranging from 0 to 1 indicating the probability that the correct type is right definedsupposed correct element typetrue, if this element has wrong type and all parents of this element have right typesfalse, if structure element contains other structure elementstrue, if this is list child elementtrue, if this is list struct elementtrue, if this is table child elementtrue, if this is table struct elementampersand separated list of child element types, role mapped to the standard typesnumber of the last page that contains the structure elementgetpage()number of the first page that contains the structure elementampersand separated list of all standard types of parents element of this structure element in the structure hierarchyparent element type, role mapped to the standard typestandard type of struct elementstructure typeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.salayer.SAObject
geterrorArguments, geterrorCodes, getstructureID
-
Method Details
-
getvalueS
String getvalueS()structure type -
getcorrectSemanticScore
Double getcorrectSemanticScore()number ranging from 0 to 1 indicating the probability that the correct type is right defined -
getcorrectType
String getcorrectType()supposed correct element type -
getstandardType
String getstandardType()standard type of struct element -
getisTableElem
Boolean getisTableElem()true, if this is table struct element -
getisTableChild
Boolean getisTableChild()true, if this is table child element -
getisListElem
Boolean getisListElem()true, if this is list struct element -
getisListChild
Boolean getisListChild()true, if this is list child element -
getisLeafElem
Boolean getisLeafElem()false, if structure element contains other structure elements -
getparentsStandardTypes
String getparentsStandardTypes()ampersand separated list of all standard types of parents element of this structure element in the structure hierarchy -
getkidsStandardTypes
String getkidsStandardTypes()ampersand separated list of child element types, role mapped to the standard types -
getparentStandardType
String getparentStandardType()parent element type, role mapped to the standard type -
gethasLowestDepthError
Boolean gethasLowestDepthError()true, if this element has wrong type and all parents of this element have right types -
getpage
Long getpage()number of the first page that contains the structure element -
getlastPage
Long getlastPage()number of the last page that contains the structure element
-