Class LocationImpl
java.lang.Object
com.adobe.epubcheck.util.LocationImpl
- All Implemented Interfaces:
Location
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocationImpl(int lineNumber, int columnNumber, int characterOffset, String publicId, String systemId) -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Field Details
-
lineNumber
private final int lineNumber -
columnNumber
private final int columnNumber -
characterOffset
private final int characterOffset -
publicId
-
systemId
-
-
Constructor Details
-
LocationImpl
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumberin interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffsetin interfaceLocation
-
getPublicId
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
- Specified by:
getSystemIdin interfaceLocation
-