Package nu.validator.saxtree
Class LocatorImpl
java.lang.Object
nu.validator.saxtree.LocatorImpl
- All Implemented Interfaces:
Locator
A locator implementation.
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Field Details
-
systemId
The system id. -
publicId
The public id. -
column
private final int columnThe column. -
line
private final int lineThe line.
-
-
Constructor Details
-
LocatorImpl
The constructor.- Parameters:
locator
- the locator
-
-
Method Details
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocator
- See Also:
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocator
- See Also:
-
getPublicId
- Specified by:
getPublicId
in interfaceLocator
- See Also:
-
getSystemId
- Specified by:
getSystemId
in interfaceLocator
- See Also:
-