JDOM
0.0.5-BETA

Uses of Interface
org.jdom2.output.JDOMLocator

Packages that use JDOMLocator
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
 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
static class SAXTarget.SAXLocator
          A locator specific to the SAXOutputter process.
 


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.