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

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationcreatedocumenttype01.java 38 * publicIds and systemIds. Check if the the DocumentType node was created with its
77 java.util.List systemIds = new java.util.ArrayList();
78 systemIds.add("");
79 systemIds.add("test");
85 for (int indexN10061 = 0; indexN10061 < systemIds.size(); indexN10061++) {
86 systemId = (String) systemIds.get(indexN10061);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 38 * and different publicIds and systemIds. Check if the the DocumentType node was
87 List<String> systemIds = new ArrayList<String>();
88 systemIds.add("");
89 systemIds.add("test");
95 for (int indexN10061 = 0; indexN10061 < systemIds.size(); indexN10061++) {
96 systemId = (String) systemIds.get(indexN10061);

Completed in 1512 milliseconds