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

Public Member Functions

def __init__ (self, root, node)
 
None add (self, node, index)
 
def text (self)
 
str __str__ (self)
 

Public Attributes

 root
 
 node
 
 mark
 

Detailed Description

Definition at line 28 of file base.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 29 of file base.py.

Member Function Documentation

◆ __str__()

str aestate.work.xmlhandler.base.AestateNode.__str__ (   self)

Definition at line 50 of file base.py.

Here is the call graph for this function:

◆ add()

None aestate.work.xmlhandler.base.AestateNode.add (   self,
  node,
  index 
)

Definition at line 36 of file base.py.

Here is the call graph for this function:

◆ text()

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

Definition at line 40 of file base.py.

Here is the caller graph for this function:

Member Data Documentation

◆ mark

aestate.work.xmlhandler.base.AestateNode.mark

Definition at line 34 of file base.py.

◆ node

aestate.work.xmlhandler.base.AestateNode.node

Definition at line 32 of file base.py.

◆ root

aestate.work.xmlhandler.base.AestateNode.root

Definition at line 31 of file base.py.


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