You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Though not strictly necessary, {@code escapeXml10} will escape
600
-
* characters in the following ranges:</p>
613
+
* <p>
614
+
* Though not strictly necessary, {@code escapeXml10} will escape characters in the following ranges:
615
+
* </p>
601
616
*
602
-
* <p>{@code [#x7F-#x84] | [#x86-#x9F]}</p>
617
+
* <p>
618
+
* {@code [#x7F-#x84] | [#x86-#x9F]}
619
+
* </p>
603
620
*
604
-
* <p>The returned string can be inserted into a valid XML 1.0 or XML 1.1
605
-
* document. If you want to allow more non-text characters in an XML 1.1
606
-
* document, use {@link #escapeXml11(String)}.</p>
621
+
* <p>
622
+
* The returned string can be inserted into a valid XML 1.0 or XML 1.1 document. If you want to allow more non-text characters in an XML 1.1 document, use
623
+
* {@link #escapeXml11(String)}.
624
+
* </p>
607
625
*
608
-
* @param input the {@link String} to escape, may be null
626
+
* @param input the {@link String} to escape, may be null
609
627
* @return a new escaped {@link String}, {@code null} if null string input
0 commit comments