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.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
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.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.processor
 

Classes in org.apache.xalan.processor that implement SourceLocator
 class CompiledTemplate
           
 

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 ElemTemplate.setLocaterInfo(SourceLocator locator)
          Set the location information for this element.
 void Stylesheet.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.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.
 

Uses of SourceLocator in org.apache.xpath
 

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

Methods in org.apache.xpath with parameters of type SourceLocator
 void Expression.setSourceLocator(SourceLocator locator)
          Set the location where this expression was built from.
 void XPath.setLocator(SourceLocator l)
          Set the SourceLocator on the expression object.
 void XPathContext.setSAXLocator(SourceLocator location)
          Set the current locater in the stylesheet.
 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.
 Node SourceTreeManager.getSourceTree(java.lang.String base, java.lang.String urlString, SourceLocator locator)
          Get the source tree from the a base URL and a URL string.
 Node SourceTreeManager.getSourceTree(Source source, SourceLocator locator)
          Get the source tree from the input source.
 Node SourceTreeManager.getDOMNode(Source source, SourceLocator locator)
          Try to create a DOM source tree from the input source.
 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.
 

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 © 2000 Apache XML Project. All Rights Reserved.