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. | Condition | Execution result | |
---|---|---|---|
In J2SE 5.0 | In Java SE 6 | ||
1 | When 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:
| The following file names will be as specified in the File object:
| The following file names are encoded with %xx:
|