Uses of Interface
javax.xml.transform.SourceLocator

Packages that use SourceLocator
javax.xml.transform Base "TRAX" API for XSLT transformers. 
javax.xml.transform.dom Support for DOM inputs and outputs to transformers. 
 

Uses of SourceLocator in javax.xml.transform
 

Methods in javax.xml.transform that return SourceLocator
 SourceLocator TransformerException.getLocator()
           
 

Methods in javax.xml.transform with parameters of type SourceLocator
 void TransformerException.setLocator(SourceLocator location)
           
 

Constructors in javax.xml.transform with parameters of type SourceLocator
TransformerException(java.lang.String msg, SourceLocator locator)
           
TransformerException(java.lang.String msg, SourceLocator locator, java.lang.Throwable cause)
           
 

Uses of SourceLocator in javax.xml.transform.dom
 

Subinterfaces of SourceLocator in javax.xml.transform.dom
 interface DOMLocator
          DOM Locator
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.