| Package | Description | 
|---|---|
| oracle.javatools.xml.esax | |
| oracle.javatools.xml.esax.spi | 
| Modifier and Type | Method and Description | 
|---|---|
XMLLocator | 
ElementContext.getLocator()
Get the locator for the XML file being parsed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageReporter.error(XMLLocator locator,
     java.lang.String message,
     java.lang.Throwable exception)
Report a (human readable) error encountered while parsing an XML file. 
 | 
void | 
MessageReporter.information(XMLLocator locator,
           java.lang.String message)
Report a (human readable) information encountered while parsing an XML file. 
 | 
void | 
MessageReporter.severe(XMLLocator locator,
      java.lang.String message,
      java.lang.Throwable exception)
Report a (human readable) severe encountered while parsing an XML file. 
 | 
void | 
MessageReporter.warning(XMLLocator locator,
       java.lang.String message)
Report a (human readable) warning encountered while parsing an XML file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XMLLocator | 
DefaultElementContext.getLocator()
Get the locator for the EDD being parsed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExtensibleSAXParser.parse(XMLLocator locator)  |