Package xml :: Package dom :: Module expatbuilder :: Class FilterVisibilityController
[hide private]
[frames] | no frames]

Class FilterVisibilityController

object --+
         |
        FilterVisibilityController

Wrapper around a DOMBuilderFilter which implements the checks to make the whatToShow filter attribute work.

Instance Methods [hide private]
 
__init__(self, filter)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
startContainer(self, node)
 
acceptNode(self, node)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _nodetype_mask = {1: 1, 2: 2, 3: 4, 4: 8, 5: 16, 6: 32, 7: 64,...
Properties [hide private]
  filter

Inherited from object: __class__

Method Details [hide private]

__init__(self, filter)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_nodetype_mask

Value:
{1: 1,
 2: 2,
 3: 4,
 4: 8,
 5: 16,
 6: 32,
 7: 64,
 8: 128,
...