Uses of Interface
javax.xml.transform.SourceLocator

Packages that use SourceLocator
javax.xml.transform This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. 
javax.xml.transform.dom This package implements DOM-specific transformation APIs. 
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.compiler Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. 
 

Uses of SourceLocator in javax.xml.transform
 

Methods in javax.xml.transform that return SourceLocator
 SourceLocator TransformerException.getLocator()
          Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
 

Methods in javax.xml.transform with parameters of type SourceLocator
 void TransformerException.setLocator(SourceLocator location)
          Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.
 

Constructors in javax.xml.transform with parameters of type SourceLocator
TransformerException.TransformerException(java.lang.String message, SourceLocator locator)
          Create a new TransformerException from a message and a Locator.
TransformerException.TransformerException(java.lang.String message, SourceLocator locator, java.lang.Throwable e)
          Wrap an existing exception in a TransformerException.
TransformerConfigurationException.TransformerConfigurationException(java.lang.String message, SourceLocator locator)
          Create a new TransformerConfigurationException from a message and a Locator.
TransformerConfigurationException.TransformerConfigurationException(java.lang.String message, SourceLocator locator, java.lang.Throwable e)
          Wrap an existing exception in a TransformerConfigurationException.
 

Uses of SourceLocator in javax.xml.transform.dom
 

Subinterfaces of SourceLocator in javax.xml.transform.dom
 interface DOMLocator
          Indicates the position of a node in a source DOM, intended primarily for error reporting.
 

Uses of SourceLocator in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that return SourceLocator
 SourceLocator DTMDocument.getSourceLocatorFor(int node)
          No source information is available for DOM2DTM, so return null here.
 

Uses of SourceLocator in org.apache.xalan.templates
 

Classes in org.apache.xalan.templates that implement SourceLocator
 class DecimalFormatProperties
          **For advanced use only** Implement xsl:decimal-format.
 class ElemApplyImport
          **For advanced use only** Implement xsl:apply-imports.
 class ElemApplyTemplates
          **For advanced use only** Implement xsl:apply-templates.
 class ElemAttribute
          **For advanced use only** Implement xsl:attribute.
 class ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
 class ElemCallTemplate
          **For advanced use only** Implement xsl:call-template.
 class ElemChoose
          **For advanced use only** Implement xsl:choose.
 class ElemComment
          **For advanced use only** Implement xsl:comment.
 class ElemCopy
          **For advanced use only** Implement xsl:copy.
 class ElemCopyOf
          **For advanced use only** Implement xsl:copy-of.
 class ElemElement
          **For advanced use only** Implement xsl:element
 class ElemEmpty
          **For internal use only** Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 class ElemExtensionCall
          **For advanced use only** Implement an extension element.
 class ElemExtensionDecl
          **For internal use only** Implement the declaration of an extension element
 class ElemExtensionScript
          **For internal use only** Implement Script extension element
 class ElemFallback
          **For advanced use only** Implement xsl:fallback.
 class ElemForEach
          **For advanced use only** Implement xsl:for-each.
 class ElemIf
          **For advanced use only** Implement xsl:if.
 class ElemLiteralResult
          **For advanced use only** Implement a Literal Result Element.
 class ElemMessage
          **For advanced use only** Implement xsl:message.
 class ElemNumber
          **For advanced use only** Implement xsl:number.
 class ElemOtherwise
          **For advanced use only** Implement xsl:otherwise.
 class ElemParam
          **For advanced use only** Implement xsl:param.
 class ElemPI
          **For advanced use only** Implement xsl:processing-instruction.
 class ElemSort
          **For advanced use only** Implement xsl:sort.
 class ElemTemplate
          **For advanced use only** Implement xsl:template.
 class ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
 class ElemText
          **For advanced use only** Implement xsl:template.
 class ElemTextLiteral
          **For advanced use only** Implement a text literal.
 class ElemUnknown
          **For advanced use only** Implement a Literal Result Element.
 class ElemUse
          **For advanced use only** Implement xsl:use.
 class ElemValueOf
          **For advanced use only** Implement xsl:value-of.
 class ElemVariable
          **For advanced use only** Implement xsl:variable.
 class ElemWhen
          **For advanced use only** Implement xsl:when.
 class ElemWithParam
          **For advanced use only** Implement xsl:with-param.
 class KeyDeclaration
          **For internal use only** Holds the attribute declarations for the xsl:keys element.
 class NamespaceAlias
          Object to hold an xsl:namespace element.
 class OutputProperties
          This class provides information from xsl:output elements.
 class Stylesheet
          Represents a stylesheet element.
 class StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 class WhiteSpaceInfo
          This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
 

Methods in org.apache.xalan.templates with parameters of type SourceLocator
 void ElemTemplateElement.setLocaterInfo(SourceLocator locator)
          Set the location information for this element.
 void Stylesheet.setLocaterInfo(SourceLocator locator)
          Set the location information for this element.
 void ElemTemplate.setLocaterInfo(SourceLocator locator)
          Set the location information for this element.
 

Uses of SourceLocator in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type SourceLocator
 void MsgMgr.message(SourceLocator srcLctr, java.lang.String msg, boolean terminate)
          Warn the user of a problem.
 void MsgMgr.warn(SourceLocator srcLctr, int msg)
          **For internal use only** Warn the user of a problem.
 void MsgMgr.warn(SourceLocator srcLctr, int msg, java.lang.Object[] args)
          **For internal use only** Warn the user of a problem.
 void MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, int msg)
          **For internal use only** Warn the user of a problem.
 void MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, int msg, java.lang.Object[] args)
          **For internal use only** Warn the user of a problem.
 void MsgMgr.error(SourceLocator srcLctr, java.lang.String msg)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, int msg)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, int msg, java.lang.Object[] args)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, int msg, java.lang.Exception e)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, int msg, java.lang.Object[] args, java.lang.Exception e)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, int msg)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 void MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, int msg, java.lang.Object[] args)
          **For internal use only** Tell the user of an error, and probably throw an exception.
 

Uses of SourceLocator in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that return SourceLocator
 SourceLocator DTM.getSourceLocatorFor(int node)
          Get the location of a node in the source document.
 SourceLocator DTMException.getLocator()
          Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
 

Methods in org.apache.xml.dtm with parameters of type SourceLocator
 void DTMException.setLocator(SourceLocator location)
          Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.
 

Constructors in org.apache.xml.dtm with parameters of type SourceLocator
DTMException.DTMException(java.lang.String message, SourceLocator locator)
          Create a new DTMException from a message and a Locator.
DTMException.DTMException(java.lang.String message, SourceLocator locator, java.lang.Throwable e)
          Wrap an existing exception in a DTMException.
DTMConfigurationException.DTMConfigurationException(java.lang.String message, SourceLocator locator)
          Create a new DTMConfigurationException from a message and a Locator.
DTMConfigurationException.DTMConfigurationException(java.lang.String message, SourceLocator locator, java.lang.Throwable e)
          Wrap an existing exception in a DTMConfigurationException.
 

Uses of SourceLocator in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement SourceLocator
 class NodeLocator
          NodeLocator maintains information on an XML source node.
 

Methods in org.apache.xml.dtm.ref that return SourceLocator
 SourceLocator DTMDocumentImpl.getSourceLocatorFor(int node)
          Source information is not handled yet, so return null here.
 

Uses of SourceLocator in org.apache.xml.dtm.ref.dom2dtm
 

Methods in org.apache.xml.dtm.ref.dom2dtm that return SourceLocator
 SourceLocator DOM2DTM.getSourceLocatorFor(int node)
          No source information is available for DOM2DTM, so return null here.
 

Uses of SourceLocator in org.apache.xml.dtm.ref.sax2dtm
 

Methods in org.apache.xml.dtm.ref.sax2dtm that return SourceLocator
 SourceLocator SAX2DTM.getSourceLocatorFor(int node)
          Retrieve the SourceLocator associated with a specific node.
 

Uses of SourceLocator in org.apache.xml.utils
 

Classes in org.apache.xml.utils that implement SourceLocator
 class SAXSourceLocator
          Class SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator.
 

Methods in org.apache.xml.utils with parameters of type SourceLocator
static void ListingErrorHandler.logSourceLine(java.io.PrintWriter pw, SourceLocator locator)
          Print out the specific source line that caused the exception, if possible to load it.
 

Uses of SourceLocator in org.apache.xpath
 

Methods in org.apache.xpath that return SourceLocator
 SourceLocator XPathContext.getSAXLocator()
          Get the current locater in the stylesheet.
 SourceLocator XPath.getLocator()
          Get the SourceLocator on the expression object.
 

Methods in org.apache.xpath with parameters of type SourceLocator
 void Expression.setSourceLocator(SourceLocator locator)
          Set the location where this expression was built from.
 Source SourceTreeManager.resolveURI(java.lang.String base, java.lang.String urlString, SourceLocator locator)
          This will be called by the processor when it encounters an xsl:include, xsl:import, or document() function.
 int SourceTreeManager.getSourceTree(java.lang.String base, java.lang.String urlString, SourceLocator locator, XPathContext xctxt)
          Get the source tree from the a base URL and a URL string.
 int SourceTreeManager.getSourceTree(Source source, SourceLocator locator, XPathContext xctxt)
          Get the source tree from the input source.
 int SourceTreeManager.parseToNode(Source source, SourceLocator locator, XPathContext xctxt)
          Try to create a DOM source tree from the input source.
static XMLReader SourceTreeManager.getXMLReader(Source inputSource, SourceLocator locator)
          This method returns the SAX2 parser to use with the InputSource obtained from this URI.
 XPath XPathFactory.create(java.lang.String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)
          Create an XPath.
 void XPathContext.setSAXLocator(SourceLocator location)
          Set the current locater in the stylesheet.
 void XPathContext.pushSAXLocator(SourceLocator location)
          Set the current locater in the stylesheet.
 void XPath.setLocator(SourceLocator l)
          Set the SourceLocator on the expression object.
 

Constructors in org.apache.xpath with parameters of type SourceLocator
XPath.XPath(java.lang.String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener)
          Construct an XPath object.
XPath.XPath(java.lang.String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)
          Construct an XPath object.
 

Uses of SourceLocator in org.apache.xpath.compiler
 

Constructors in org.apache.xpath.compiler with parameters of type SourceLocator
Compiler.Compiler(ErrorListener errorHandler, SourceLocator locator)
          Construct a Compiler object with a specific ErrorListener and SourceLocator where the expression is located.
XPathParser.XPathParser(ErrorListener errorListener, SourceLocator sourceLocator)
          The parser constructor.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.