Version: 9.12.0
launchConfigureParser.xml_parser Class Reference

Public Member Functions

def __init__ (self, fileName, _opts, _importHistory)
 
def boolValue (self, item)
 
def intValue (self, item)
 
def strValue (self, item)
 
def startElement (self, name, attrs)
 
def endElement (self, name)
 
def characters (self, content)
 
def processingInstruction (self, target, data)
 
def setDocumentLocator (self, locator)
 
def startDocument (self)
 
def endDocument (self)
 
def importFile (self, fname)
 

Data Fields

 fileName
 
 importHistory
 
 space
 
 opts
 
 section
 
 current
 
 read
 

Constructor & Destructor Documentation

◆ __init__()

def launchConfigureParser.xml_parser.__init__ (   self,
  fileName,
  _opts,
  _importHistory 
)

Member Function Documentation

◆ boolValue()

def launchConfigureParser.xml_parser.boolValue (   self,
  item 
)

◆ characters()

def launchConfigureParser.xml_parser.characters (   self,
  content 
)

◆ endDocument()

def launchConfigureParser.xml_parser.endDocument (   self)

◆ endElement()

◆ importFile()

◆ intValue()

def launchConfigureParser.xml_parser.intValue (   self,
  item 
)

◆ processingInstruction()

def launchConfigureParser.xml_parser.processingInstruction (   self,
  target,
  data 
)

◆ setDocumentLocator()

def launchConfigureParser.xml_parser.setDocumentLocator (   self,
  locator 
)

◆ startDocument()

def launchConfigureParser.xml_parser.startDocument (   self)

◆ startElement()

def launchConfigureParser.xml_parser.startElement (   self,
  name,
  attrs 
)

◆ strValue()

def launchConfigureParser.xml_parser.strValue (   self,
  item 
)

Field Documentation

◆ current

launchConfigureParser.xml_parser.current

◆ fileName

launchConfigureParser.xml_parser.fileName

◆ importHistory

launchConfigureParser.xml_parser.importHistory

◆ opts

launchConfigureParser.xml_parser.opts

◆ read

launchConfigureParser.xml_parser.read

◆ section

launchConfigureParser.xml_parser.section

◆ space