HomeSort by relevance Sort by last modified time
    Searched defs:FILTER_SKIP (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 62 public static final short FILTER_SKIP = 3;
98 * <li> <code>FILTER_SKIP</code> if the
142 * <li> <code>FILTER_SKIP</code> if the
  /external/webkit/WebCore/dom/
NodeFilter.h 43 FILTER_SKIP = 3
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeFilter.java 50 * synonym for <code>FILTER_SKIP</code>.
60 public static final short FILTER_SKIP = 3;
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMIterator.java 62 * Reject the node. Same behavior as FILTER_SKIP. (In the DOM these
71 public static final short FILTER_SKIP = 3;
  /prebuilt/sdk/8/
android.jar 

Completed in 46 milliseconds