|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Locator
Callback into the parser to ask for information about where we are in the parsing process.
If a parser supports Locators, it must at least support line numbers. Column numbers are optional.
| Method Summary | |
|---|---|
int |
getColumnNumber()
Get the current column number at the end of the last processing event. |
int |
getLineNumber()
Get the current line number of the last event processing step. |
| Method Detail |
|---|
int getColumnNumber()
int getLineNumber()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||