Class StaxLocation
java.lang.Object
org.apache.maven.impl.StaxLocation
- All Implemented Interfaces:
- Location
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintstatic Locationstatic Stringstatic LocationtoLocation(Location location) 
- 
Constructor Details- 
StaxLocation
 
- 
- 
Method Details- 
getLocation
- 
toLocation
- 
getMessage
- 
getLineNumberpublic int getLineNumber()- Specified by:
- getLineNumberin interface- Location
 
- 
getColumnNumberpublic int getColumnNumber()- Specified by:
- getColumnNumberin interface- Location
 
- 
getCharacterOffsetpublic int getCharacterOffset()- Specified by:
- getCharacterOffsetin interface- Location
 
- 
getPublicId- Specified by:
- getPublicIdin interface- Location
 
- 
getSystemId- Specified by:
- getSystemIdin interface- Location
 
 
-