Uses of Class
org.verapdf.features.tools.FeatureTreeNode
Packages that use FeatureTreeNode
Package
Description
-
Uses of FeatureTreeNode in org.verapdf.features
Methods in org.verapdf.features that return types with arguments of type FeatureTreeNodeModifier and TypeMethodDescriptionabstract List<FeatureTreeNode>AbstractEmbeddedFileFeaturesExtractor.getEmbeddedFileFeatures(EmbeddedFileFeaturesData data) Extract features from features dataFeatureExtractionResult.getFeatureTreesForType(FeatureObjectType type) Gets list of feature trees for the typeabstract List<FeatureTreeNode>AbstractFontFeaturesExtractor.getFontFeatures(FontFeaturesData data) Extract features from features dataabstract List<FeatureTreeNode>AbstractICCProfileFeaturesExtractor.getICCProfileFeatures(ICCProfileFeaturesData data) Extract features from features dataabstract List<FeatureTreeNode>AbstractImageFeaturesExtractor.getImageFeatures(ImageFeaturesData data) Extract features from features dataabstract List<FeatureTreeNode>AbstractMetadataFeaturesExtractor.getMetadataFeatures(MetadataFeaturesData data) Extract features from features dataabstract List<FeatureTreeNode>AbstractSignatureFeaturesExtractor.getSignatureFeatures(SignatureFeaturesData data) Extract features from features dataMethods in org.verapdf.features with parameters of type FeatureTreeNodeModifier and TypeMethodDescriptionvoidFeatureExtractionResult.addNewFeatureTree(FeatureObjectType type, FeatureTreeNode root) Add new feature tree for a type -
Uses of FeatureTreeNode in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return FeatureTreeNodeModifier and TypeMethodDescriptionAnnotationFeaturesObject.collectFeatures()Reports all features from the object into the collectionColorSpaceFeaturesObject.collectFeatures()Reports all features from the object into the collectionDocSecurityFeaturesObject.collectFeatures()Reports all features from the object into the collectionEmbeddedFileFeaturesObject.collectFeatures()Reports all features from the object into the collectionExtGStateFeaturesObject.collectFeatures()Reports all features from the object into the collectionprotected FeatureTreeNodeFeaturesObject.collectFeatures()FontFeaturesObject.collectFeatures()Reports all features from the object into the collectionFormXObjectFeaturesObject.collectFeatures()Reports all features from the object into the collectionICCProfileFeaturesObject.collectFeatures()Reports all features from the object into the collectionprotected FeatureTreeNodeImageXObjectFeaturesObject.collectFeatures()InfoDictFeaturesObject.collectFeatures()Reports all features from the object into the collectionInteractiveFormFieldFeaturesObject.collectFeatures()Reports all features from the object into the collectionLowLvlInfoFeaturesObject.collectFeatures()Reports all features from the object into the collectionMetadataFeaturesObject.collectFeatures()Reports all features from the object into the collectionOutlinesFeaturesObject.collectFeatures()Reports all features from the object into the collectionOutputIntentFeaturesObject.collectFeatures()Reports all features from the object into the collectionPageFeaturesObject.collectFeatures()Reports all features from the object into the collectionPostScriptFeaturesObject.collectFeatures()Reports all features from the object into the collectionPropertiesDictFeaturesObject.collectFeatures()Reports all features from the object into the collectionShadingFeaturesObject.collectFeatures()Reports all features from the object into the collectionShadingPatternFeaturesObject.collectFeatures()Reports all features from the object into the collectionSignatureFeaturesObject.collectFeatures()Reports all features from the object into the collectionTilingPatternFeaturesObject.collectFeatures()Reports all features from the object into the collectionActionFeaturesObject.reportFeatures(FeatureExtractionResult collection) FeaturesObject.reportFeatures(FeatureExtractionResult collection) Reports all features from the object into the collection -
Uses of FeatureTreeNode in org.verapdf.features.tools
Methods in org.verapdf.features.tools that return FeatureTreeNodeModifier and TypeMethodDescriptionstatic FeatureTreeNodeCreateNodeHelper.addBoxFeature(String name, double[] box, FeatureTreeNode parent) Creates feature node for boxesAdd a child to the nodeFeatureTreeNode.addChild(FeatureTreeNode node) static FeatureTreeNodeCreateNodeHelper.addDeviceColorSpaceNode(String name, double[] color, FeatureTreeNode parent, FeaturesObject object) Creates new node for device color spaceFeatureTreeNode.addMetadataChild(String nodeName) Add a child to the nodestatic FeatureTreeNodeCreateNodeHelper.addNotEmptyNode(String name, String value, FeatureTreeNode parent) Creates new node with given name and value if both of this parametrs are not nullstatic FeatureTreeNodeCreateNodeHelper.createDateNode(String nodeName, FeatureTreeNode parent, Calendar date, FeaturesObject object) Creates node with date value formatted in XML format from the given Calendarstatic final FeatureTreeNodeFeatureTreeNode.createRootNode(String name) static FeatureTreeNodeCreateNodeHelper.parseMetadata(InputStream metadata, String nodeName, FeatureTreeNode parent, FeaturesObject object) Methods in org.verapdf.features.tools that return types with arguments of type FeatureTreeNodeMethods in org.verapdf.features.tools with parameters of type FeatureTreeNodeModifier and TypeMethodDescriptionstatic FeatureTreeNodeCreateNodeHelper.addBoxFeature(String name, double[] box, FeatureTreeNode parent) Creates feature node for boxesFeatureTreeNode.addChild(FeatureTreeNode node) static FeatureTreeNodeCreateNodeHelper.addDeviceColorSpaceNode(String name, double[] color, FeatureTreeNode parent, FeaturesObject object) Creates new node for device color spacestatic StringErrorsHelper.addErrorIntoCollection(FeatureExtractionResult collection, FeatureTreeNode element, String errorMessageArg) Adds an error to aFeatureExtractionResultstatic FeatureTreeNodeCreateNodeHelper.addNotEmptyNode(String name, String value, FeatureTreeNode parent) Creates new node with given name and value if both of this parametrs are not nullstatic voidCreateNodeHelper.addWidthHeightFeatures(double[] box, FeatureTreeNode parent) static FeatureTreeNodeCreateNodeHelper.createDateNode(String nodeName, FeatureTreeNode parent, Calendar date, FeaturesObject object) Creates node with date value formatted in XML format from the given Calendarstatic voidCreateNodeHelper.parseIDSet(Set<String> set, String elementName, String setName, FeatureTreeNode root) Creates elements with nameelementNameand attribute id with values fromsetand attach them to therootelement in case, whensetNameis null and to the element withrootparent and nameelementNamein other casestatic voidCreateNodeHelper.parseMatrix(double[] array, FeatureTreeNode parent) static FeatureTreeNodeCreateNodeHelper.parseMetadata(InputStream metadata, String nodeName, FeatureTreeNode parent, FeaturesObject object) -
Uses of FeatureTreeNode in org.verapdf.report
Methods in org.verapdf.report with parameters of type FeatureTreeNodeModifier and TypeMethodDescriptionstatic JAXBElement<FeaturesNode>FeaturesNode.fromXmp(FeatureTreeNode xmpNode) static NodeXmpHandler.parseMetadataRootElement(FeatureTreeNode metadataNode)