Ejemplo n.º 1
0
 public static Bundle ParseBundle(XmlReader reader)
 {
     return(BundleXmlParser.Load(reader));
 }
Ejemplo n.º 2
0
 public static BundleEntry ParseBundleEntry(XmlReader reader)
 {
     return(BundleXmlParser.LoadEntry(reader));
 }