public static System.Xml.XPath.XPathNavigator CreateNavigator(this System.Xml.Linq.XNode node, System.Xml.XmlNameTable nameTable) { throw null; }
public bool IsAfter(System.Xml.Linq.XNode node) { return(default(bool)); }
public bool IsBefore(System.Xml.Linq.XNode node) { return(default(bool)); }
public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { return(default(int)); }
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; }
public bool IsAfter(System.Xml.Linq.XNode node) { throw null; }
public bool IsBefore(System.Xml.Linq.XNode node) { throw null; }
public static bool DeepEquals(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
public static int CompareDocumentOrder(System.Xml.Linq.XNode n1, System.Xml.Linq.XNode n2) { throw null; }
/// <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;