Uses of Class
org.htmlparser.lexer.Cursor
Packages that use Cursor
Package
Description
The lexer package is the base level I/O subsystem.
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 CursorModifier and TypeFieldDescriptionprotected CursorLexer.mCursorThe current position on the page.Methods in org.htmlparser.lexer that return CursorModifier and TypeMethodDescriptionCursor.dup()Make a new cursor just like this one.Lexer.getCursor()Get the current scanning position.Methods in org.htmlparser.lexer with parameters of type CursorModifier and TypeMethodDescriptionintAdd an element to the listintGet the column number for a cursor.intGet the column number for a cursor.charPage.getCharacter(Cursor cursor) Read the character at the given cursor position.Get the text line the position of the cursor lies on.voidRemove an element from the listintGet the line number for a cursor.intGet the line number for a cursor.protected voidAdvance the cursor through a JIS escape sequence.voidSet 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