|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--org.w3c.rdf.util.xml.FakeLocator
| Constructor Summary | |
FakeLocator()
|
|
| Method Summary | |
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 |
getPublicId()
Return the public identifier for the current document event. |
java.lang.String |
getSystemId()
Return the system identifier for the current document event. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FakeLocator()
| Method Detail |
public java.lang.String getPublicId()
This will be the public identifier
Locator.getSystemId()public java.lang.String getSystemId()
If the system identifier is a URL, the parser must resolve it fully before passing it to the application.
Locator.getPublicId()public int getLineNumber()
Locator.getColumnNumber()public int getColumnNumber()
Locator.getLineNumber()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||