HomeSort by relevance Sort by last modified time
    Searched refs:publicIds (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
73 java.util.List publicIds = new java.util.ArrayList();
74 publicIds.add("1234");
75 publicIds.add("test");
83 for (int indexN1005D = 0; indexN1005D < publicIds.size(); indexN1005D++) {
84 publicId = (String) publicIds.get(indexN1005D);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 38 * and different publicIds and systemIds. Check if the the DocumentType node was
83 List<String> publicIds = new ArrayList<String>();
84 publicIds.add("1234");
85 publicIds.add("test");
93 for (int indexN1005D = 0; indexN1005D < publicIds.size(); indexN1005D++) {
94 publicId = (String) publicIds.get(indexN1005D);

Completed in 690 milliseconds