Class HtmlParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.html.ast.HtmlParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask
-
-
Constructor Summary
Constructors Constructor Description HtmlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTHtmlDocument
parse(Parser.ParserTask task)
-
-
-
Method Detail
-
parse
public ASTHtmlDocument parse(Parser.ParserTask task)
-
-