-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.1.1, 1.4.1
-
generic
-
generic
Name: eaR10174 Date: 07/19/2001
Javadoc comments of org.xml.sax.helpers.XMLReaderAdapter.setLocale() and
org.xml.sax.helpers.XMLReaderAdapter.skippedEntity() methods (builds
jaxp-1.1.1-b26-09_jul_2001, jdk1.4.0beta-b70) do not describe conditions when the
SAXException could be thrown:
"public void setLocale(Locale locale)
throws SAXException
Set the locale for error reporting.
This is not supported in SAX2, and will always throw an exception.
Specified by:
setLocale in interface Parser
Parameters:
The - locale for error reporting.
See Also:
Parser.setLocale(java.util.Locale) "
"public void skippedEntity(String name)
throws SAXException
Adapt a SAX2 skipped entity event.
Specified by:
skippedEntity in interface ContentHandler
Parameters:
name - The name of the skipped entity.
See Also:
ContentHandler.skippedEntity(java.lang.String)"
======================================================================