This is the DOM2 NodeFilter interface. It contains only constants.
There are no base classes.
There are no implemented interfaces.
FILTER_ACCEPT
(type:
int
)
1
FILTER_REJECT
(type:
int
)
2
FILTER_SKIP
(type:
int
)
3
SHOW_ALL
(type:
long
)
4294967295L
SHOW_ATTRIBUTE
(type:
int
)
2
SHOW_CDATA_SECTION
(type:
int
)
8
SHOW_COMMENT
(type:
int
)
128
SHOW_DOCUMENT
(type:
int
)
256
SHOW_DOCUMENT_FRAGMENT
(type:
int
)
1024
SHOW_DOCUMENT_TYPE
(type:
int
)
512
SHOW_ELEMENT
(type:
int
)
1
SHOW_ENTITY
(type:
int
)
32
SHOW_ENTITY_REFERENCE
(type:
int
)
16
SHOW_NOTATION
(type:
int
)
2048
SHOW_PROCESSING_INSTRUCTION
(type:
int
)
64
SHOW_TEXT
(type:
int
)
4
acceptNode(node)
There are no known subclasses.