public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable)
 {
     throw null;
 }
예제 #2
0
 public bool IsAfter(System.Xml.Linq.XNode node)
 {
     return(default(bool));
 }
예제 #3
0
 public bool IsBefore(System.Xml.Linq.XNode node)
 {
     return(default(bool));
 }
예제 #4
0
 public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)
 {
     return(default(int));
 }
예제 #5
0
 public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)
 {
     return(default(bool));
 }
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> XPathSelectElements(this System.Xml.Linq.XNode node, string expression) => throw null;
 public static System.Xml.XPath.IXPathNavigable ToXPathNavigable(this System.Xml.Linq.XNode node)
 {
     throw null;
 }
 public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression)
 {
     throw null;
 }
 public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)
 {
     throw null;
 }
예제 #10
0
 public bool IsAfter(System.Xml.Linq.XNode node)
 {
     throw null;
 }
예제 #11
0
 public bool IsBefore(System.Xml.Linq.XNode node)
 {
     throw null;
 }
예제 #12
0
 public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)
 {
     throw null;
 }
예제 #13
0
 public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2)
 {
     throw null;
 }
예제 #14
0
        /// <summary>
        /// Standard implementation (see <see cref="System.Configuration.IConfigurationSectionHandler"/>).
        /// </summary>
        /// <seealso cref="System.Xml.Serialization.XmlSerializer"/>
        /// <param name="parent"></param>
        /// <param name="configContext"></param>
        /// <param name="section"></param>
        /// <returns>A deserialized configuration.</returns>
#if SILVERLIGHT
        public object Create(object parent, object configContext, System.Xml.Linq.XNode section)
        {
            var ser = new XmlSerializer(typeof(ApplicationConfiguration));

            return(ser.Deserialize(section.CreateReader()));
        }
 public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression)
 {
     throw null;
 }
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> XPathSelectElements(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)
 {
     throw null;
 }
 public static object XPathEvaluate(this System.Xml.Linq.XNode node, string expression, System.Xml.IXmlNamespaceResolver resolver)
 {
     throw null;
 }
 public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node) => throw null;