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

type 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) source code
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.
Method Details [hide private]

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

source code 
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