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, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGFPDStructTreeNode(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, getobjectKeyMethods 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, getobjectKey
-
Field Details
-
CHILDREN
Link name forKkey- See Also:
-
-
Constructor Details
-
GFPDStructTreeNode
-
-
Method Details
-
getkidsStandardTypes
Description copied from interface:PDStructTreeNodeampersand separated list of child element types, role mapped to the standard types- Specified by:
getkidsStandardTypesin interfacePDStructTreeNode
-
gethasContentItems
Description copied from interface:PDStructTreeNodetrue if the structure tree node contains content items as its children- Specified by:
gethasContentItemsin interfacePDStructTreeNode
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getChildrenStandardTypes
-
getStructuralSignificanceChildren
-