Package pyxb :: Package utils :: Module saxutils :: Class SAXInformationItem
[hide private]
[frames] | no frames]

Class SAXInformationItem

source code

object --+
         |
        SAXInformationItem

Class used to capture an item discovered in the body of an element.

Instance Methods [hide private]
 
__init__(self, location, item, maybe_element, element_decl=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

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

Class Variables [hide private]
  location = None
Where the item began in the document.
  item = None
The item.
  maybe_element = None
False iff the item is character information as opposed to element content.
  element_decl = None
A reference to the ElementDeclaration used for the item.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, location, item, maybe_element, element_decl=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

item

The item. Generally either character information (as text) or a DOM Node instance or a binding instance.

Value:
None

element_decl

A reference to the ElementDeclaration used for the item. This will be None for element content that does not have an enclosing CTD scope.

Value:
None