Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for EscapedEntity (0.05 seconds)

  1. android/guava/src/com/google/common/xml/XmlEscapers.java

       * output.
       *
       * <p>This escaper does not treat surrogate pairs specially and does not perform Unicode
       * validation on its input.
       */
      @SuppressWarnings("EscapedEntity") // We do mean for the user to see &#x9;" etc.
      public static Escaper xmlAttributeEscaper() {
        return XML_ATTRIBUTE_ESCAPER;
      }
      private static final Escaper XML_CONTENT_ESCAPER;
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Sep 11 17:06:34 GMT 2025
    - 6.4K bytes
    - Click Count (0)
Back to Top