Uses of Class
org.verapdf.core.FeatureParsingException
Packages that use FeatureParsingException
-
Uses of FeatureParsingException in org.verapdf.features.objects
Methods in org.verapdf.features.objects that throw FeatureParsingExceptionModifier 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 FeatureParsingException in org.verapdf.features.tools
Methods in org.verapdf.features.tools that throw FeatureParsingExceptionModifier 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 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) voidAdd value to the node