Home
last modified time | relevance | path

Searched refs:xmlAttributeEscaper (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/xml/
DXmlEscapersTest.java45 CharEscaper xmlAttributeEscaper = (CharEscaper) XmlEscapers.xmlAttributeEscaper(); in testXmlAttributeEscaper() local
46 assertBasicXmlEscaper(xmlAttributeEscaper, true, true); in testXmlAttributeEscaper()
48 assertEquals(""test"", xmlAttributeEscaper.escape("\"test\"")); in testXmlAttributeEscaper()
49 assertEquals("'test'", xmlAttributeEscaper.escape("\'test'")); in testXmlAttributeEscaper()
52 xmlAttributeEscaper.escape("a\"b<c>d&e\"f'")); in testXmlAttributeEscaper()
54 assertEquals("a&#x9;b&#xA;c&#xD;d", xmlAttributeEscaper.escape("a\tb\nc\rd")); in testXmlAttributeEscaper()
/external/guava/guava/src/com/google/common/xml/
DXmlEscapers.java112 public static Escaper xmlAttributeEscaper() { in xmlAttributeEscaper() method in XmlEscapers
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...