Searched defs:FILTER_SKIP (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSParserFilter.java91 public static final short FILTER_SKIP = 3; field in interface:LSParserFilter
127 * <li> <code>FILTER_SKIP</code> if the
171 * <li> <code>FILTER_SKIP</code> if the
/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DNodeFilter.java77 * synonym for <code>FILTER_SKIP</code>.
87 public static final short FILTER_SKIP = 3; field in interface:NodeFilter
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java64 * Reject the node. Same behavior as FILTER_SKIP. (In the DOM these
73 public static final short FILTER_SKIP = 3; field in interface:DTMIterator

Completed in 31 milliseconds