Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.html.dom   
org.apache.xerces.framework   
org.apache.xerces.readers   
org.apache.xml.serialize   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of Locator in org.apache.html.dom
 

Methods in org.apache.html.dom with parameters of type Locator
 void HTMLBuilder.setDocumentLocator(Locator locator)
           
 

Uses of Locator in org.apache.xerces.framework
 

Methods in org.apache.xerces.framework that return Locator
 Locator XMLErrorReporter.getLocator()
          Get the default locator to use when reporting errors.
 Locator XMLParser.getLocator()
          return the locator being used by the parser
 

Methods in org.apache.xerces.framework with parameters of type Locator
 void XMLErrorReporter.reportError(Locator locator, java.lang.String errorDomain, int majorCode, int minorCode, java.lang.Object[] args, int errorType)
          Report an error detected by a component of the XML parser.
 void XMLParser.reportError(Locator locator, java.lang.String errorDomain, int majorCode, int minorCode, java.lang.Object[] args, int errorType)
          Report an error.
 

Uses of Locator in org.apache.xerces.readers
 

Subinterfaces of Locator in org.apache.xerces.readers
 interface XMLEntityHandler
          This is the interface used for entity management.
 

Classes in org.apache.xerces.readers that implement Locator
 class DefaultEntityHandler
          Default entity handler implementation.
 

Methods in org.apache.xerces.readers with parameters of type Locator
 void DefaultEntityHandler.addRequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, java.lang.Object[] args)
           
 void DefaultEntityHandler.EntityPool.addRequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, java.lang.Object[] args)
           
 void XMLEntityHandler.DTDHandler.addRequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, java.lang.Object[] args)
          Remember a required but undeclared notation.
 

Uses of Locator in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize with parameters of type Locator
 void BaseMarkupSerializer.setDocumentLocator(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(java.lang.String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
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 ParserAdapter.setDocumentLocator(Locator locator)
          Adapt a SAX1 document locator event.
 void XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 void DefaultHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

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



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.