![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.text.sax.Locator:

Definition at line 46 of file Locator.java.
Public Member Functions | |
| Locator (Parser parser) | |
| String | getPublicId () |
| Return the public identifier for the current document event. | |
| String | getSystemId () |
| Return the system identifier for the current document event. | |
| int | getLineNumber () |
| Return the line number where the current document event ends. | |
| int | getColumnNumber () |
| Return the column number where the current document event ends. | |
Package Attributes | |
| Parser | parser |
|
|
Definition at line 49 of file Locator.java. |
|
|
Return the column number where the current document event ends. Note that this is the column number of the first character after the text associated with the document event. The first column in a line is position 1.
Definition at line 100 of file Locator.java. References com.quadcap.text.sax.Parser.getColumnNumber(), and com.quadcap.text.sax.Locator.parser. |
|
|
Return the line number where the current document event ends. Note that this is the line position of the first character after the text associated with the document event.
Definition at line 87 of file Locator.java. References com.quadcap.text.sax.Parser.getLineNumber(), and com.quadcap.text.sax.Locator.parser. |
|
|
Return the public identifier for the current document event. This will be the public identifier
Definition at line 60 of file Locator.java. References org.xml.sax.InputSource.getPublicId(), com.quadcap.text.sax.Parser.in, and com.quadcap.text.sax.Locator.parser. |
|
|
Return the system identifier for the current document event. If the system identifier is a URL, the parser must resolve it fully before passing it to the application.
Definition at line 75 of file Locator.java. References org.xml.sax.InputSource.getSystemId(), com.quadcap.text.sax.Parser.in, and com.quadcap.text.sax.Locator.parser. |
|
|
Definition at line 47 of file Locator.java. Referenced by com.quadcap.text.sax.Locator.getColumnNumber(), com.quadcap.text.sax.Locator.getLineNumber(), com.quadcap.text.sax.Locator.getPublicId(), and com.quadcap.text.sax.Locator.getSystemId(). |