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

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodegetprefix03.java 78 String attrNoPrefix;
87 attrNoPrefix = attr.getPrefix();
91 assertNull("nodegetprefix03_3", attrNoPrefix);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeGetPrefix.java 78 String attrNoPrefix;
87 attrNoPrefix = attr.getPrefix();
91 assertNull("nodegetprefix03_3", attrNoPrefix);

Completed in 64 milliseconds