Home | History | Annotate | Download | only in ext

Lines Matching full:uri

45         multi.addAttribute("http://some.uri", "foo", "ns1:foo",
47 multi.addAttribute("http://some.uri", "bar", "ns1:bar",
49 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer",
51 multi.addAttribute("http://yet.another.uri", "gabba", "ns3:gabba",
66 cdata.addAttribute("http://yet.another.uri", "hey", "ns3:hey",
136 attrs.addAttribute("http://yet.another.uri", "doe", "john:doe",
141 assertEquals("http://yet.another.uri", attrs.getURI(0));
151 attrs.addAttribute("http://yet.another.uri", "doe", "jane:doe",
156 assertEquals("http://yet.another.uri", attrs.getURI(1));
305 assertEquals(false, multi.isDeclared("http://some.uri", "foo"));
306 assertEquals(true, multi.isDeclared("http://some.uri", "bar"));
369 assertEquals(false, multi.isSpecified("http://some.uri", "bar"));
370 assertEquals(true, multi.isSpecified("http://some.other.uri", "answer"));