XML file processing.
More...
XML file processing.
This class encapsulates the code for processing XML files
def data_structures.XML.file_name_set |
( |
|
self, |
|
|
|
file_name |
|
) |
| |
int data_structures.XML.number 0 |
|
static |
This routine will return the line number associated
with {element}.
tuple data_structures.XML.xml_file open(file_name) |
|
static |
This routine will read in *file_name* as an XML file and
return the top-most element. The various tags of the XML
are modified to have an LN attribute that contains the
file line number on which the tag occurs.
The documentation for this class was generated from the following file: