Configurator
Public Member Functions | Static Public Member Functions | List of all members
data_structures.XML Class Reference

XML file processing. More...

Public Member Functions

def __init__
 
def file_name_set
 
def read
 

Static Public Member Functions

def line_number
 

Detailed Description

XML file processing.

This class encapsulates the code for processing XML files

Member Function Documentation

def data_structures.XML.file_name_set (   self,
  file_name 
)
XML: Initialize *self*. 

Member Data Documentation

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: