The following table gives cautionary notes on the org.xml.sax.ext package.
Table 6-29 Notes on the org.xml.sax.ext package
No. | Notes |
---|---|
1 | The addAttribute method of the Attributes2Impl class is not supported. Instead, use the addAttribute method of the AttributesImpl class and modify the application as follows: (Before modification) Attributes2Impl myAtt = new Attributes2Impl(); AttributesImpl myAtt = new AttributesImpl(); |
2 | The getXMLVersion and getEncoding methods of the Locator2Impl class are not supported. |