Package org.verapdf.features.objects
Class OutputIntentFeaturesObject
- java.lang.Object
-
- org.verapdf.features.objects.FeaturesObject
-
- org.verapdf.features.objects.OutputIntentFeaturesObject
-
public class OutputIntentFeaturesObject extends FeaturesObject
Feature object for output intent part of the features report- Author:
- Maksim Bezrukov
-
-
Field Summary
-
Fields inherited from class org.verapdf.features.objects.FeaturesObject
adapter, errors
-
-
Constructor Summary
Constructors Constructor Description OutputIntentFeaturesObject(OutputIntentFeaturesObjectAdapter adapter)
Constructs new output intent feature object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureTreeNode
collectFeatures()
Reports all features from the object into the collectionFeaturesData
getData()
FeatureObjectType
getType()
-
Methods inherited from class org.verapdf.features.objects.FeaturesObject
generateAttributeXPath, generateVariableXPath, registerNewError, reportFeatures
-
-
-
-
Constructor Detail
-
OutputIntentFeaturesObject
public OutputIntentFeaturesObject(OutputIntentFeaturesObjectAdapter adapter)
Constructs new output intent feature object.- Parameters:
adapter
- output intent adapter class represents document object
-
-
Method Detail
-
getType
public FeatureObjectType getType()
- Specified by:
getType
in classFeaturesObject
- Returns:
- OUTPUTINTENT instance of the FeatureObjectType enumeration
-
collectFeatures
public FeatureTreeNode collectFeatures() throws FeatureParsingException
Reports all features from the object into the collection- Overrides:
collectFeatures
in classFeaturesObject
- Returns:
- FeatureTreeNode class which represents a root node of the constructed collection tree
- Throws:
FeatureParsingException
- occurs when wrong features tree node constructs
-
getData
public FeaturesData getData()
- Specified by:
getData
in classFeaturesObject
- Returns:
- null
-
-