Table of Contents

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

This is an acquisition-like wrapper that provides parent access for DOM sans circular references!

Base Classes   
ParentNode
Methods   
__getattr__
__init__
_getDOMIndex
_get_DOMIndex
_get_NextSibling
_get_OwnerDocument
_get_ParentNode
_get_PreviousSibling
getNextSibling
getOwnerDocument
getParentNode
getPreviousSibling
  __getattr__ 
__getattr__ ( self,  name )

  __init__ 
__init__ (
        self,
        aq_self,
        aq_parent,
        )

  _getDOMIndex 
_getDOMIndex (
        self,
        children,
        getattr=getattr,
        )

  _get_DOMIndex 
_get_DOMIndex (
        self,
        children,
        getattr=getattr,
        )

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

  _get_OwnerDocument 
_get_OwnerDocument ( self )

  _get_ParentNode 
_get_ParentNode ( self )

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

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

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

  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.


Table of Contents

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