Package org.apache.maven.internal.impl
Class StaxLocation
java.lang.Object
org.apache.maven.internal.impl.StaxLocation
- All Implemented Interfaces:
Location
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
static Location
static String
static Location
toLocation
(Location location)
-
Constructor Details
-
StaxLocation
-
-
Method Details
-
getLocation
-
toLocation
-
getMessage
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffset
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-