HappyDoc Generated Documentation Class: Node

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

Node Interface

Base Classes   

Node
  ParentNode

Methods   
  _get_NodeName 
_get_NodeName ( self )
  __of__ 
__of__ ( self,  parent )

Get a DOM wrapper with a parent link

  _get_OwnerDocument 
_get_OwnerDocument ( self )
  _get_PreviousSibling 
_get_PreviousSibling ( self )
  _get_NodeValue 
_get_NodeValue ( self )
  _has_ChildNodes 
_has_ChildNodes ( self )
  _get_ParentNode 
_get_ParentNode ( self )
  getChildren 
getChildren ( self )

Get a Python sequence of children

  getParentNode 
getParentNode ( self )

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

  getNextSibling 
getNextSibling (
        self,
        type=type,
        sts=StringTypes,
        )

The node immediately preceding this node. If there is no such node, this returns None.

  getNodeName 
getNodeName ( self )

The name of this node, depending on its type

  getAttributes 
getAttributes ( self )

Returns a NamedNodeMap containing the attributes of this node (if it is an element) or None otherwise.

  hasChildNodes 
hasChildNodes ( self )

Returns true if the node has any children, false if it doesn't.

  getPreviousSibling 
getPreviousSibling (
        self,
        type=type,
        sts=StringTypes,
        getattr=getattr,
        )

The node immediately preceding this node. If there is no such node, this returns None.

  _get_NextSibling 
_get_NextSibling ( self )
  _get_Children 
_get_Children ( self )
  getOwnerDocument 
getOwnerDocument ( self )

The Document object associated with this node, if any.

  getNodeValue 
getNodeValue ( self )

The value of this node, depending on its type

  _get_Attributes 
_get_Attributes ( self )

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