Package org.verapdf.gf.model.impl.pd
Class GFPDStructTreeRoot
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDStructTreeRoot
- All Implemented Interfaces:
Object,PDObject,PDStructTreeRoot
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLink name forKkeystatic final StringLink name forroleMapNameskeystatic final StringType name forGFPDStructTreeRootFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if the structure element contains content items as its childrenampersand separated list of child element types, role mapped to the standard typesgetLinkedObjects(String link) standard type of the first kidMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
STRUCT_TREE_ROOT_TYPE
Type name forGFPDStructTreeRoot- See Also:
-
CHILDREN
Link name forKkey- See Also:
-
ROLE_MAP_NAMES
Link name forroleMapNameskey- See Also:
-
-
Constructor Details
-
GFPDStructTreeRoot
Default constructor- Parameters:
treeRoot- structure tree root implementation
-
-
Method Details
-
getkidsStandardTypes
Description copied from interface:PDStructTreeRootampersand separated list of child element types, role mapped to the standard types- Specified by:
getkidsStandardTypesin interfacePDStructTreeRoot
-
gethasContentItems
Description copied from interface:PDStructTreeRoottrue if the structure element contains content items as its children- Specified by:
gethasContentItemsin interfacePDStructTreeRoot
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
gettopLevelFirstElementStandardType
Description copied from interface:PDStructTreeRootstandard type of the first kid- Specified by:
gettopLevelFirstElementStandardTypein interfacePDStructTreeRoot
-