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

Public Member Functions

def __init__ (self, root, node, None params)
 
def text (self, target_obj)
 

Static Public Member Functions

def read_file (filename)
 

Public Attributes

 root
 
 node
 
 params
 
 children
 
 tags
 
 attrs
 
 resultType
 

Detailed Description

xml对象

Definition at line 20 of file utils.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.xmlhandler.utils.AestateXml.__init__ (   self,
  root,
  node,
None  params 
)

Definition at line 25 of file utils.py.

Member Function Documentation

◆ read_file()

def aestate.work.xmlhandler.utils.AestateXml.read_file (   filename)
static
读取xml文件

Definition at line 49 of file utils.py.

◆ text()

def aestate.work.xmlhandler.utils.AestateXml.text (   self,
  target_obj 
)

Definition at line 34 of file utils.py.

Member Data Documentation

◆ attrs

aestate.work.xmlhandler.utils.AestateXml.attrs

Definition at line 31 of file utils.py.

◆ children

aestate.work.xmlhandler.utils.AestateXml.children

Definition at line 29 of file utils.py.

◆ node

aestate.work.xmlhandler.utils.AestateXml.node

Definition at line 27 of file utils.py.

◆ params

aestate.work.xmlhandler.utils.AestateXml.params

Definition at line 28 of file utils.py.

◆ resultType

aestate.work.xmlhandler.utils.AestateXml.resultType

Definition at line 32 of file utils.py.

◆ root

aestate.work.xmlhandler.utils.AestateXml.root

Definition at line 26 of file utils.py.

◆ tags

aestate.work.xmlhandler.utils.AestateXml.tags

Definition at line 30 of file utils.py.


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