Class ImmutableLocation
java.lang.Object
org.apache.xerces.stax.ImmutableLocation
- All Implemented Interfaces:
Location
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableLocation(int characterOffset, int columnNumber, int lineNumber, String publicId, String systemId) ImmutableLocation(Location location) -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Constructor Details
-
ImmutableLocation
-
ImmutableLocation
-
-
Method Details
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffsetin interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumberin interfaceLocation
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceLocation
-
getPublicId
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
- Specified by:
getSystemIdin interfaceLocation
-