Uses of Class
org.verapdf.features.tools.FeatureTreeNode
-
Packages that use FeatureTreeNode Package Description org.verapdf.features org.verapdf.features.objects org.verapdf.features.tools org.verapdf.report -
-
Uses of FeatureTreeNode in org.verapdf.features
Methods in org.verapdf.features that return types with arguments of type FeatureTreeNode Modifier and Type Method Description abstract List<FeatureTreeNode>AbstractEmbeddedFileFeaturesExtractor. getEmbeddedFileFeatures(EmbeddedFileFeaturesData data)Extract features from features dataList<FeatureTreeNode>FeatureExtractionResult. 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 FeatureTreeNode Modifier and Type Method Description voidFeatureExtractionResult. 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 FeatureTreeNode Modifier and Type Method Description FeatureTreeNodeAnnotationFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeColorSpaceFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeDocSecurityFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeEmbeddedFileFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeExtGStateFeaturesObject. collectFeatures()Reports all features from the object into the collectionprotected FeatureTreeNodeFeaturesObject. collectFeatures()FeatureTreeNodeFontFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeFormXObjectFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeICCProfileFeaturesObject. collectFeatures()Reports all features from the object into the collectionprotected FeatureTreeNodeImageXObjectFeaturesObject. collectFeatures()FeatureTreeNodeInfoDictFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeInteractiveFormFieldFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeLowLvlInfoFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeMetadataFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeOutlinesFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeOutputIntentFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodePageFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodePostScriptFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodePropertiesDictFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeShadingFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeShadingPatternFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeSignatureFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeTilingPatternFeaturesObject. collectFeatures()Reports all features from the object into the collectionFeatureTreeNodeActionFeaturesObject. reportFeatures(FeatureExtractionResult collection)FeatureTreeNodeFeaturesObject. 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 FeatureTreeNode Modifier and Type Method Description static FeatureTreeNodeCreateNodeHelper. addBoxFeature(String name, double[] box, FeatureTreeNode parent)Creates feature node for boxesFeatureTreeNodeFeatureTreeNode. addChild(String nodeName)Add a child to the nodeFeatureTreeNodeFeatureTreeNode. addChild(FeatureTreeNode node)static FeatureTreeNodeCreateNodeHelper. addDeviceColorSpaceNode(String name, double[] color, FeatureTreeNode parent, FeaturesObject object)Creates new node for device color spaceFeatureTreeNodeFeatureTreeNode. 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 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 FeatureTreeNode Modifier and Type Method Description List<FeatureTreeNode>FeatureTreeNode. getChildren()Methods in org.verapdf.features.tools with parameters of type FeatureTreeNode Modifier and Type Method Description static FeatureTreeNodeCreateNodeHelper. addBoxFeature(String name, double[] box, FeatureTreeNode parent)Creates feature node for boxesFeatureTreeNodeFeatureTreeNode. 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 aFeaturesCollectionstatic 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 FeatureTreeNode Modifier and Type Method Description static JAXBElement<FeaturesNode>FeaturesNode. fromXmp(FeatureTreeNode xmpNode)static NodeXmpHandler. parseMetadataRootElement(FeatureTreeNode metadataNode)
-