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 intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()StringgetPublicId()StringgetSystemId()
-
-
-
Method Detail
-
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
public String getPublicId()
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceLocation
-
-