internal static global::WXML.Model.WXMLModel LoadXmlDocument(global::System.Xml.XmlDocument document, bool skipValidation)
 {
     object[] args = new object[] {
         document,
         skipValidation
     };
     global::WXML.Model.WXMLModel ret = ((global::WXML.Model.WXMLModel)(m_privateType.InvokeStatic("LoadXmlDocument", new System.Type[] {
         typeof(global::System.Xml.XmlDocument),
         typeof(bool)
     }, args)));
     return(ret);
 }
 internal static global::WXML.Model.WXMLModel Parse(global::System.Xml.XmlReader reader, global::System.Xml.XmlResolver xmlResolver)
 {
     object[] args = new object[] {
         reader,
         xmlResolver
     };
     global::WXML.Model.WXMLModel ret = ((global::WXML.Model.WXMLModel)(m_privateType.InvokeStatic("Parse", new System.Type[] {
         typeof(global::System.Xml.XmlReader),
         typeof(global::System.Xml.XmlResolver)
     }, args)));
     return(ret);
 }