Table of Contents

Class: Node ../HappyDoc-r2_1/happydoclib/docstring/StructuredText/STDOM.py

Node Interface

Base Classes   
ParentNode
Methods   
__of__
_get_Attributes
_get_Children
_get_NextSibling
_get_NodeName
_get_NodeValue
_get_OwnerDocument
_get_ParentNode
_get_PreviousSibling
_has_ChildNodes
getAttributes
getChildren
getNextSibling
getNodeName
getNodeValue
getOwnerDocument
getParentNode
getPreviousSibling
hasChildNodes
  __of__ 
__of__ ( self,  parent )

Get a DOM wrapper with a parent link

  _get_Attributes 
_get_Attributes ( self )

  _get_Children 
_get_Children ( self )

  _get_NextSibling 
_get_NextSibling (
        self,
        type=type,
        st=type( '' ),
        )

  _get_NodeName 
_get_NodeName ( self )

  _get_NodeValue 
_get_NodeValue ( self )

  _get_OwnerDocument 
_get_OwnerDocument ( self )

  _get_ParentNode 
_get_ParentNode ( self )

  _get_PreviousSibling 
_get_PreviousSibling (
        self,
        type=type,
        st=type( '' ),
        getattr=getattr,
        None=None,
        )

  _has_ChildNodes 
_has_ChildNodes ( self )

  getAttributes 
getAttributes ( self )

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

  getChildren 
getChildren ( self )

Get a Python sequence of children

  getNextSibling 
getNextSibling (
        self,
        type=type,
        st=type( '' ),
        )

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

  getNodeValue 
getNodeValue ( self )

The value of this node, depending on its type

  getOwnerDocument 
getOwnerDocument ( self )

The Document object associated with this node, if any.

  getParentNode 
getParentNode ( self )

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

  getPreviousSibling 
getPreviousSibling (
        self,
        type=type,
        st=type( '' ),
        getattr=getattr,
        None=None,
        )

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

  hasChildNodes 
hasChildNodes ( self )

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


Table of Contents

This document was automatically generated on Sat Aug 24 16:57:29 2002 by HappyDoc version 2.1