Class MappedXMLInputFactory.ErrorLocation
java.lang.Object
org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
- All Implemented Interfaces:
Location
- Enclosing class:
MappedXMLInputFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Field Details
-
line
private int line -
column
private int column
-
-
Constructor Details
-
ErrorLocation
public ErrorLocation(int line, int column)
-
-
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
-