Class GFSEMarkedContent
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
-
- org.verapdf.gf.model.impl.pd.gfse.GFSEMarkedContent
-
- All Implemented Interfaces:
Object,SEContentItem,SEMarkedContent
public class GFSEMarkedContent extends GFSEContentItem implements SEMarkedContent
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringLANGstatic StringMARKED_CONTENT_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
CONTENT_ITEM, parentMarkedContentOperator, parentMCID, parentsTags, parentStructureTag
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSEMarkedContent(List<Operator> operators, String parentStructureTag, String parentsTags, String defaultLang)GFSEMarkedContent(List<Operator> operators, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags, String defaultLang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActualText()value of the ActualText entryStringgetAlt()value of the Alt entryStringgetE()value of the E entryStringgetExtraContext()StringgetinheritedLang()the value of Lang determined using inheritance rules from ISO 32000-1List<CosLang>getLang()List<? extends Object>getLinkedObjects(String link)StringgetstructureTag()null, if it is not a part of the structure treeStringgettag()tag associated with this marked content sequence (first operand of the BMC/BDC operators)-
Methods inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
getparentsTags, getparentStandardTag, getparentStructureTag
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, 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, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.selayer.SEContentItem
getparentsTags, getparentStandardTag, getparentStructureTag
-
-
-
-
Field Detail
-
MARKED_CONTENT_TYPE
public static final String MARKED_CONTENT_TYPE
- See Also:
- Constant Field Values
-
LANG
public static final String LANG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFSEContentItem- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getinheritedLang
public String getinheritedLang()
Description copied from interface:SEMarkedContentthe value of Lang determined using inheritance rules from ISO 32000-1- Specified by:
getinheritedLangin interfaceSEMarkedContent
-
getExtraContext
public String getExtraContext()
- Specified by:
getExtraContextin interfaceObject- Overrides:
getExtraContextin classGFSEContentItem- Returns:
- extra context of the current object
-
gettag
public String gettag()
Description copied from interface:SEMarkedContenttag associated with this marked content sequence (first operand of the BMC/BDC operators)- Specified by:
gettagin interfaceSEMarkedContent
-
getstructureTag
public String getstructureTag()
Description copied from interface:SEMarkedContentnull, if it is not a part of the structure tree- Specified by:
getstructureTagin interfaceSEMarkedContent
-
getE
public String getE()
Description copied from interface:SEMarkedContentvalue of the E entry- Specified by:
getEin interfaceSEMarkedContent
-
getAlt
public String getAlt()
Description copied from interface:SEMarkedContentvalue of the Alt entry- Specified by:
getAltin interfaceSEMarkedContent
-
getActualText
public String getActualText()
Description copied from interface:SEMarkedContentvalue of the ActualText entry- Specified by:
getActualTextin interfaceSEMarkedContent
-
-