Package pyxb :: Package utils :: Module saxdom :: Class Attr
[hide private]
[frames] | no frames]

Class Attr

source code

           xml.dom.Node --+    
                          |    
         object --+       |    
                  |       |    
            cscRoot --+   |    
                      |   |    
utility.Locatable_mixin --+    
                          |    
                       Node --+
                              |
                             Attr

Add the nodeName and nodeValue interface.

Instance Methods [hide private]
 
__init__(self, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Node: appendChild, getAttributeNS, getAttributeNodeNS, hasAttributeNS

Inherited from Node (private): _indexInParent, _setAttributes, _setParentNode

Inherited from utility.Locatable_mixin (private): _location, _setLocation

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

Class Variables [hide private]

Inherited from xml.dom.Node: ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE

Properties [hide private]
  nodeName
  nodeValue

Inherited from Node: attributes, childNodes, expanded_name, firstChild, localName, location, name, namespaceURI, nextSibling, nodeType, parentNode, value

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

nodeName

Get Method:
unreachable.name(self)

nodeValue

Get Method:
unreachable(_s)