Class HtmlParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.html.ast.HtmlParser
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.Parser
public final class HtmlParser extends Object implements net.sourceforge.pmd.lang.ast.Parser
-
-
Constructor Summary
Constructors Constructor Description HtmlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTHtmlDocument
parse(net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
-
-
-
Method Detail
-
parse
public ASTHtmlDocument parse(net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
- Specified by:
parse
in interfacenet.sourceforge.pmd.lang.ast.Parser
-
-