HomeSort by relevance Sort by last modified time
    Searched refs:attrOf (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 41 assertEquals("hello & world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &amp; world\" />"))));
48 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]&gt; world\" />"))));
49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]> world\" />"))));
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 51 public static String attrOf(Element e) throws Exception {

Completed in 66 milliseconds