|
|||||||||
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()
Locator
This will be the public identifier
getPublicId
in interface Locator
org.xml.sax.Locator
Locator.getSystemId()
public java.lang.String getSystemId()
Locator
If the system identifier is a URL, the parser must resolve it fully before passing it to the application.
getSystemId
in interface Locator
org.xml.sax.Locator
Locator.getPublicId()
public int getLineNumber()
Locator
getLineNumber
in interface Locator
org.xml.sax.Locator
Locator.getColumnNumber()
public int getColumnNumber()
Locator
getColumnNumber
in interface Locator
org.xml.sax.Locator
Locator.getLineNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |