Class GFSEMarkedContent
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.gfse.contents.GFSEContentItem
org.verapdf.gf.model.impl.pd.gfse.contents.GFSEGroupedContent
org.verapdf.gf.model.impl.pd.gfse.contents.GFSEMarkedContent
- All Implemented Interfaces:
Object,SEContentItem,SEGroupedContent,SEMarkedContent
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.gfse.contents.GFSEGroupedContent
defaultLang, isSignature, isTaggedContent, operators, parentsTags, parentStructElemFields inherited from class org.verapdf.gf.model.impl.pd.gfse.contents.GFSEContentItem
CONTENT_ITEMFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFSEMarkedContent(GFOpMarkedContent operator, List<Operator> operators, COSObject parentStructElem, String parentsTags, String defaultLang, boolean isSignature) -
Method Summary
Modifier and TypeMethodDescriptionvalue of the ActualText entrygetAlt()value of the Alt entrygetE()type of the parent structure element for this marked content sequence (if it is a part of the structure tree) value of the E entrythe value of Lang determined using inheritance rules from ISO 32000-1getLang()value of the Lang entrygetLinkedObjects(String link) getMCID()ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)gettag()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.contents.GFSEGroupedContent
getisArtifact, getisSignature, getisTaggedContent, getparentStandardTag, getparentStructureElementObjectKey, getparentStructureTag, hasParentWithStandardTypeMethods 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
getisArtifact, getisSignature, getisTaggedContent, getparentStandardTag, getparentStructureElementObjectKey, getparentStructureTag
-
Field Details
-
MARKED_CONTENT_TYPE
- See Also:
-
LANG
- See Also:
-
-
Constructor Details
-
GFSEMarkedContent
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getLinkLang
-
getLang
Description copied from interface:SEMarkedContentvalue of the Lang entry- Specified by:
getLangin interfaceSEMarkedContent
-
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 classGenericModelObject- 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
-
getE
Description copied from interface:SEMarkedContenttype of the parent structure element for this marked content sequence (if it is a part of the structure tree) value of the E entry- Specified by:
getEin interfaceSEMarkedContent
-
getAlt
Description copied from interface:SEContentItemvalue of the Alt entry- Specified by:
getAltin interfaceSEContentItem- Overrides:
getAltin classGFSEGroupedContent
-
getActualText
Description copied from interface:SEContentItemvalue of the ActualText entry- Specified by:
getActualTextin interfaceSEContentItem- Overrides:
getActualTextin classGFSEGroupedContent
-
getparentsTags
Description copied from interface:SEContentItemampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)- Specified by:
getparentsTagsin interfaceSEContentItem- Overrides:
getparentsTagsin classGFSEGroupedContent
-
getLangValue
- Overrides:
getLangValuein classGFSEGroupedContent
-
getInheritedActualText
- Overrides:
getInheritedActualTextin classGFSEGroupedContent
-
getInheritedAlt
- Overrides:
getInheritedAltin classGFSEGroupedContent
-
getMCID
- Overrides:
getMCIDin classGFSEGroupedContent
-