Home | Trees | Indices | Help |
|
---|
|
object --+ | SAXInformationItem
Class used to capture an item discovered in the body of an element.
|
|||
|
|||
Inherited from |
|
|||
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. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
itemThe item. Generally either character information (as text) or a DOM Node instance or a binding instance.
|
element_declA reference to the ElementDeclaration used for the item. This will be
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:55 2013 | http://epydoc.sourceforge.net |