HappyDoc Generated Documentation Class: Attr

HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / STDOM.py / Attr 

Attr interface - The Attr interface represents an attriubte in an Element object. Attr objects inherit the Node Interface

Base Classes   

Attr
  Node
    ParentNode

Methods   
  _get_NodeName 
_get_NodeName ( self )
  _get_NodeType 
_get_NodeType ( self )
  getSpecified 
getSpecified ( self )

If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.

  _get_Name 
_get_Name ( self )
  _get_NodeValue 
_get_NodeValue ( self )
  getName 
getName ( self )

Returns the name of this attribute.

  getNodeType 
getNodeType ( self )

A code representing the type of the node.

  getNodeValue 
getNodeValue ( self )

The value of this node, depending on its type

  _get_Specified 
_get_Specified ( self )
  getNodeName 
getNodeName ( self )

The name of this node, depending on its type

  __init__ 
__init__ (
        self,
        name,
        value,
        specified=1,
        )

This document was automatically generated Tue Dec 5 08:31:13 2006 by HappyDoc version 3.1