Uses of Interface
org.jdom2.output.JDOMLocator
-
Packages that use JDOMLocator Package Description org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support Classes used to implement output functionality that are not part of the actual Output API, but rather part of the implementation. -
-
Uses of JDOMLocator in org.jdom2.output
Methods in org.jdom2.output that return JDOMLocator Modifier and Type Method Description JDOMLocator
SAXOutputter. getLocator()
Deprecated.there is no way to get a meaningful document Locator outside of an active output process, and the contents of the locator are meaningless outside of an active output process anyway. -
Uses of JDOMLocator in org.jdom2.output.support
Classes in org.jdom2.output.support that implement JDOMLocator Modifier and Type Class Description static class
SAXTarget.SAXLocator
A locator specific to the SAXOutputter process.
-