| java.lang.Object org.apache.xml.dtm.ref.NodeLocator
Constructor Summary | |
public | NodeLocator(String publicId, String systemId, int lineNumber, int columnNumber) Creates a new NodeLocator instance. |
Method Summary | |
public int | getColumnNumber() getColumnNumber returns the column number of the
node. | public int | getLineNumber() getLineNumber returns the line number of the node. | public String | getPublicId() getPublicId returns the public ID of the node. | public String | getSystemId() getSystemId returns the system ID of the node. | public String | toString() toString returns a string representation of this
NodeLocator instance. |
m_columnNumber | protected int m_columnNumber(Code) | | |
m_lineNumber | protected int m_lineNumber(Code) | | |
NodeLocator | public NodeLocator(String publicId, String systemId, int lineNumber, int columnNumber)(Code) | | Creates a new NodeLocator instance.
Parameters: publicId - a String value Parameters: systemId - a String value Parameters: lineNumber - an int value Parameters: columnNumber - an int value |
getColumnNumber | public int getColumnNumber()(Code) | | getColumnNumber returns the column number of the
node.
an int value |
getLineNumber | public int getLineNumber()(Code) | | getLineNumber returns the line number of the node.
an int value |
getPublicId | public String getPublicId()(Code) | | getPublicId returns the public ID of the node.
a String value |
getSystemId | public String getSystemId()(Code) | | getSystemId returns the system ID of the node.
a String value |
toString | public String toString()(Code) | | toString returns a string representation of this
NodeLocator instance.
a String value |
|
|