Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
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.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.templates Implements the trax.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.xalan.utils Implementation of Xalan utility classes. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
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. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of Locator in org.apache.trax
 

Constructors in org.apache.trax with parameters of type Locator
ProcessorException.ProcessorException(java.lang.String message, Locator locator)
          Create a new ProcessorException from a message and a Locator.
ProcessorException.ProcessorException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a ProcessorException.
TransformException.TransformException(java.lang.Exception e, Locator locator)
          Create a new TransformException wrapping an existing exception.
TransformException.TransformException(java.lang.String message, Locator locator)
          Create a new TransformException from a message and a Locator.
TransformException.TransformException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a TransformException.
 

Uses of Locator in org.apache.xalan.processor
 

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

Methods in org.apache.xalan.processor that return Locator
 Locator StylesheetHandler.getLocator()
          **For advanced use only** Get the current stylesheet Locator object.
 

Methods in org.apache.xalan.processor with parameters of type Locator
 void StylesheetHandler.setDocumentLocator(Locator locator)
          **For advanced use only** Receive a Locator object for document events.
 

Uses of Locator in org.apache.xalan.stree
 

Methods in org.apache.xalan.stree with parameters of type Locator
 void SourceTreeHandler.setDocumentLocator(Locator locator)
          Implement the setDocumentLocator event.
 

Uses of Locator in org.apache.xalan.templates
 

Classes in org.apache.xalan.templates that implement Locator
 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:decimal-format.
 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
           
 class ElemExtensionScript
           
 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 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 Locator
 void ElemTemplateElement.setLocaterInfo(Locator locator)
          **For advanced use only** Set the location information for this element.
 void ElemTemplate.setLocaterInfo(Locator locator)
          **For advanced use only** Set the location information for this element.
 void Stylesheet.setLocaterInfo(Locator locator)
          Set the location information for this element.
 

Uses of Locator in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type Locator
 void ResultTreeHandler.setDocumentLocator(Locator locator)
          To fullfill the FormatterListener interface...
 

Uses of Locator in org.apache.xalan.utils
 

Methods in org.apache.xalan.utils with parameters of type Locator
 void DOMBuilder.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 

Uses of Locator in org.apache.xml.serialize.transition
 

Methods in org.apache.xml.serialize.transition with parameters of type Locator
 void BaseMarkupSerializer.setDocumentLocator(Locator locator)
           
 

Uses of Locator in org.apache.xpath
 

Methods in org.apache.xpath that return Locator
 Locator XPath.getLocator()
           
 Locator XPathContext.getSAXLocator()
          **For advanced use only**  
 

Methods in org.apache.xpath with parameters of type Locator
 void XPath.setLocator(Locator l)
           
 void XPathContext.setSAXLocator(Locator location)
          **For advanced use only**  
 InputSource SourceTreeManager.resolveURI(java.lang.String base, java.lang.String urlString, Locator locator)
          This will be called by the processor when it encounters an xsl:include, xsl:import, or document() function.
 Node SourceTreeManager.findNodeFromURL(java.lang.String base, java.lang.String url, Locator locator)
          Given a URL, find the node associated with that document.
 Node SourceTreeManager.getSourceTree(java.lang.String base, java.lang.String urlString, Locator locator)
          Get the source tree from the a base URL and a URL string.
 Node SourceTreeManager.getSourceTree(InputSource source, Locator locator)
          Get the source tree from the input source.
 Node SourceTreeManager.getDOMNode(InputSource source, Locator locator)
          Try to create a DOM source tree from the input source.
 XMLReader SourceTreeManager.getXMLReader(InputSource inputSource, Locator locator)
          This method returns the SAX2 parser to use with the InputSource obtained from this URI.
 XPath XPathFactory.create(java.lang.String exprString, Locator locator, PrefixResolver prefixResolver, int type)
          **For advanced use only** Create an XPath.
 

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

Uses of Locator in org.apache.xpath.compiler
 

Constructors in org.apache.xpath.compiler with parameters of type Locator
Compiler.Compiler(ErrorHandler errorHandler, Locator locator)
           
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 void ContentHandler.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 void HandlerBase.setDocumentLocator(Locator locator)
          Deprecated. Receive a Locator object for document events.
 void DocumentHandler.setDocumentLocator(Locator locator)
          Deprecated. Receive an object for locating the origin of SAX document events.
 

Constructors in org.xml.sax with parameters of type Locator
SAXParseException.SAXParseException(java.lang.String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
SAXParseException.SAXParseException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a SAXParseException.
 

Uses of Locator in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement Locator
 class LocatorImpl
          Provide an optional convenience implementation of Locator.
 

Methods in org.xml.sax.helpers with parameters of type Locator
 void DefaultHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 void XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void ParserAdapter.setDocumentLocator(Locator locator)
          Adapt a SAX1 document locator event.
 void XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 

Constructors in org.xml.sax.helpers with parameters of type Locator
LocatorImpl.LocatorImpl(Locator locator)
          Copy constructor.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.