Uses of Interface javax.xml.transform.SourceLocator

Uses in package org.apache.xalan.xsltc.dom

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Get the location of a node in the source document.
SourceLocator

Uses in package org.apache.xpath.patterns

Classes implementing javax.xml.transform.SourceLocator

class
Special context node pattern matcher.
class
Match pattern step that contains a function.
class
This is the basic node test class for both match patterns and location path steps.
class
This class represents a single pattern match step.
class
This class represents a union pattern, which can have multiple individual StepPattern patterns.

Uses in package org.apache.xml.serializer

Methods with parameter type javax.xml.transform.SourceLocator

void
void
This method is used to set the source locator, which might be used to generated an error message.
void
This method is used to set the source locator, which might be used to generated an error message.
void
This method is used to set the source locator, which might be used to generated an error message.

Uses in package org.apache.xpath.axes

Classes implementing javax.xml.transform.SourceLocator

class
This class implements an optimized iterator for attribute axes patterns.
class
Serves as common interface for axes Walkers, and stores common state variables.
class
Base for iterators that handle predicates.
class
This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
class
This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
class
This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
class
class
Class to use for one-step iteration that doesn't have a predicate, and doesn't need to set the context.
class
Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
class
This class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
class
This class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern.
class
This class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.
class
This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.
class
This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. it can not be used with ancestors, preceding, etc.)
class
class
Walker for a reverse axes.
class
This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.
class
This class defines a simplified type of union iterator that only tests along the child axes.
class
This class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
class
Location path iterator that uses Walkers.
class
This class iterates over set of nodes that needs to be sorted.

Uses in package org.apache.xml.dtm.ref.dom2dtm

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
No source information is available for DOM2DTM, so return null here.

Uses in package org.apache.xml.dtm.ref

Classes implementing javax.xml.transform.SourceLocator

class
NodeLocator maintains information on an XML source node.

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Source information is not handled yet, so return null here.

Uses in package org.apache.xpath.operations

Classes implementing javax.xml.transform.SourceLocator

class
The 'and' operation expression executer.
class
The 'boolean()' operation expression executer.
class
The 'div' operation expression executer.
class
The '=' operation expression executer.
class
The '>' operation expression executer.
class
The '>=' operation expression executer.
class
The '<' operation expression executer.
class
The '<=' operation expression executer.
class
The binary '-' operation expression executer.
class
The 'mod' operation expression executer.
class
The '*' operation expression executer.
class
The unary '-' operation expression executer.
class
The '!
class
The 'number()' operation expression executer.
class
The baseclass for a binary operation.
class
The 'or' operation expression executer.
class
The '+' operation expression executer.
class
The 'quo' operation expression executer. (no longer supported by XPath).
class
The 'string()' operation expression executer.
class
The unary operation base class.
class
The variable reference expression executer.
class
This is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed.

Uses in package org.apache.xpath.functions

Classes implementing javax.xml.transform.SourceLocator

class
Execute the Boolean() function.
class
Execute the Ceiling() function.
class
Execute the Concat() function.
class
Execute the Contains() function.
class
Execute the Count() function.
class
Execute the current() function.
class
Execute the proprietary document-location() function, which returns a node set of documents.
class
Execute the ExtElementAvailable() function.
class
An object of this class represents an extension call expression.
class
Execute the ExtFunctionAvailable() function.
class
Execute the False() function.
class
Execute the Floor() function.
class
Execute the GenerateId() function.
class
Execute the Id() function.
class
Execute the Lang() function.
class
Execute the Last() function.
class
Execute the LocalPart() function.
class
Execute the Namespace() function.
class
Execute the normalize-space() function.
class
Execute the Not() function.
class
Execute the Number() function.
class
Execute the Position() function.
class
Execute the Qname() function.
class
Execute the round() function.
class
Execute the StartsWith() function.
class
Execute the String() function.
class
Execute the StringLength() function.
class
Execute the Substring() function.
class
Execute the SubstringAfter() function.
class
Execute the SubstringBefore() function.
class
Execute the Sum() function.
class
Execute the SystemProperty() function.
class
This is a superclass of all XPath functions.
class
Base class for functions that accept two arguments.
class
Base class for functions that accept three arguments.
class
Base class for functions that accept one argument that can be defaulted if not specified.
class
Base class for functions that accept an undetermined number of multiple arguments.
class
Base class for functions that accept one argument.
class
Execute the Translate() function.
class
Execute the True() function.
class

Uses in package org.apache.xalan.templates

Classes implementing javax.xml.transform.SourceLocator

class
Implement xsl:decimal-format.
class
Implement xsl:apply-imports.
class
Implement xsl:apply-templates.
class
Implement xsl:attribute.
class
Implement xsl:attribute-set.
class
Implement xsl:call-template.
class
Implement xsl:choose.
class
Implement xsl:comment.
class
Implement xsl:copy.
class
Implement xsl:copy-of.
class
Implement xsl:element
 <!
class
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
class
Handles the EXSLT result element within an EXSLT function element.
class
Implement func:function.
class
Implement an extension element.
class
Implement the declaration of an extension element
class
Implement Script extension element
class
Implement xsl:fallback.
class
Implement xsl:for-each.
class
Implement xsl:if.
class
Implement a Literal Result Element.
class
Implement xsl:message.
class
Implement xsl:number.
class
Implement xsl:otherwise.
class
Implement xsl:param.
class
Implement xsl:processing-instruction.
class
Implement xsl:sort.
class
Implement xsl:template.
class
An instance of this class represents an element inside an xsl:template class.
class
Implement xsl:template.
class
Implement a text literal.
class
Implement an unknown element
class
Implement xsl:use.
class
Implement xsl:value-of.
class
Implement xsl:variable.
class
class
Implement xsl:when.
class
Implement xsl:with-param. xsl:with-param is allowed within both xsl:call-template and xsl:apply-templates.
class
Execute the Doc() function.
class
Execute the FormatNumber() function.
class
Execute the Key() function.
class
Holds the attribute declarations for the xsl:keys element.
class
Object to hold an xsl:namespace element.
class
This class provides information from xsl:output elements.
class
Represents a stylesheet element.
class
Represents a stylesheet that has methods that resolve includes and imports.
class
This class represents the root object of the stylesheet tree.
class
This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
class
An instance of this class holds unto a variable until it is executed.
class
This is the same as XUnresolvedVariable, but it assumes that the context is already set up.

Methods with parameter type javax.xml.transform.SourceLocator

void
Set the end location information for this element.
void
Set the location information for this element.
void
Set the location information for this element.
void
Set the location information for this element.

Uses in package org.apache.xalan.lib.sql

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
No source information is available for DOM2DTM, so return null here.

Uses in package org.apache.xml.dtm.ref.sax2dtm

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Retrieve the SourceLocator associated with a specific node.

Uses in package org.apache.xalan.processor

Classes implementing javax.xml.transform.SourceLocator

class
This class processes character events for a XSLT template element.
class
This class processes parse events for an exslt func:result element.
class
This class processes parse events for an exslt func:function element.
class
Processes an XSLT literal-result-element, or something that looks like one.
class
This class processes the xsl:stylesheet element.
class
This class processes parse events for an XSLT template element.
class
Process xsl:text.
class
This class processes an unknown template element.
class
class
This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.

Uses in package javax.xml.transform

Constructors with parameter type javax.xml.transform.SourceLocator

Create a new TransformerConfigurationException from a message and a Locator.
Wrap an existing exception in a TransformerConfigurationException.
Create a new TransformerException from a message and a Locator.
TransformerException.TransformerException(String message, SourceLocator locator, Throwable e)
Wrap an existing exception in a TransformerException.

Methods with parameter type javax.xml.transform.SourceLocator

void
Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.

Uses in package org.apache.xml.dtm

Constructors with parameter type javax.xml.transform.SourceLocator

Create a new DTMConfigurationException from a message and a Locator.
DTMConfigurationException.DTMConfigurationException(String message, SourceLocator locator, Throwable e)
Wrap an existing exception in a DTMConfigurationException.
DTMException.DTMException(String message, SourceLocator locator)
Create a new DTMException from a message and a Locator.
DTMException.DTMException(String message, SourceLocator locator, Throwable e)
Wrap an existing exception in a DTMException.

Methods with parameter type javax.xml.transform.SourceLocator

void
Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
SourceLocator
Get the location of a node in the source document.

Uses in package org.apache.xpath.compiler

Constructors with parameter type javax.xml.transform.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.

Uses in package org.apache.xml.utils

Classes implementing javax.xml.transform.SourceLocator

class
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.

Constructors with parameter type javax.xml.transform.SourceLocator

Constructor SAXSourceLocator

Methods with parameter type javax.xml.transform.SourceLocator

void
Print out the specific source line that caused the exception, if possible to load it.

Uses in package org.apache.xpath.objects

Classes implementing javax.xml.transform.SourceLocator

class
This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
class
This class doesn't have any XPathContext, so override whatever to ensure it works OK.
class
This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
class
This class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.
class
This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
class
This class represents an XPath number, and is capable of converting the number to other types, such as a string.
class
This class represents an XPath object, and is capable of converting the object to various types, such as a string.
class
This class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.
class
This class makes an select statement act like an result tree fragment.
class
This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
class
This class will wrap a FastStringBuffer and allow for
class
This class will wrap a FastStringBuffer and allow for

Uses in package org.apache.xalan.transformer

Classes implementing javax.xml.transform.SourceLocator

class
This class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations.
class
This class filters nodes from a key iterator, according to whether or not the use value matches the ref value.

Methods with parameter type javax.xml.transform.SourceLocator

void
MsgMgr.error(SourceLocator srcLctr, String msg)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, String msg, Exception e)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, String msg, Object[] args)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, String msg, args[] , Exception e)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Tell the user of an error, and probably throw an exception.
void
MsgMgr.error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] )
Tell the user of an error, and probably throw an exception.
void
MsgMgr.message(SourceLocator srcLctr, String msg, boolean terminate)
Warn the user of a problem.
void
MsgMgr.warn(SourceLocator srcLctr, String msg)
Warn the user of a problem.
void
MsgMgr.warn(SourceLocator srcLctr, String msg, Object[] args)
Warn the user of a problem.
void
MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Warn the user of a problem.
void
MsgMgr.warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] )
Warn the user of a problem.

Uses in package org.apache.xpath

Classes implementing javax.xml.transform.SourceLocator

class
This abstract class serves as the base for all expression objects.

Constructors with parameter type javax.xml.transform.SourceLocator

XPath.XPath(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)
Construct an XPath object.
XPath.XPath(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener)
Construct an XPath object.

Methods with parameter type javax.xml.transform.SourceLocator

XPath
XPathFactory.create(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)
Create an XPath.
int
SourceTreeManager.getSourceTree(String base, String urlString, SourceLocator locator, XPathContext xctxt)
Get the source tree from the a base URL and a URL string.
int
Get the source tree from the input source.
XMLReader
This method returns the SAX2 parser to use with the InputSource obtained from this URI.
int
Try to create a DOM source tree from the input source.
void
Set the current locater in the stylesheet.
Source
SourceTreeManager.resolveURI(String base, String urlString, SourceLocator locator)
This will be called by the processor when it encounters an xsl:include, xsl:import, or document() function.
void
Set the current locater in the stylesheet.

Methods with return type javax.xml.transform.SourceLocator

SourceLocator
Get the SourceLocator on the expression object.
SourceLocator
Get the current locater in the stylesheet.

Copyright B) 2004 Apache XML Project. All Rights Reserved.