--- old/src/java.xml/share/classes/org/w3c/dom/ls/DOMImplementationLS.java 2017-12-11 12:46:38.500303086 -0800 +++ new/src/java.xml/share/classes/org/w3c/dom/ls/DOMImplementationLS.java 2017-12-11 12:46:37.577212964 -0800 @@ -51,12 +51,13 @@ * binding-specific casting methods on an instance of the * DOMImplementation interface or, if the Document * supports the feature "Core" version "3.0" - * defined in [DOM Level 3 Core] + * defined in + * [DOM Level 3 Core] * , by using the method DOMImplementation.getFeature with * parameter values "LS" (or "LS-Async") and * "3.0" (respectively). - *

See also the Document Object Model (DOM) Level 3 Load -and Save Specification. + *

See also the +Document Object Model (DOM) Level 3 Load and Save Specification. * * @since 1.5 */ @@ -90,9 +91,11 @@ * LSParser for any kind of schema types (i.e. the * LSParser will be free to use any schema found), use the value * null. - *

Note: For W3C XML Schema [XML Schema Part 1] + *

Note: For W3C XML Schema + * [XML Schema Part 1] * , applications must use the value - * "http://www.w3.org/2001/XMLSchema". For XML DTD [XML 1.0], + * "http://www.w3.org/2001/XMLSchema". For XML DTD + * [XML 1.0], * applications must use the value * "http://www.w3.org/TR/REC-xml". Other Schema languages * are outside the scope of the W3C and therefore should recommend an @@ -102,8 +105,8 @@ * depending on the value of the mode argument. *

Note: By default, the newly created LSParser * does not contain a DOMErrorHandler, i.e. the value of - * the " - * error-handler" configuration parameter is null. However, implementations + * the "error-handler" + * configuration parameter is null. However, implementations * may provide a default error handler at creation time. In that case, * the initial value of the "error-handler" configuration * parameter on the new LSParser object contains a