Exemplo n.º 1
0
        public static bool _ctor_System_Xml_XmlNamespaceManager_System_Xml_XmlNameTable( )
        {
            //Parameters
            System.Xml.XmlNameTable nameTable = null;


            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.Xml.XmlNamespaceManager.ctor(nameTable);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.Xml.XmlNamespaceManager.ctor(nameTable);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }
        }
        static StackObject *Ctor_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 1);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            System.Xml.XmlNameTable @nameTable = (System.Xml.XmlNameTable) typeof(System.Xml.XmlNameTable).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
            __intp.Free(ptr_of_this_method);


            var result_of_this_method = new System.Xml.XmlNamespaceManager(@nameTable);

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
        public static bool _ctor_System_Xml_XmlParserContext_System_Xml_XmlNameTable_System_Xml_XmlNamespaceManager_System_String_System_Xml_XmlSpace_System_Text_Encoding( )
        {
            //Parameters
            System.Xml.XmlNameTable        nt    = null;
            System.Xml.XmlNamespaceManager nsMgr = null;
            System.String        xmlLang         = null;
            System.Xml.XmlSpace  xmlSpace        = null;
            System.Text.Encoding enc             = null;


            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.Xml.XmlParserContext.ctor(nt, nsMgr, xmlLang, xmlSpace, enc);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.Xml.XmlParserContext.ctor(nt, nsMgr, xmlLang, xmlSpace, enc);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }
        }
Exemplo n.º 4
0
        public static bool _ctor_System_Xml_XmlTextReader_System_String_System_IO_TextReader_System_Xml_XmlNameTable( )
        {
            //Parameters
            System.String           url   = null;
            System.IO.TextReader    input = null;
            System.Xml.XmlNameTable nt    = null;


            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.Xml.XmlTextReader.ctor(url, input, nt);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.Xml.XmlTextReader.ctor(url, input, nt);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }
        }
Exemplo n.º 5
0
 public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc)
 {
 }
Exemplo n.º 6
0
 public XmlParserContext(System.Xml.XmlNameTable nt, System.Xml.XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, System.Xml.XmlSpace xmlSpace, System.Text.Encoding enc)
 {
 }
Exemplo n.º 7
0
 public XmlNamespaceManager(System.Xml.XmlNameTable nameTable)
 {
 }
Exemplo n.º 8
0
 public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable) => throw null;
 // Constructors
 public XmlSchemaValidator(System.Xml.XmlNameTable nameTable, XmlSchemaSet schemas, System.Xml.IXmlNamespaceResolver namespaceResolver, XmlSchemaValidationFlags validationFlags)
 {
 }
 public XmlImplementation(System.Xml.XmlNameTable nt)
 {
 }
 public XmlDocument(System.Xml.XmlNameTable nt)
 {
 }
Exemplo n.º 12
0
 public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable)
 {
     return(default(System.Xml.XPath.XPathNavigator));
 }
Exemplo n.º 13
0
 public XmlSchemaSet(System.Xml.XmlNameTable nameTable)
 {
 }
Exemplo n.º 14
0
 // Methods
 public abstract virtual object ParseValue(string s, System.Xml.XmlNameTable nameTable, System.Xml.IXmlNamespaceResolver nsmgr)
 {
 }
 public XmlSchemaCollection(System.Xml.XmlNameTable nametable)
 {
 }