HTML Parser Home Page | |
Frames | No Frames |
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 | 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 | 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. |
Methods with parameter type org.htmlparser.lexer.Cursor | |
String | Decode script encoded by the Microsoft obfuscator. |
© 2005 Derrick Oswald Mai 08, 2008 |
HTML Parser is an open source library released under LGPL. | |