nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NodeFilter Interface Reference

import <dom.idl;

Public Member Functions

unsigned short acceptNode (Node node)
 

Public Attributes

const unsigned short FILTER_ACCEPT = 1
 
const unsigned short FILTER_REJECT = 2
 
const unsigned short FILTER_SKIP = 3
 
const unsigned long SHOW_ALL = 0xFFFFFFFF
 
const unsigned long SHOW_ELEMENT = 0x1
 
const unsigned long SHOW_ATTRIBUTE = 0x2
 
const unsigned long SHOW_TEXT = 0x4
 
const unsigned long SHOW_CDATA_SECTION = 0x8
 
const unsigned long SHOW_ENTITY_REFERENCE = 0x10
 
const unsigned long SHOW_ENTITY = 0x20
 
const unsigned long SHOW_PROCESSING_INSTRUCTION = 0x40
 
const unsigned long SHOW_COMMENT = 0x80
 
const unsigned long SHOW_DOCUMENT = 0x100
 
const unsigned long SHOW_DOCUMENT_TYPE = 0x200
 
const unsigned long SHOW_DOCUMENT_FRAGMENT = 0x400
 
const unsigned long SHOW_NOTATION = 0x800
 

Detailed Description

Definition at line 440 of file dom.idl.

Member Function Documentation

◆ acceptNode()

unsigned short NodeFilter::acceptNode ( Node  node)

Member Data Documentation

◆ FILTER_ACCEPT

const unsigned short NodeFilter::FILTER_ACCEPT = 1

Definition at line 442 of file dom.idl.

◆ FILTER_REJECT

const unsigned short NodeFilter::FILTER_REJECT = 2

Definition at line 443 of file dom.idl.

◆ FILTER_SKIP

const unsigned short NodeFilter::FILTER_SKIP = 3

Definition at line 444 of file dom.idl.

◆ SHOW_ALL

const unsigned long NodeFilter::SHOW_ALL = 0xFFFFFFFF

Definition at line 447 of file dom.idl.

◆ SHOW_ATTRIBUTE

const unsigned long NodeFilter::SHOW_ATTRIBUTE = 0x2

Definition at line 449 of file dom.idl.

◆ SHOW_CDATA_SECTION

const unsigned long NodeFilter::SHOW_CDATA_SECTION = 0x8

Definition at line 451 of file dom.idl.

◆ SHOW_COMMENT

const unsigned long NodeFilter::SHOW_COMMENT = 0x80

Definition at line 455 of file dom.idl.

◆ SHOW_DOCUMENT

const unsigned long NodeFilter::SHOW_DOCUMENT = 0x100

Definition at line 456 of file dom.idl.

◆ SHOW_DOCUMENT_FRAGMENT

const unsigned long NodeFilter::SHOW_DOCUMENT_FRAGMENT = 0x400

Definition at line 458 of file dom.idl.

◆ SHOW_DOCUMENT_TYPE

const unsigned long NodeFilter::SHOW_DOCUMENT_TYPE = 0x200

Definition at line 457 of file dom.idl.

◆ SHOW_ELEMENT

const unsigned long NodeFilter::SHOW_ELEMENT = 0x1

Definition at line 448 of file dom.idl.

◆ SHOW_ENTITY

const unsigned long NodeFilter::SHOW_ENTITY = 0x20

Definition at line 453 of file dom.idl.

◆ SHOW_ENTITY_REFERENCE

const unsigned long NodeFilter::SHOW_ENTITY_REFERENCE = 0x10

Definition at line 452 of file dom.idl.

◆ SHOW_NOTATION

const unsigned long NodeFilter::SHOW_NOTATION = 0x800

Definition at line 459 of file dom.idl.

◆ SHOW_PROCESSING_INSTRUCTION

const unsigned long NodeFilter::SHOW_PROCESSING_INSTRUCTION = 0x40

Definition at line 454 of file dom.idl.

◆ SHOW_TEXT

const unsigned long NodeFilter::SHOW_TEXT = 0x4

Definition at line 450 of file dom.idl.


The documentation for this interface was generated from the following file: