Exemplo n.º 1
0
 public override void SetUp()
 {
     base.SetUp();
     this.parser    = new IiElementParser();
     this.xmlResult = new XmlToModelResult();
     this.context   = ParseContextImpl.Create("II.TOKEN", typeof(Identifier), SpecificationVersion.V02R02, null, null, null, null
                                              , null, false);
 }
Exemplo n.º 2
0
 public EdElementParser(AbstractSingleElementParser <TelecommunicationAddress> telParser, bool isR2)
 {
     // R1
     this.isR2      = isR2;
     this.telParser = telParser;
 }