Example #1
0
 public static BundleEntry ParseBundleEntryFromXml(string xml, ErrorList errors)
 {
     return(BundleXmlParser.LoadEntry(xml, errors));
 }
Example #2
0
 public static BundleEntry ParseBundleEntry(XmlReader reader, ErrorList errors)
 {
     return(BundleXmlParser.LoadEntry(reader, errors));
 }