--- old/src/java.xml/share/classes/org/w3c/dom/ls/LSParserFilter.java 2017-12-11 12:46:43.332774880 -0800 +++ new/src/java.xml/share/classes/org/w3c/dom/ls/LSParserFilter.java 2017-12-11 12:46:42.299674019 -0800 @@ -56,10 +56,11 @@ * Document, DocumentType, Notation, * Entity, and Attr nodes are never passed to the * acceptNode method on the filter. The child nodes of an - * EntityReference node are passed to the filter if the - * parameter " - * entities" is set to false. Note that, as described by the parameter " - * entities", unexpanded entity reference nodes are never discarded and are always + * EntityReference node are passed to the filter if the parameter + * "entities" + * is set to false. Note that, as described by the parameter + * "entities", + * unexpanded entity reference nodes are never discarded and are always * passed to the filter. *

All validity checking while parsing a document occurs on the source * document as it appears on the input stream, not on the DOM document as it @@ -71,8 +72,8 @@ * passed to the filter methods. *

DOM applications must not raise exceptions in a filter. The effect of * throwing exceptions from a filter is DOM implementation dependent. - *

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 */ @@ -195,8 +196,8 @@ * SHOW_NOTATION, SHOW_ENTITY, and * SHOW_DOCUMENT_FRAGMENT are meaningless here. Those nodes * will never be passed to LSParserFilter.acceptNode. - *
The constants used here are defined in [DOM Level 2 Traversal and Range] - * . + *
The constants used here are defined in + * [DOM Level 2 Traversal and Range]. */ public int getWhatToShow();