Class ImmutableLocation
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.stax.ImmutableLocation
-
-
Constructor Summary
Constructors Constructor Description ImmutableLocation(int characterOffset, int columnNumber, int lineNumber, String publicId, String systemId)
ImmutableLocation(Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharacterOffset()
int
getColumnNumber()
int
getLineNumber()
String
getPublicId()
String
getSystemId()
-
-
-
Method Detail
-
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
public String getPublicId()
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interfaceLocation
-
-