Uses of Class gnu.javax.swing.text.html.parser.support.low.Location

Uses in package gnu.javax.swing.text.html.parser.support.low

Constructors with parameter type gnu.javax.swing.text.html.parser.support.low.Location

Token.Token(int _kind, char _image, Location _where)
Creates a new token of the given kind and given single char image.
Token.Token(int _kind, Location _where)
Creates a new token of the given kind.
Token.Token(int _kind, int _category, String _image, Location _where)
Creates a new token of the given kind, category and given string image.
Token.Token(int _kind, String _image, Location _where)
Creates a new token of the given kind and given string image.

Fields of type gnu.javax.swing.text.html.parser.support.low.Location

Location
The place of this token in the document.

Methods with return type gnu.javax.swing.text.html.parser.support.low.Location

Location
Buffer.getLocation(int from, int to)
Get location information for the given region.