HomeSort by relevance Sort by last modified time
    Searched full:domtest (Results 1 - 12 of 12) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java 40 Object domtest; local
42 domtest = testConstructor.newInstance(new Object[] { factory });
47 if(domtest instanceof DOMTestCase) {
48 TestCase test = new JUnitTestCaseAdapter((DOMTestCase) domtest);
52 if(domtest instanceof DOMTestSuite) {
53 TestSuite test = new JUnitTestSuiteAdapter((DOMTestSuite) domtest);
DOMTestSuite.java 31 * (that is any collection of DOMTest's)
36 extends DOMTest {
DOMTest.java 29 public abstract class DOMTest /* wBM: implements EventListener */ {
40 public DOMTest(DOMTestDocumentBuilderFactory factory) {
52 public DOMTest() {
DOMTestCase.java 29 extends DOMTest {
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributens08.java 39 * http://www.w3.org/DOMTest/level2 and a qualifiedName that has the prefix xmlns and once
72 element = doc.createElementNS("http://www.w3.org/DOMTest/level2", "dom:elem");
77 element.setAttributeNS("http://www.w3.org/DOMTest/level2", "xmlns", "test");
87 element.setAttributeNS("http://www.w3.org/DOMTest/level2", "xmlns:root", "test");
domimplementationcreatedocument03.java 51 * createDocument ("http://www.w3.org/DOMTest/L2",see the array below for valid QNames,null).
90 String namespaceURI = "http://www.w3.org/DOMTest/L2";
domimplementationcreatedocument07.java 81 String namespaceURI = "http://www.w3.org/DOMTest/level2";
  /libcore/expectations/
icebox.txt 18 name: "libcore.xml.DomTest#testEntityDeclarations",
24 name: "libcore.xml.DomTest#testGetWholeTextWithEntityReference",
29 name: "libcore.xml.DomTest#testExpandingEntityReferencesOff",
35 name: "libcore.xml.DomTest#testExpandingEntityReferencesOn",
42 name: "libcore.xml.DomTest#testIsElementContentWhitespaceWithDeclaration",
48 name: "libcore.xml.DomTest#testNotations",
129 name: "libcore.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault",
135 name: "libcore.xml.DomTest#testDocumentAddChild",
141 name: "libcore.xml.DomTest#testElementTraversalFeature",
147 name: "libcore.xml.DomTest#testLoadSaveFeature"
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocument.java 18 * ("http://www.w3.org/DOMTest/L2",see the array below for valid QNames,null).
61 String namespaceURI = "http://www.w3.org/DOMTest/L2";
131 String namespaceURI = "http://www.w3.org/DOMTest/level2";
ElementSetAttributeNS.java 172 element = doc.createElementNS("http://www.w3.org/DOMTest/level2",
178 element.setAttributeNS("http://www.w3.org/DOMTest/level2",
189 element.setAttributeNS("http://www.w3.org/DOMTest/level2",
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 72 public class DomTest extends TestCase {
603 DomTest copy = new DomTest();
622 DomTest copy = new DomTest();
    [all...]
  /prebuilt/common/groovy/
groovy-src-1.7.0.zip 

Completed in 572 milliseconds