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
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
CONTENT_ITEM, parentMarkedContentOperator, parentMCID, parentsTags, parentStructureTagFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFSEMarkedContent(List<Operator> operators, String parentStructureTag, String parentsTags, String defaultLang) GFSEMarkedContent(List<Operator> operators, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags, String defaultLang) -
Method Summary
Modifier and TypeMethodDescriptionvalue of the ActualText entrygetAlt()value of the Alt entrygetE()value of the E entrythe value of Lang determined using inheritance rules from ISO 32000-1getLang()getLinkedObjects(String link) null, if it is not a part of the structure treegettag()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, getparentStructureTagMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.selayer.SEContentItem
getparentsTags, getparentStandardTag, getparentStructureTag
-
Field Details
-
MARKED_CONTENT_TYPE
- See Also:
-
LANG
- See Also:
-
-
Constructor Details
-
GFSEMarkedContent
-
GFSEMarkedContent
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFSEContentItem- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getLang
-
getinheritedLang
Description copied from interface:SEMarkedContentthe value of Lang determined using inheritance rules from ISO 32000-1- Specified by:
getinheritedLangin interfaceSEMarkedContent
-
getExtraContext
- Specified by:
getExtraContextin interfaceObject- Overrides:
getExtraContextin classGFSEContentItem- Returns:
- extra context of the current object
-
gettag
Description copied from interface:SEMarkedContenttag associated with this marked content sequence (first operand of the BMC/BDC operators)- Specified by:
gettagin interfaceSEMarkedContent
-
getstructureTag
Description copied from interface:SEMarkedContentnull, if it is not a part of the structure tree- Specified by:
getstructureTagin interfaceSEMarkedContent
-
getE
Description copied from interface:SEMarkedContentvalue of the E entry- Specified by:
getEin interfaceSEMarkedContent
-
getAlt
Description copied from interface:SEMarkedContentvalue of the Alt entry- Specified by:
getAltin interfaceSEMarkedContent
-
getActualText
Description copied from interface:SEMarkedContentvalue of the ActualText entry- Specified by:
getActualTextin interfaceSEMarkedContent
-