Aestate
Public Member Functions | Public Attributes | List of all members
aestate.work.xmlhandler.base.TextNode Class Reference
Collaboration diagram for aestate.work.xmlhandler.base.TextNode:
Collaboration graph

Public Member Functions

def __init__ (self, root, node, index)
 
def text (self)
 
def __str__ (self)
 

Public Attributes

 root
 
 node
 
 index
 
 childNodes
 
 attributes
 

Detailed Description

Definition at line 12 of file base.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.xmlhandler.base.TextNode.__init__ (   self,
  root,
  node,
  index 
)

Definition at line 13 of file base.py.

Member Function Documentation

◆ __str__()

def aestate.work.xmlhandler.base.TextNode.__str__ (   self)

Definition at line 24 of file base.py.

◆ text()

def aestate.work.xmlhandler.base.TextNode.text (   self)

Definition at line 21 of file base.py.

Here is the caller graph for this function:

Member Data Documentation

◆ attributes

aestate.work.xmlhandler.base.TextNode.attributes

Definition at line 18 of file base.py.

◆ childNodes

aestate.work.xmlhandler.base.TextNode.childNodes

Definition at line 17 of file base.py.

◆ index

aestate.work.xmlhandler.base.TextNode.index

Definition at line 16 of file base.py.

◆ node

aestate.work.xmlhandler.base.TextNode.node

Definition at line 15 of file base.py.

◆ root

aestate.work.xmlhandler.base.TextNode.root

Definition at line 14 of file base.py.


The documentation for this class was generated from the following file: