public static EFMLDocument Load(string efml) { var r = new EFMLDocument(); if (efml.StartsWith("???")) { efml = efml.Remove(0, 3); } r.doc.Load(new StringReader(efml)); return(r); }
public virtual void Process(List <ElementBase> Tree, EFMLDocument m) { }