Package org.verapdf.features.objects
Class SignatureFeaturesObject
java.lang.Object
org.verapdf.features.objects.FeaturesObject
org.verapdf.features.objects.SignatureFeaturesObject
Feature object for signature part of the features report
- Author:
- Maksim Bezrukov
-
Field Summary
Fields inherited from class org.verapdf.features.objects.FeaturesObject
adapter, errors -
Constructor Summary
ConstructorsConstructorDescriptionConstructs new signature feature object. -
Method Summary
Methods inherited from class org.verapdf.features.objects.FeaturesObject
generateAttributeXPath, generateVariableXPath, registerNewError, reportFeatures
-
Constructor Details
-
SignatureFeaturesObject
Constructs new signature feature object.- Parameters:
adapter- signature adapter class represents document object
-
-
Method Details
-
getType
- Specified by:
getTypein classFeaturesObject- Returns:
- SIGNATURE instance of the FeatureObjectType enumeration
-
collectFeatures
Reports all features from the object into the collection- Overrides:
collectFeaturesin classFeaturesObject- Returns:
- FeatureTreeNode class which represents a root node of the constructed collection tree
- Throws:
FeatureParsingException- occurs when wrong features tree node constructs
-
getData
- Specified by:
getDatain classFeaturesObject- Returns:
- null
-