Class org.jfouffa.parser.html.Parser
java.lang.Object
|
+----org.jfouffa.parser.html.Parser
- public abstract class Parser
- extends Object
- implements ParserConstants
This is a parser for HTML document.
Constructor index
-
Parser()
- Create a new Parser.
Method index
-
getColumn()
- Returns the current column number.
-
getLine()
- Returns the current line number.
-
getLocation()
- Get the location of the current parsed file.
Constructors
Parser
public Parser()
- Create a new Parser.
Methods
getLine
public int getLine()
- Returns the current line number.
getColumn
public int getColumn()
- Returns the current column number.
getLocation
public URL getLocation()
- Get the location of the current parsed file.