|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.joost.trax.SourceLocatorImpl
public class SourceLocatorImpl
Implementation of the SourceLocator
Field Summary | |
---|---|
private int |
columnNo
Indicates the column number in the document |
private int |
lineNo
Indicates the line number in the document |
private String |
publicId
Unique public key |
private String |
systemId
Unique system key |
Constructor Summary | |
---|---|
SourceLocatorImpl(Locator locator)
Constructor |
|
SourceLocatorImpl(String publicId,
String systemId,
int lineNo,
int colNo)
Constructor |
Method Summary | |
---|---|
int |
getColumnNumber()
Getting the attribute columnNo |
int |
getLineNumber()
Getting the attribute lineNo |
String |
getPublicId()
Getting the attribute publicId |
String |
getSystemId()
Getting the attribute systemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String publicId
private String systemId
private int lineNo
private int columnNo
Constructor Detail |
---|
public SourceLocatorImpl(Locator locator)
locator
- Locator
public SourceLocatorImpl(String publicId, String systemId, int lineNo, int colNo)
publicId
- Unique public keysystemId
- Unique system key for path resolutionlineNo
- Line numbercolNo
- Column numberMethod Detail |
---|
public String getPublicId()
publicId
getPublicId
in interface SourceLocator
public String getSystemId()
systemId
getSystemId
in interface SourceLocator
public int getLineNumber()
lineNo
getLineNumber
in interface SourceLocator
public int getColumnNumber()
columnNo
getColumnNumber
in interface SourceLocator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |