Sub Parser1_StartElement (Uri As String, Name As String, Attributes As Attributes)
CodeMocule1.StartElement(Name, Attributes)
End Sub
Sub Parser1_EndElement (Uri As String, Name As String, Text As StringBuilder)
CodeModule1.EndElement(Name, Text)
End Sub
Sub Parser2_StartElement (Uri As String, Name As String, Attributes As Attributes)
CodeMocule2.StartElement(Name, Attributes)
End Sub
Sub Parser2_EndElement (Uri As String, Name As String, Text As StringBuilder)
CodeModule21.EndElement(Name, Text)
End Sub
Sub Parser3_StartElement (Uri As String, Name As String, Attributes As Attributes)
CodeMocule3.StartElement(Name, Attributes)
End Sub
Sub Parser3_EndElement (Uri As String, Name As String, Text As StringBuilder)
CodeModule3.EndElement(Name, Text)
End Sub