Appendix A.8 Differences in the operation of the high-speed parse functionality

The following table describes the differences in the operation of the high-speed parse functionality:

Table A-11 Differences in the operation of the high-speed parse functionality (comparison of cases when JAXP1.3 is used on J2SE 5.0 and JAXP1.4 is used on Java SE 6)

No.ConditionExecution result
In J2SE 5.0In Java SE 6
1When a File object including a character (such as a Japanese character or a blank) that is not allowed as the XML document name by RFC2396 is specified in the following methods:
  • parse(File) method of the DocumentBuilder class
  • parse(File, DefaultHandler) method of the SAXParser class
The following file names will be as specified in the File object:
  • XML document name of the tuning summary file that is to be analyzed
  • File name of the tuning details file
  • XML document name of the tuning details file that is to be analyzed
The following file names are encoded with %xx:
  • XML document name of the tuning summary file that is to be analyzed
  • File name of the tuning details file
  • XML document name of the tuning details file that is to be analyzed