Uses of Interface
org.xml.sax.Locator

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

Uses of Locator in org.enhydra.apache.html.dom
 

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

Uses of Locator in org.enhydra.apache.xerces.framework
 

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

Methods in org.enhydra.apache.xerces.framework with parameters of type Locator
 void XMLParser.reportError(Locator locator, java.lang.String errorDomain, int majorCode, int minorCode, java.lang.Object[] args, int errorType)
          Report an error.
 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.
 

Uses of Locator in org.enhydra.apache.xerces.readers
 

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

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

Methods in org.enhydra.apache.xerces.readers with parameters of type Locator
 void XMLEntityHandler.DTDHandler.addRequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, java.lang.Object[] args)
          Remember a required but undeclared notation.
 void XCatalog.Parser.setDocumentLocator(Locator locator)
          Not implemented.
 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)
           
 

Constructors in org.enhydra.apache.xerces.readers with parameters of type Locator
DefaultEntityHandler.EntityPool.RequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, java.lang.Object[] args)
           
 

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

Methods in org.enhydra.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 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.
 void ContentHandler.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(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.
 

Fields in org.xml.sax.helpers declared as Locator
(package private)  Locator ParserAdapter.locator
           
 

Methods in org.xml.sax.helpers with parameters of type Locator
 void XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 void XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void ParserAdapter.setDocumentLocator(Locator locator)
          Adapt a SAX1 document locator event.
 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 The Apache Software Foundation. All Rights reserved.