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 class
EmptyLocator
Fields in org.apache.maven.doxia.sink declared as Locator Modifier and Type Field Description static Locator
EmptyLocator. INSTANCE
Methods in org.apache.maven.doxia.sink that return Locator Modifier and Type Method Description default Locator
Sink. 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 void
Sink. setDocumentLocator(Locator locator)
Sets the locator which exposes location information for a particular Sink event.
-