com.steadystate.css.parser
| Constructor and Description |
|---|
LocatorImpl()
Creates new LocatorImpl
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Return the column number where the current document event ends.
|
int |
getLineNumber()
Return the line number where the current document event ends.
|
java.lang.String |
getURI()
Return the URI for the current document event.
|
public int getLineNumber()
getLineNumber in interface LocatorgetColumnNumber()public java.lang.String getURI()
The parser must resolve the URI fully before passing it to the application.
public int getColumnNumber()
getColumnNumber in interface LocatorgetLineNumber()