程序包 | 说明 |
---|---|
org.htmlparser.lexer | |
org.htmlparser.scanners |
限定符和类型 | 方法和说明 |
---|---|
Cursor |
Cursor.dup()
Make a new cursor just like this one.
|
Cursor |
Lexer.getCursor()
Get the current scanning position.
|
限定符和类型 | 方法和说明 |
---|---|
int |
PageIndex.add(Cursor cursor)
Add an element to the list
|
int |
PageIndex.column(Cursor cursor)
Get the column number for a cursor.
|
int |
Page.column(Cursor cursor)
Get the column number for a cursor.
|
char |
Page.getCharacter(Cursor cursor)
Read the character at the given cursor position.
|
java.lang.String |
Page.getLine(Cursor cursor)
Get the text line the position of the cursor lies on.
|
void |
PageIndex.remove(Cursor cursor)
Remove an element from the list
|
int |
PageIndex.row(Cursor cursor)
Get the line number for a cursor.
|
int |
Page.row(Cursor cursor)
Get the line number for a cursor.
|
void |
Lexer.setCursor(Cursor cursor)
Set the current scanning position.
|
void |
Page.ungetCharacter(Cursor cursor)
Return a character.
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
ScriptDecoder.Decode(Page page,
Cursor cursor)
Decode script encoded by the Microsoft obfuscator.
|