|
public abstract sealed class Extensions
|
public abstract sealed class Extensions
|
|
|
|
|
static public IEnumerable`1<XElement> Ancestors(IEnumerable`1<T> source);
|
static public IEnumerable`1<XElement> Ancestors(IEnumerable`1<T> source);
|
|
static public IEnumerable`1<XElement> Ancestors(IEnumerable`1<T> source, XName name);
|
static public IEnumerable`1<XElement> Ancestors(IEnumerable`1<T> source, XName name);
|
|
static public IEnumerable`1<XElement> AncestorsAndSelf(IEnumerable`1<XElement> source);
|
static public IEnumerable`1<XElement> AncestorsAndSelf(IEnumerable`1<XElement> source);
|
|
static public IEnumerable`1<XElement> AncestorsAndSelf(IEnumerable`1<XElement> source, XName name);
|
static public IEnumerable`1<XElement> AncestorsAndSelf(IEnumerable`1<XElement> source, XName name);
|
|
static public IEnumerable`1<XAttribute> Attributes(IEnumerable`1<XElement> source);
|
static public IEnumerable`1<XAttribute> Attributes(IEnumerable`1<XElement> source);
|
|
static public IEnumerable`1<XAttribute> Attributes(IEnumerable`1<XElement> source, XName name);
|
static public IEnumerable`1<XAttribute> Attributes(IEnumerable`1<XElement> source, XName name);
|
|
static public IEnumerable`1<XNode> DescendantNodes(IEnumerable`1<T> source);
|
static public IEnumerable`1<XNode> DescendantNodes(IEnumerable`1<T> source);
|
|
static public IEnumerable`1<XNode> DescendantNodesAndSelf(IEnumerable`1<XElement> source);
|
static public IEnumerable`1<XNode> DescendantNodesAndSelf(IEnumerable`1<XElement> source);
|
|
static public IEnumerable`1<XElement> Descendants(IEnumerable`1<T> source);
|
static public IEnumerable`1<XElement> Descendants(IEnumerable`1<T> source);
|
|
static public IEnumerable`1<XElement> Descendants(IEnumerable`1<T> source, XName name);
|
static public IEnumerable`1<XElement> Descendants(IEnumerable`1<T> source, XName name);
|
|
static public IEnumerable`1<XElement> DescendantsAndSelf(IEnumerable`1<XElement> source);
|
static public IEnumerable`1<XElement> DescendantsAndSelf(IEnumerable`1<XElement> source);
|
|
static public IEnumerable`1<XElement> DescendantsAndSelf(IEnumerable`1<XElement> source, XName name);
|
static public IEnumerable`1<XElement> DescendantsAndSelf(IEnumerable`1<XElement> source, XName name);
|
|
static public IEnumerable`1<XElement> Elements(IEnumerable`1<T> source);
|
static public IEnumerable`1<XElement> Elements(IEnumerable`1<T> source);
|
|
static public IEnumerable`1<XElement> Elements(IEnumerable`1<T> source, XName name);
|
static public IEnumerable`1<XElement> Elements(IEnumerable`1<T> source, XName name);
|
|
static public IEnumerable`1<T> InDocumentOrder(IEnumerable`1<T> source);
|
static public IEnumerable`1<T> InDocumentOrder(IEnumerable`1<T> source);
|
|
static public IEnumerable`1<XNode> Nodes(IEnumerable`1<T> source);
|
static public IEnumerable`1<XNode> Nodes(IEnumerable`1<T> source);
|
|
static public void Remove(IEnumerable`1<XAttribute> source);
|
static public void Remove(IEnumerable`1<XAttribute> source);
|
|
static public void Remove(IEnumerable`1<T> source);
|
static public void Remove(IEnumerable`1<T> source);
|
|
public class XAttribute
|
public class XAttribute
|
|
: XObject, IXmlLineInfo
|
: XObject, IXmlLineInfo
|
|
static public IEnumerable`1<XAttribute> EmptySequence { get; }
|
static public IEnumerable`1<XAttribute> EmptySequence { get; }
|
|
public Boolean IsNamespaceDeclaration { get; }
|
public Boolean IsNamespaceDeclaration { get; }
|
|
public XName Name { get; }
|
public XName Name { get; }
|
|
public XAttribute NextAttribute { get; }
|
public XAttribute NextAttribute { get; }
|
|
public virtual XmlNodeType NodeType { get; }
|
public virtual XmlNodeType NodeType { get; }
|
|
public XAttribute PreviousAttribute { get; }
|
public XAttribute PreviousAttribute { get; }
|
|
public String Value { get; set; }
|
public String Value { get; set; }
|
|
static public String op_Explicit(XAttribute attribute);
|
static public String op_Explicit(XAttribute attribute);
|
|
static public Boolean op_Explicit(XAttribute attribute);
|
static public Boolean op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Boolean> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Boolean> op_Explicit(XAttribute attribute);
|
|
static public Int32 op_Explicit(XAttribute attribute);
|
static public Int32 op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Int32> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Int32> op_Explicit(XAttribute attribute);
|
|
static public UInt32 op_Explicit(XAttribute attribute);
|
static public UInt32 op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<UInt32> op_Explicit(XAttribute attribute);
|
static public Nullable`1<UInt32> op_Explicit(XAttribute attribute);
|
|
static public Int64 op_Explicit(XAttribute attribute);
|
static public Int64 op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Int64> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Int64> op_Explicit(XAttribute attribute);
|
|
static public UInt64 op_Explicit(XAttribute attribute);
|
static public UInt64 op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<UInt64> op_Explicit(XAttribute attribute);
|
static public Nullable`1<UInt64> op_Explicit(XAttribute attribute);
|
|
static public Single op_Explicit(XAttribute attribute);
|
static public Single op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Single> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Single> op_Explicit(XAttribute attribute);
|
|
static public Double op_Explicit(XAttribute attribute);
|
static public Double op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Double> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Double> op_Explicit(XAttribute attribute);
|
|
static public Decimal op_Explicit(XAttribute attribute);
|
static public Decimal op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Decimal> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Decimal> op_Explicit(XAttribute attribute);
|
|
static public DateTime op_Explicit(XAttribute attribute);
|
static public DateTime op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<DateTime> op_Explicit(XAttribute attribute);
|
static public Nullable`1<DateTime> op_Explicit(XAttribute attribute);
|
|
static public DateTimeOffset op_Explicit(XAttribute attribute);
|
static public DateTimeOffset op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<DateTimeOffset> op_Explicit(XAttribute attribute);
|
static public Nullable`1<DateTimeOffset> op_Explicit(XAttribute attribute);
|
|
static public TimeSpan op_Explicit(XAttribute attribute);
|
static public TimeSpan op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<TimeSpan> op_Explicit(XAttribute attribute);
|
static public Nullable`1<TimeSpan> op_Explicit(XAttribute attribute);
|
|
static public Guid op_Explicit(XAttribute attribute);
|
static public Guid op_Explicit(XAttribute attribute);
|
|
static public Nullable`1<Guid> op_Explicit(XAttribute attribute);
|
static public Nullable`1<Guid> op_Explicit(XAttribute attribute);
|
|
public void Remove();
|
public void Remove();
|
|
public void SetValue(Object value);
|
public void SetValue(Object value);
|
|
public virtual String ToString();
|
public virtual String ToString();
|
|
public abstract class XContainer
|
public abstract class XContainer
|
|
: XNode, IXmlLineInfo
|
: XNode, IXmlLineInfo
|
|
public XNode FirstNode { get; }
|
public XNode FirstNode { get; }
|
|
public XNode LastNode { get; }
|
public XNode LastNode { get; }
|
|
public void Add(Object content);
|
public void Add(Object content);
|
|
public void Add(Object content);
|
public void Add(Object content);
|
|
public void AddFirst(Object content);
|
public void AddFirst(Object content);
|
|
public void AddFirst(Object content);
|
public void AddFirst(Object content);
|
|
public XmlWriter CreateWriter();
|
public XmlWriter CreateWriter();
|
|
public IEnumerable`1<XNode> DescendantNodes();
|
public IEnumerable`1<XNode> DescendantNodes();
|
|
public IEnumerable`1<XElement> Descendants();
|
public IEnumerable`1<XElement> Descendants();
|
|
public IEnumerable`1<XElement> Descendants(XName name);
|
public IEnumerable`1<XElement> Descendants(XName name);
|
|
public XElement Element(XName name);
|
public XElement Element(XName name);
|
|
public IEnumerable`1<XElement> Elements();
|
public IEnumerable`1<XElement> Elements();
|
|
public IEnumerable`1<XElement> Elements(XName name);
|
public IEnumerable`1<XElement> Elements(XName name);
|
|
public IEnumerable`1<XNode> Nodes();
|
public IEnumerable`1<XNode> Nodes();
|
|
public void RemoveNodes();
|
public void RemoveNodes();
|
|
public void ReplaceNodes(Object content);
|
public void ReplaceNodes(Object content);
|
|
public void ReplaceNodes(Object content);
|
public void ReplaceNodes(Object content);
|
|
public class XDocument
|
public class XDocument
|
|
: XContainer, IXmlLineInfo
|
: XContainer, IXmlLineInfo
|
|
public XDeclaration Declaration { get; set; }
|
public XDeclaration Declaration { get; set; }
|
|
public XDocumentType DocumentType { get; }
|
public XDocumentType DocumentType { get; }
|
|
public virtual XmlNodeType NodeType { get; }
|
public virtual XmlNodeType NodeType { get; }
|
|
public XElement Root { get; }
|
public XElement Root { get; }
|
|
static public XDocument Load(String uri);
|
static public XDocument Load(String uri);
|
|
static public XDocument Load(String uri, LoadOptions options);
|
static public XDocument Load(String uri, LoadOptions options);
|
|
static public XDocument Load(Stream stream);
|
static public XDocument Load(Stream stream);
|
|
static public XDocument Load(Stream stream, LoadOptions options);
|
static public XDocument Load(Stream stream, LoadOptions options);
|
|
static public XDocument Load(TextReader textReader);
|
static public XDocument Load(TextReader textReader);
|
|
static public XDocument Load(TextReader textReader, LoadOptions options);
|
static public XDocument Load(TextReader textReader, LoadOptions options);
|
|
static public XDocument Load(XmlReader reader);
|
static public XDocument Load(XmlReader reader);
|
|
static public XDocument Load(XmlReader reader, LoadOptions options);
|
static public XDocument Load(XmlReader reader, LoadOptions options);
|
|
static public XDocument Parse(String text);
|
static public XDocument Parse(String text);
|
|
static public XDocument Parse(String text, LoadOptions options);
|
static public XDocument Parse(String text, LoadOptions options);
|
|
|
public void Save(String fileName);
|
|
|
public void Save(String fileName, SaveOptions options);
|
|
public void Save(Stream stream);
|
public void Save(Stream stream);
|
|
public void Save(Stream stream, SaveOptions options);
|
public void Save(Stream stream, SaveOptions options);
|
|
public void Save(TextWriter textWriter);
|
public void Save(TextWriter textWriter);
|
|
public void Save(TextWriter textWriter, SaveOptions options);
|
public void Save(TextWriter textWriter, SaveOptions options);
|
|
public void Save(XmlWriter writer);
|
public void Save(XmlWriter writer);
|
|
public virtual void WriteTo(XmlWriter writer);
|
public virtual void WriteTo(XmlWriter writer);
|
|
public class XElement
|
public class XElement
|
|
: XContainer, IXmlLineInfo, IXmlSerializable
|
: XContainer, IXmlLineInfo, IXmlSerializable
|
|
static public IEnumerable`1<XElement> EmptySequence { get; }
|
static public IEnumerable`1<XElement> EmptySequence { get; }
|
|
public XAttribute FirstAttribute { get; }
|
public XAttribute FirstAttribute { get; }
|
|
public Boolean HasAttributes { get; }
|
public Boolean HasAttributes { get; }
|
|
public Boolean HasElements { get; }
|
public Boolean HasElements { get; }
|
|
public Boolean IsEmpty { get; }
|
public Boolean IsEmpty { get; }
|
|
public XAttribute LastAttribute { get; }
|
public XAttribute LastAttribute { get; }
|
|
public XName Name { get; set; }
|
public XName Name { get; set; }
|
|
public virtual XmlNodeType NodeType { get; }
|
public virtual XmlNodeType NodeType { get; }
|
|
public String Value { get; set; }
|
public String Value { get; set; }
|
|
public IEnumerable`1<XElement> AncestorsAndSelf();
|
public IEnumerable`1<XElement> AncestorsAndSelf();
|
|
public IEnumerable`1<XElement> AncestorsAndSelf(XName name);
|
public IEnumerable`1<XElement> AncestorsAndSelf(XName name);
|
|
public XAttribute Attribute(XName name);
|
public XAttribute Attribute(XName name);
|
|
public IEnumerable`1<XAttribute> Attributes();
|
public IEnumerable`1<XAttribute> Attributes();
|
|
public IEnumerable`1<XAttribute> Attributes(XName name);
|
public IEnumerable`1<XAttribute> Attributes(XName name);
|
|
public IEnumerable`1<XNode> DescendantNodesAndSelf();
|
public IEnumerable`1<XNode> DescendantNodesAndSelf();
|
|
public IEnumerable`1<XElement> DescendantsAndSelf();
|
public IEnumerable`1<XElement> DescendantsAndSelf();
|
|
public IEnumerable`1<XElement> DescendantsAndSelf(XName name);
|
public IEnumerable`1<XElement> DescendantsAndSelf(XName name);
|
|
public XNamespace GetDefaultNamespace();
|
public XNamespace GetDefaultNamespace();
|
|
public XNamespace GetNamespaceOfPrefix(String prefix);
|
public XNamespace GetNamespaceOfPrefix(String prefix);
|
|
public String GetPrefixOfNamespace(XNamespace ns);
|
public String GetPrefixOfNamespace(XNamespace ns);
|
|
static public XElement Load(String uri);
|
static public XElement Load(String uri);
|
|
static public XElement Load(String uri, LoadOptions options);
|
static public XElement Load(String uri, LoadOptions options);
|
|
static public XElement Load(Stream stream);
|
static public XElement Load(Stream stream);
|
|
static public XElement Load(Stream stream, LoadOptions options);
|
static public XElement Load(Stream stream, LoadOptions options);
|
|
static public XElement Load(TextReader textReader);
|
static public XElement Load(TextReader textReader);
|
|
static public XElement Load(TextReader textReader, LoadOptions options);
|
static public XElement Load(TextReader textReader, LoadOptions options);
|
|
static public XElement Load(XmlReader reader);
|
static public XElement Load(XmlReader reader);
|
|
static public XElement Load(XmlReader reader, LoadOptions options);
|
static public XElement Load(XmlReader reader, LoadOptions options);
|
|
static public String op_Explicit(XElement element);
|
static public String op_Explicit(XElement element);
|
|
static public Boolean op_Explicit(XElement element);
|
static public Boolean op_Explicit(XElement element);
|
|
static public Nullable`1<Boolean> op_Explicit(XElement element);
|
static public Nullable`1<Boolean> op_Explicit(XElement element);
|
|
static public Int32 op_Explicit(XElement element);
|
static public Int32 op_Explicit(XElement element);
|
|
static public Nullable`1<Int32> op_Explicit(XElement element);
|
static public Nullable`1<Int32> op_Explicit(XElement element);
|
|
static public UInt32 op_Explicit(XElement element);
|
static public UInt32 op_Explicit(XElement element);
|
|
static public Nullable`1<UInt32> op_Explicit(XElement element);
|
static public Nullable`1<UInt32> op_Explicit(XElement element);
|
|
static public Int64 op_Explicit(XElement element);
|
static public Int64 op_Explicit(XElement element);
|
|
static public Nullable`1<Int64> op_Explicit(XElement element);
|
static public Nullable`1<Int64> op_Explicit(XElement element);
|
|
static public UInt64 op_Explicit(XElement element);
|
static public UInt64 op_Explicit(XElement element);
|
|
static public Nullable`1<UInt64> op_Explicit(XElement element);
|
static public Nullable`1<UInt64> op_Explicit(XElement element);
|
|
static public Single op_Explicit(XElement element);
|
static public Single op_Explicit(XElement element);
|
|
static public Nullable`1<Single> op_Explicit(XElement element);
|
static public Nullable`1<Single> op_Explicit(XElement element);
|
|
static public Double op_Explicit(XElement element);
|
static public Double op_Explicit(XElement element);
|
|
static public Nullable`1<Double> op_Explicit(XElement element);
|
static public Nullable`1<Double> op_Explicit(XElement element);
|
|
static public Decimal op_Explicit(XElement element);
|
static public Decimal op_Explicit(XElement element);
|
|
static public Nullable`1<Decimal> op_Explicit(XElement element);
|
static public Nullable`1<Decimal> op_Explicit(XElement element);
|
|
static public DateTime op_Explicit(XElement element);
|
static public DateTime op_Explicit(XElement element);
|
|
static public Nullable`1<DateTime> op_Explicit(XElement element);
|
static public Nullable`1<DateTime> op_Explicit(XElement element);
|
|
static public DateTimeOffset op_Explicit(XElement element);
|
static public DateTimeOffset op_Explicit(XElement element);
|
|
static public Nullable`1<DateTimeOffset> op_Explicit(XElement element);
|
static public Nullable`1<DateTimeOffset> op_Explicit(XElement element);
|
|
static public TimeSpan op_Explicit(XElement element);
|
static public TimeSpan op_Explicit(XElement element);
|
|
static public Nullable`1<TimeSpan> op_Explicit(XElement element);
|
static public Nullable`1<TimeSpan> op_Explicit(XElement element);
|
|
static public Guid op_Explicit(XElement element);
|
static public Guid op_Explicit(XElement element);
|
|
static public Nullable`1<Guid> op_Explicit(XElement element);
|
static public Nullable`1<Guid> op_Explicit(XElement element);
|
|
static public XElement Parse(String text);
|
static public XElement Parse(String text);
|
|
static public XElement Parse(String text, LoadOptions options);
|
static public XElement Parse(String text, LoadOptions options);
|
|
public void RemoveAll();
|
public void RemoveAll();
|
|
public void RemoveAttributes();
|
public void RemoveAttributes();
|
|
public void ReplaceAll(Object content);
|
public void ReplaceAll(Object content);
|
|
public void ReplaceAll(Object content);
|
public void ReplaceAll(Object content);
|
|
public void ReplaceAttributes(Object content);
|
public void ReplaceAttributes(Object content);
|
|
public void ReplaceAttributes(Object content);
|
public void ReplaceAttributes(Object content);
|
|
|
public void Save(String fileName);
|
|
|
public void Save(String fileName, SaveOptions options);
|
|
public void Save(Stream stream);
|
public void Save(Stream stream);
|
|
public void Save(Stream stream, SaveOptions options);
|
public void Save(Stream stream, SaveOptions options);
|
|
public void Save(TextWriter textWriter);
|
public void Save(TextWriter textWriter);
|
|
public void Save(TextWriter textWriter, SaveOptions options);
|
public void Save(TextWriter textWriter, SaveOptions options);
|
|
public void Save(XmlWriter writer);
|
public void Save(XmlWriter writer);
|
|
public void SetAttributeValue(XName name, Object value);
|
public void SetAttributeValue(XName name, Object value);
|
|
public void SetElementValue(XName name, Object value);
|
public void SetElementValue(XName name, Object value);
|
|
public void SetValue(Object value);
|
public void SetValue(Object value);
|
|
public virtual void WriteTo(XmlWriter writer);
|
public virtual void WriteTo(XmlWriter writer);
|
|
public abstract class XNode
|
public abstract class XNode
|
|
: XObject, IXmlLineInfo
|
: XObject, IXmlLineInfo
|
|
static public XNodeDocumentOrderComparer DocumentOrderComparer { get; }
|
static public XNodeDocumentOrderComparer DocumentOrderComparer { get; }
|
|
static public XNodeEqualityComparer EqualityComparer { get; }
|
static public XNodeEqualityComparer EqualityComparer { get; }
|
|
public XNode NextNode { get; }
|
public XNode NextNode { get; }
|
|
public XNode PreviousNode { get; }
|
public XNode PreviousNode { get; }
|
|
public void AddAfterSelf(Object content);
|
public void AddAfterSelf(Object content);
|
|
public void AddAfterSelf(Object content);
|
public void AddAfterSelf(Object content);
|
|
public void AddBeforeSelf(Object content);
|
public void AddBeforeSelf(Object content);
|
|
public void AddBeforeSelf(Object content);
|
public void AddBeforeSelf(Object content);
|
|
public IEnumerable`1<XElement> Ancestors();
|
public IEnumerable`1<XElement> Ancestors();
|
|
public IEnumerable`1<XElement> Ancestors(XName name);
|
public IEnumerable`1<XElement> Ancestors(XName name);
|
|
static public Int32 CompareDocumentOrder(XNode n1, XNode n2);
|
static public Int32 CompareDocumentOrder(XNode n1, XNode n2);
|
|
public XmlReader CreateReader();
|
public XmlReader CreateReader();
|
|
public XmlReader CreateReader(ReaderOptions readerOptions);
|
public XmlReader CreateReader(ReaderOptions readerOptions);
|
|
static public Boolean DeepEquals(XNode n1, XNode n2);
|
static public Boolean DeepEquals(XNode n1, XNode n2);
|
|
public IEnumerable`1<XElement> ElementsAfterSelf();
|
public IEnumerable`1<XElement> ElementsAfterSelf();
|
|
public IEnumerable`1<XElement> ElementsAfterSelf(XName name);
|
public IEnumerable`1<XElement> ElementsAfterSelf(XName name);
|
|
public IEnumerable`1<XElement> ElementsBeforeSelf();
|
public IEnumerable`1<XElement> ElementsBeforeSelf();
|
|
public IEnumerable`1<XElement> ElementsBeforeSelf(XName name);
|
public IEnumerable`1<XElement> ElementsBeforeSelf(XName name);
|
|
public Boolean IsAfter(XNode node);
|
public Boolean IsAfter(XNode node);
|
|
public Boolean IsBefore(XNode node);
|
public Boolean IsBefore(XNode node);
|
|
public IEnumerable`1<XNode> NodesAfterSelf();
|
public IEnumerable`1<XNode> NodesAfterSelf();
|
|
public IEnumerable`1<XNode> NodesBeforeSelf();
|
public IEnumerable`1<XNode> NodesBeforeSelf();
|
|
static public XNode ReadFrom(XmlReader reader);
|
static public XNode ReadFrom(XmlReader reader);
|
|
public void Remove();
|
public void Remove();
|
|
public void ReplaceWith(Object content);
|
public void ReplaceWith(Object content);
|
|
public void ReplaceWith(Object content);
|
public void ReplaceWith(Object content);
|
|
public virtual String ToString();
|
public virtual String ToString();
|
|
public String ToString(SaveOptions options);
|
public String ToString(SaveOptions options);
|
|
public abstract virtual void WriteTo(XmlWriter writer);
|
public abstract virtual void WriteTo(XmlWriter writer);
|