Package org.verapdf.gf.model.impl.pd
Class GFPDStructTreeNode
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDStructTreeNode
- All Implemented Interfaces:
Object
,PDObject
,PDStructTreeNode
- Direct Known Subclasses:
GFPDStructElem
,GFPDStructTreeRoot
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GFPDStructTreeNode
(PDStructTreeNode structTreeNodeDictionary, String type) -
Method Summary
Modifier and TypeMethodDescriptiontrue if the structure tree node contains content items as its childrenampersand separated list of child element types, role mapped to the standard typesgetLinkedObjects
(String link) Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKey
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
CHILDREN
Link name forK
key- See Also:
-
-
Constructor Details
-
GFPDStructTreeNode
-
-
Method Details
-
getkidsStandardTypes
Description copied from interface:PDStructTreeNode
ampersand separated list of child element types, role mapped to the standard types- Specified by:
getkidsStandardTypes
in interfacePDStructTreeNode
-
gethasContentItems
Description copied from interface:PDStructTreeNode
true if the structure tree node contains content items as its children- Specified by:
gethasContentItems
in interfacePDStructTreeNode
-
getLinkedObjects
- Specified by:
getLinkedObjects
in interfaceObject
- Overrides:
getLinkedObjects
in classGenericModelObject
- Parameters:
link
- - the name of a link- Returns:
- List of objects with the given link
-
getChildrenStandardTypes
-
getStructuralSignificanceChildren
-