Uses of Interface org.xml.sax.Locator

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

Methods with parameter type org.xml.sax.Locator

void
Receive an object for locating the origin of SAX document events.
void
Receive an object for locating the origin of SAX document events.

Uses in package org.apache.xalan.transformer

Methods with parameter type org.xml.sax.Locator

void
Filter a new document locator event.
void
Receive a Locator object for document events.

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

Methods with parameter type org.xml.sax.Locator

void
Store the document locator to later retrieve line numbers of all elements from the stylesheet

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

Methods with parameter type org.xml.sax.Locator

void
Receive a Locator object for document events.

Uses in package org.apache.xml.utils

Classes implementing org.xml.sax.Locator

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.
class
The standard SAX implementation of LocatorImpl is not serializable, limiting its utility as "a persistent snapshot of a locator".

Constructors with parameter type org.xml.sax.Locator

Constructor SAXSourceLocator
Copy constructor.

Methods with parameter type org.xml.sax.Locator

void
Receive an object for locating the origin of SAX document events.

Uses in package org.apache.xalan.processor

Methods with parameter type org.xml.sax.Locator

void
Receive a Locator object for document events.

Uses in package org.apache.xml.serializer

Methods with parameter type org.xml.sax.Locator

void
void
Receive an object for locating the origin of SAX document events.
void
Does nothing.
void
void
Pass the call on to the underlying handler
void

Uses in package org.xml.sax

Constructors with parameter type org.xml.sax.Locator

SAXParseException.SAXParseException(String message, Locator locator)
Create a new SAXParseException from a message and a Locator.
SAXParseException.SAXParseException(String message, Locator locator, Exception e)
Wrap an existing exception in a SAXParseException.

Methods with parameter type org.xml.sax.Locator

void
Receive an object for locating the origin of SAX document events.
void
Receive an object for locating the origin of SAX document events.
void
Receive a Locator object for document events.

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.Locator

class
Provide an optional convenience implementation of Locator.

Constructors with parameter type org.xml.sax.Locator

Copy constructor.

Methods with parameter type org.xml.sax.Locator

void
Receive a Locator object for document events.
void
Adapter implementation method; do not call.
void
Filter a new document locator event.
void
Set a document locator.

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

Classes implementing org.xml.sax.Locator

class
class

Methods with parameter type org.xml.sax.Locator

void
This class is only used internally so this method should never be called.
void
Set internal system Id and forward SAX2 event to parser object.
void
Implements org.xml.sax.ContentHandler.setDocumentLocator() Receive an object for locating the origin of SAX document events.

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