public interface NodeFilter
| Modifier and Type | Field and Description |
|---|---|
static short |
FILTER_ACCEPT |
static short |
FILTER_REJECT |
static short |
FILTER_SKIP |
static int |
SHOW_ALL |
static int |
SHOW_ATTRIBUTE |
static int |
SHOW_CDATA_SECTION |
static int |
SHOW_COMMENT |
static int |
SHOW_DOCUMENT |
static int |
SHOW_DOCUMENT_FRAGMENT |
static int |
SHOW_DOCUMENT_TYPE |
static int |
SHOW_ELEMENT |
static int |
SHOW_ENTITY |
static int |
SHOW_ENTITY_REFERENCE |
static int |
SHOW_NOTATION |
static int |
SHOW_PROCESSING_INSTRUCTION |
static int |
SHOW_TEXT |
| Modifier and Type | Method and Description |
|---|---|
short |
acceptNode(Node n) |
static final short FILTER_ACCEPT
static final short FILTER_REJECT
static final short FILTER_SKIP
static final int SHOW_ALL
static final int SHOW_ELEMENT
static final int SHOW_ATTRIBUTE
static final int SHOW_TEXT
static final int SHOW_CDATA_SECTION
static final int SHOW_ENTITY_REFERENCE
static final int SHOW_ENTITY
static final int SHOW_PROCESSING_INSTRUCTION
static final int SHOW_COMMENT
static final int SHOW_DOCUMENT
static final int SHOW_DOCUMENT_TYPE
static final int SHOW_DOCUMENT_FRAGMENT
static final int SHOW_NOTATION
short acceptNode(Node n)
Copyright © 2016. All Rights Reserved.