BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.apache.xerces.xni.XMLLocator

Packages that use XMLLocator
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.xni   
weblogic.apache.xerces.xni.parser   
 

Uses of XMLLocator in weblogic.apache.xerces.impl
 

Classes in weblogic.apache.xerces.impl that implement XMLLocator
protected  class XML11EntityManager.XML11EntityScanner
          Deprecated. Implements the entity scanner methods.
protected  class XMLEntityManager.EntityScanner
          Deprecated. Implements the entity scanner methods.
 class XMLEntityScanner
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl declared as XMLLocator
protected  XMLLocator XMLErrorReporter.fLocator
          Deprecated. Document locator.
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLLocator
 void XMLNamespaceBinder.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLErrorReporter.setDocumentLocator(XMLLocator locator)
          Deprecated. Sets the document locator.
 void XMLErrorReporter.reportError(XMLLocator location, String domain, String key, Object[] arguments, short severity)
          Deprecated. Reports an error at a specific location.
 

Uses of XMLLocator in weblogic.apache.xerces.impl.dtd
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLLocator
 void XMLDTDValidator.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLDTDProcessor.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void DTDGrammar.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 

Uses of XMLLocator in weblogic.apache.xerces.impl.xs
 

Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLLocator
 void XMLSchemaValidator.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 

Uses of XMLLocator in weblogic.apache.xerces.parsers
 

Fields in weblogic.apache.xerces.parsers declared as XMLLocator
protected  XMLLocator NonValidatingConfiguration.fLocator
          Deprecated. Locator
protected  XMLLocator DTDConfiguration.fLocator
          Deprecated. Locator
protected  XMLLocator AbstractSAXPullParser.LocatorProxy.fLocator
          XML locator.
protected  XMLLocator AbstractSAXParser.LocatorProxy.fLocator
          XML locator.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLLocator
 void DTDParser.startDTD(XMLLocator locator, Augmentations augmentations)
          Deprecated. The start of the DTD.
 void AbstractXMLDocumentPullParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractXMLDocumentPullParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void AbstractXMLDocumentParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractXMLDocumentParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 void AbstractSAXPullParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractSAXParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractDOMParser.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void AbstractDOMParser.startDTD(XMLLocator locator, Augmentations augs)
          Deprecated. The start of the DTD.
 

Constructors in weblogic.apache.xerces.parsers with parameters of type XMLLocator
AbstractSAXPullParser.LocatorProxy(XMLLocator locator)
          Constructs an XML locator proxy.
AbstractSAXParser.LocatorProxy(XMLLocator locator)
          Constructs an XML locator proxy.
 

Uses of XMLLocator in weblogic.apache.xerces.xni
 

Methods in weblogic.apache.xerces.xni with parameters of type XMLLocator
 void XMLDTDHandler.startDTD(XMLLocator locator, Augmentations augmentations)
          Deprecated. The start of the DTD.
 void XMLDocumentHandler.startDocument(XMLLocator locator, String encoding, Augmentations augs)
          Deprecated. The start of the document.
 void XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)
          Deprecated. The start of the document fragment.
 

Uses of XMLLocator in weblogic.apache.xerces.xni.parser
 

Constructors in weblogic.apache.xerces.xni.parser with parameters of type XMLLocator
XMLParseException(XMLLocator locator, String message)
          Deprecated. Constructs a parse exception.
XMLParseException(XMLLocator locator, String message, Exception exception)
          Deprecated. Constructs a parse exception.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.