Package org.apache.xerces.stax
Class ImmutableLocation
java.lang.Object
org.apache.xerces.stax.ImmutableLocation
- All Implemented Interfaces:
Location
An immutable StAX Location
.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: ImmutableLocation.java 730445 2008-12-31 19:12:02Z mrglavas $
- Author:
- Michael Glavassevich, IBM
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableLocation
(int characterOffset, int columnNumber, int lineNumber, String publicId, String systemId) ImmutableLocation
(Location location) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
ImmutableLocation
-
ImmutableLocation
-
-
Method Details
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffset
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocation
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-