Class AptParser.AptSourceLocator
java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractLocator
org.apache.maven.doxia.module.apt.AptParser.AptSourceLocator
- All Implemented Interfaces:
Locator
- Enclosing class:
AptParser
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the column number for the sink event (starting from 1).intReturns the line number for the sink event (starting from 1).Methods inherited from class AbstractLocator
getReference
-
Field Details
-
aptSource
-
-
Constructor Details
-
AptSourceLocator
-
-
Method Details
-
getLineNumber
public int getLineNumber()Description copied from interface:LocatorReturns the line number for the sink event (starting from 1). If it is not known returns-1.- Returns:
- the line number for the sink event
-
getColumnNumber
public int getColumnNumber()Description copied from interface:LocatorReturns the column number for the sink event (starting from 1). If it is not known returns-1.- Returns:
- the column number for the sink event
-