HappyDoc Generated Documentation Class: Element

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

Element interface

Base Classes   

Element
  Node
    ParentNode

Methods   
  _get_NodeName 
_get_NodeName ( self )
  _get_NodeType 
_get_NodeType ( self )
  _get_ParentNode 
_get_ParentNode ( self )
  _get_ElementsByTagName 
_get_ElementsByTagName ( self,  tagname )
  getAttribute 
getAttribute ( self,  name )

Retrieves an attribute value by name.

  getElementsByTagName 
getElementsByTagName ( self,  tagname )

Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree. Parameter: tagname The name of the tag to match (* = all tags). Return Value: A new NodeList object containing all the matched Elements.

  getNodeType 
getNodeType ( self )

A code representing the type of the node.

  getParentNode 
getParentNode ( self )

The parent of this node. All nodes except Document DocumentFragment and Attr may have a parent

  _get_Attribute 
_get_Attribute ( self,  name )
  getNodeValue 
getNodeValue ( self )
  getAttributeNode 
getAttributeNode ( self,  name )

Retrieves an Attr node by name or None if there is no such attribute.

  getNodeName 
getNodeName ( self )

The name of this node, depending on its type

  getAttributes 
getAttributes ( self )
  _get_AttributeNode 
_get_AttributeNode ( self,  name )
  _get_NodeValue 
_get_NodeValue ( self )
  getTagName 
getTagName ( self )

The name of the element

  _get_Attributes 
_get_Attributes ( self )
  _get_TagName 
_get_TagName ( self )

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