Uses of Class
org.owasp.dependencycheck.xml.pom.PomParseException
Packages that use PomParseException
Package
Description
This package contains classes used to parse pom.xml files.
-
Uses of PomParseException in org.owasp.dependencycheck.xml.pom
Methods in org.owasp.dependencycheck.xml.pom that throw PomParseExceptionModifier and TypeMethodDescriptionParses the given xml file and returns a Model object containing only the fields dependency-check requires.PomParser.parse(InputStream inputStream) Parses the given XML file and returns a Model object containing only the fields dependency-check requires.PomParser.parseWithoutDocTypeCleanup(File file) Parses the given xml file and returns a Model object containing only the fields dependency-check requires.PomParser.parseWithoutDocTypeCleanup(InputStream inputStream) Parses the given XML file and returns a Model object containing only the fields dependency-check requires.