--- old/src/java.xml/share/classes/javax/xml/stream/XMLInputFactory.java 2017-05-16 15:12:42.259247366 -0700 +++ new/src/java.xml/share/classes/javax/xml/stream/XMLInputFactory.java 2017-05-16 15:12:42.179243874 -0700 @@ -36,22 +36,18 @@ * Each property varies in the level of support required by each implementation. * The level of support required is described in the 'Required' column. * - * + *
+ * * * - * - * - * - * - * * * * * * * + * + * * * *
Configuration Parameters
- * Configuration parameters - *
Property NameBehaviorReturn typeDefault ValueRequired
javax.xml.stream.isValidatingTurns on/off implementation specific DTD validationBooleanFalseNo
javax.xml.stream.isNamespaceAwareTurns on/off namespace processing for XML 1.0 supportBooleanTrueTrue (required) / False (optional)
javax.xml.stream.isCoalescingRequires the processor to coalesce adjacent character dataBooleanFalseYes