Uses of Class org.htmlparser.lexer.Cursor

Uses in package org.htmlparser.lexer

Fields of type org.htmlparser.lexer.Cursor

Cursor
The current position on the page.

Methods with parameter type org.htmlparser.lexer.Cursor

int
Add an element to the list
int
Page.column(Cursor cursor)
Get the column number for a cursor.
int
Get the column number for a cursor.
char
Read the character at the given cursor position.
String
Get the text line the position of the cursor lies on.
void
Remove an element from the list
int
Page.row(Cursor cursor)
Get the line number for a cursor.
int
Get the line number for a cursor.
void
Advance the cursor through a JIS escape sequence.
void
Set the current scanning position.
void
Return a character.

Methods with return type org.htmlparser.lexer.Cursor

Cursor
Make a new cursor just like this one.
Cursor
Get the current scanning position.

Uses in package org.htmlparser.scanners

Methods with parameter type org.htmlparser.lexer.Cursor

String
Decode script encoded by the Microsoft obfuscator.

HTML Parser is an open source library released under LGPL. SourceForge.net