Uses of Interface
org.apache.maven.doxia.sink.Locator
-
-
Uses of Locator in org.apache.maven.doxia.sink
Classes in org.apache.maven.doxia.sink that implement Locator Modifier and Type Class Description classEmptyLocatorALocatorimplementation that does not provide any information.Fields in org.apache.maven.doxia.sink declared as Locator Modifier and Type Field Description static LocatorEmptyLocator. INSTANCEMethods in org.apache.maven.doxia.sink that return Locator Modifier and Type Method Description default LocatorSink. getDocumentLocator()Returns the locator which exposes location information for a particular Sink event.Methods in org.apache.maven.doxia.sink with parameters of type Locator Modifier and Type Method Description default voidSink. setDocumentLocator(Locator locator)Sets the locator which exposes location information for a particular Sink event.
-