All Packages Class Hierarchy This Package Previous Next Index

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

 o Parser()
Create a new Parser.

Method index

 o getColumn()
Returns the current column number.
 o getLine()
Returns the current line number.
 o getLocation()
Get the location of the current parsed file.

Constructors

 o Parser
 public Parser()
Create a new Parser.

Methods

 o getLine
 public int getLine()
Returns the current line number.

 o getColumn
 public int getColumn()
Returns the current column number.

 o getLocation
 public URL getLocation()
Get the location of the current parsed file.