--- old/src/javax/xml/parsers/SAXParser.java Wed May 8 13:36:26 2013 +++ new/src/javax/xml/parsers/SAXParser.java Wed May 8 13:36:26 2013 @@ -441,6 +441,29 @@ * A list of the core features and properties can be found at * * http://sax.sourceforge.net/?selected=get-set.

+ *

+ * All implementations that implement JAXP 1.5 or newer are required to + * support the {@link javax.xml.XMLConstants#ACCESS_EXTERNAL_DTD} and + * {@link javax.xml.XMLConstants#ACCESS_EXTERNAL_SCHEMA} properties. + *

+ * * * @param name The name of the property to be set. * @param value The value of the property to be set.