Uses of Interface
org.xml.sax.Locator

Packages that use Locator
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.xml.sax SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. 
org.xml.sax.helpers This package contains simple "helper" classes which can help programmers get started using the SAX APIs. 
 

Uses of Locator in com.sun.xml.tree
 

Methods in com.sun.xml.tree that return Locator
 Locator ParseContext.getLocator()
          Returns a locator object which reports where the parse event was detected.
 Locator XmlDocumentBuilder.getDocumentLocator()
          Returns the document locator provided by the SAX parser.
 

Methods in com.sun.xml.tree with parameters of type Locator
 void XmlDocumentBuilder.setDocumentLocator(Locator locator)
          SAX DocumentHandler callback, not for general application use.
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 void HandlerBase.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 void DocumentHandler.setDocumentLocator(Locator locator)
          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.
 

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



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-1999 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.