## @file
# This file is used to parse exception items found by ECC tool
#
# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
# Import Modules
#
from Xml.XmlRoutines import *
# ExceptionXml to parse Exception Node of XML file
# ExceptionListXml to parse Exception Node List of XML file
Exp = ExceptionXml()
RtnList = []
#RtnList.append((Item.ErrorID, Item.KeyWord, Item.FilePath))
return RtnList
RtnStr = ''
return RtnStr
# A class to check exception
self.ExceptionList = []
return True
else:
return False
##
#
# This acts like the main() function for the script, unless it is 'import'ed into another
# script.
#
if __name__ == '__main__':
print El.ExceptionList