Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EscapedEntity (0.39 sec)

  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_ESCAPER;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jun 20 17:15:33 UTC 2025
    - 6.5K bytes
    - Viewed (0)
Back to top