|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.dtm.ref.NodeLocator
NodeLocator
maintains information on an XML source
node.
Constructor Summary | |
NodeLocator(String publicId,
String systemId,
int lineNumber,
int columnNumber)
Creates a new NodeLocator instance. |
Method Summary | |
int |
getColumnNumber()
getColumnNumber returns the column number of the
node. |
int |
getLineNumber()
getLineNumber returns the line number of the node. |
String |
getPublicId()
getPublicId returns the public ID of the node. |
String |
getSystemId()
getSystemId returns the system ID of the node. |
String |
toString()
toString returns a string representation of this
NodeLocator instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NodeLocator(String publicId, String systemId, int lineNumber, int columnNumber)
NodeLocator
instance.
publicId
- a String
valuesystemId
- a String
valuelineNumber
- an int
valuecolumnNumber
- an int
valueMethod Detail |
public String getPublicId()
getPublicId
returns the public ID of the node.
getPublicId
in interface SourceLocator
String
valueSourceLocator.getSystemId()
public String getSystemId()
getSystemId
returns the system ID of the node.
getSystemId
in interface SourceLocator
String
valueSourceLocator.getPublicId()
public int getLineNumber()
getLineNumber
returns the line number of the node.
getLineNumber
in interface SourceLocator
int
valueSourceLocator.getColumnNumber()
public int getColumnNumber()
getColumnNumber
returns the column number of the
node.
getColumnNumber
in interface SourceLocator
int
valueSourceLocator.getLineNumber()
public String toString()
toString
returns a string representation of this
NodeLocator instance.
String
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |