Package org.verapdf.model.pdlayer
Interface PDStructTreeRoot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangethasContentItems()true if the structure element contains content items as its childrenStringgetkidsStandardTypes()ampersand separated list of child element types, role mapped to the standard typesStringgettopLevelFirstElementStandartType()standard type of the first kid-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
gettopLevelFirstElementStandartType
String gettopLevelFirstElementStandartType()
standard type of the first kid
-
getkidsStandardTypes
String getkidsStandardTypes()
ampersand separated list of child element types, role mapped to the standard types
-
gethasContentItems
Boolean gethasContentItems()
true if the structure element contains content items as its children
-
-