Uses of Interface
org.verapdf.pdfa.results.Location
Packages that use Location
Package
Description
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
-
Uses of Location in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return LocationModifier and TypeMethodDescriptionstatic LocationValidationResults.defaultLocation()Returns an immutable default instance of a Location.TestAssertion.getLocation()static LocationValidationResults.locationFromValues(String level, String context) TODO: Better explanation of level and context.Methods in org.verapdf.pdfa.results with parameters of type LocationModifier and TypeMethodDescriptionstatic TestAssertionValidationResults.assertionFromValues(int ordinal, RuleId ruleId, TestAssertion.Status status, String message, Location location, String context, String errorMessage, List<ErrorArgument> errorArguments) Creates an immutable TestAssertion instance from the passed parameter values.