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

Public Member Functions

def __init__ (self, target_obj, params, aestate_xml_cls, root, value, XML_KEY, XML_IGNORE_NODES)
 
def apply (self, *args, **kwargs)
 
def parseNode (self, AestateNode texts, node)
 

Public Attributes

 target_obj
 
 params
 
 aestate_xml_cls
 
 root
 
 node
 
 XML_KEY
 
 XML_IGNORE_NODES
 

Detailed Description

抽象节点,所有节点的父类

Definition at line 12 of file nodes.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.xmlhandler.nodes.AbstractNode.__init__ (   self,
  target_obj,
  params,
  aestate_xml_cls,
  root,
  value,
  XML_KEY,
  XML_IGNORE_NODES 
)

Definition at line 17 of file nodes.py.

Member Function Documentation

◆ apply()

def aestate.work.xmlhandler.nodes.AbstractNode.apply (   self,
args,
**  kwargs 
)

◆ parseNode()

def aestate.work.xmlhandler.nodes.AbstractNode.parseNode (   self,
AestateNode  texts,
  node 
)

Definition at line 30 of file nodes.py.

Here is the caller graph for this function:

Member Data Documentation

◆ aestate_xml_cls

aestate.work.xmlhandler.nodes.AbstractNode.aestate_xml_cls

Definition at line 20 of file nodes.py.

◆ node

aestate.work.xmlhandler.nodes.AbstractNode.node

Definition at line 22 of file nodes.py.

◆ params

aestate.work.xmlhandler.nodes.AbstractNode.params

Definition at line 19 of file nodes.py.

◆ root

aestate.work.xmlhandler.nodes.AbstractNode.root

Definition at line 21 of file nodes.py.

◆ target_obj

aestate.work.xmlhandler.nodes.AbstractNode.target_obj

Definition at line 18 of file nodes.py.

◆ XML_IGNORE_NODES

aestate.work.xmlhandler.nodes.AbstractNode.XML_IGNORE_NODES

Definition at line 24 of file nodes.py.

◆ XML_KEY

aestate.work.xmlhandler.nodes.AbstractNode.XML_KEY

Definition at line 23 of file nodes.py.


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