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 Cursor
Lexer.mCursor
The 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 TypeMethodDescriptionint
Add an element to the listint
Get the column number for a cursor.int
Get the column number for a cursor.char
Page.getCharacter
(Cursor cursor) Read the character at the given cursor position.Get the text line the position of the cursor lies on.void
Remove an element from the listint
Get the line number for a cursor.int
Get the line number for a cursor.protected void
Advance the cursor through a JIS escape sequence.void
Set the current scanning position.void
Page.ungetCharacter
(Cursor cursor) Return a character. -
Uses of Cursor in org.htmlparser.scanners
Methods in org.htmlparser.scanners with parameters of type Cursor