Uses of Class
org.htmlparser.lexer.Cursor
-
Packages that use Cursor Package Description org.htmlparser.lexer The lexer package is the base level I/O subsystem.org.htmlparser.scanners The scanners package contains classes responsible for the tertiary identification of tags. -
-
Uses of Cursor in org.htmlparser.lexer
Fields in org.htmlparser.lexer declared as Cursor Modifier and Type Field Description protected CursorLexer. mCursorThe current position on the page.Methods in org.htmlparser.lexer that return Cursor Modifier and Type Method Description CursorCursor. dup()Make a new cursor just like this one.CursorLexer. getCursor()Get the current scanning position.Methods in org.htmlparser.lexer with parameters of type Cursor Modifier and Type Method Description intPageIndex. add(Cursor cursor)Add an element to the listintPage. column(Cursor cursor)Get the column number for a cursor.intPageIndex. column(Cursor cursor)Get the column number for a cursor.charPage. getCharacter(Cursor cursor)Read the character at the given cursor position.java.lang.StringPage. getLine(Cursor cursor)Get the text line the position of the cursor lies on.voidPageIndex. remove(Cursor cursor)Remove an element from the listintPage. row(Cursor cursor)Get the line number for a cursor.intPageIndex. row(Cursor cursor)Get the line number for a cursor.protected voidLexer. scanJIS(Cursor cursor)Advance the cursor through a JIS escape sequence.voidLexer. setCursor(Cursor cursor)Set the current scanning position.voidPage. ungetCharacter(Cursor cursor)Return a character. -
Uses of Cursor in org.htmlparser.scanners
Methods in org.htmlparser.scanners with parameters of type Cursor Modifier and Type Method Description static java.lang.StringScriptDecoder. Decode(Page page, Cursor cursor)Decode script encoded by the Microsoft obfuscator.
-