Package xml :: Package dom :: Module minidom :: Class Attr
[hide private]
[frames] | no frames]

Class Attr

Node --+    
       |    
    Node --+
           |
          Attr

Instance Methods [hide private]
 
__init__(self, qName, namespaceURI=None, localName=None, prefix=None)
 
_get_localName(self)
 
_get_name(self)
 
_get_specified(self)
 
__setattr__(self, name, value)
 
_set_prefix(self, prefix)
 
_set_value(self, value)
 
unlink(self)
 
_get_isId(self)
 
_get_schemaType(self)

Inherited from Node: __nonzero__, appendChild, cloneNode, getInterface, getUserData, hasChildNodes, insertBefore, isSameNode, isSupported, normalize, removeChild, replaceChild, setUserData, toprettyxml, toxml

Class Variables [hide private]
  nodeType = 2
  attributes = None
  ownerElement = None
  specified = False
  _is_id = False
  _child_node_types = (3, 5)

Inherited from Node: namespaceURI, nextSibling, ownerDocument, parentNode, prefix, previousSibling

Inherited from 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]
  isId
True if this attribute is an ID.
  localName
Namespace-local name of this attribute.
  schemaType
Schema type for this attribute.

Inherited from Node: firstChild, lastChild

Method Details [hide private]

_get_localName(self)

 
Overrides: Node._get_localName

unlink(self)

 
Overrides: Node.unlink

Property Details [hide private]

isId

True if this attribute is an ID.

Get Method:
_get_isId(self)
Set Method:
unreachable.set(self, value, name='isId')

localName

Namespace-local name of this attribute.

Get Method:
_get_localName(self)
Set Method:
unreachable.set(self, value, name='localName')

schemaType

Schema type for this attribute.

Get Method:
_get_schemaType(self)
Set Method:
unreachable.set(self, value, name='schemaType')