Class AbstractLocator
java.lang.Object
org.apache.maven.doxia.sink.impl.AbstractLocator
- All Implemented Interfaces:
Locator
- Direct Known Subclasses:
AbstractXmlParser.XmlPullParserLocator, AptParser.AptSourceLocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying source reference (for file based documents a relative file path, otherwise an arbitrary string ornull).Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Locator
getColumnNumber, getLineNumber
-
Field Details
-
reference
-
-
Constructor Details
-
AbstractLocator
-
-
Method Details
-
getReference
Description copied from interface:LocatorReturns the underlying source reference (for file based documents a relative file path, otherwise an arbitrary string ornull).- Specified by:
getReferencein interfaceLocator- Returns:
- the source for the sink event (may be
null)
-