|
| Name | Description |
|---|
.gif) .gif) | Add(Object) | Adds the specified content as children of this XContainer. (Inherited from XContainer.) |
.gif) .gif) | Add(array<Object>[]()[]) | Adds the specified content as children of this XContainer. (Inherited from XContainer.) |
.gif) .gif) | AddAfterSelf(Object) | Adds the specified content immediately after this node. (Inherited from XNode.) |
.gif) .gif) | AddAfterSelf(array<Object>[]()[]) | Adds the specified content immediately after this node. (Inherited from XNode.) |
.gif) .gif) | AddAnnotation | Adds an object to the annotation list of this XObject. (Inherited from XObject.) |
.gif) .gif) | AddBeforeSelf(Object) | Adds the specified content immediately before this node. (Inherited from XNode.) |
.gif) .gif) | AddBeforeSelf(array<Object>[]()[]) | Adds the specified content immediately before this node. (Inherited from XNode.) |
.gif) .gif) | AddFirst(Object) | Adds the specified content as the first children of this document or element. (Inherited from XContainer.) |
.gif) .gif) | AddFirst(array<Object>[]()[]) | Adds the specified content as the first children of this document or element. (Inherited from XContainer.) |
.gif) .gif) | Ancestors()()() | Returns a collection of the ancestor elements of this node. (Inherited from XNode.) |
.gif) .gif) | Ancestors(XName) | Returns a filtered collection of the ancestor elements of this node. Only elements that have a matching XName are included in the collection. (Inherited from XNode.) |
.gif) .gif) | AncestorsAndSelf()()() | Returns a collection of elements that contain this element, and the ancestors of this element. |
.gif) .gif) | AncestorsAndSelf(XName) | Returns a filtered collection of elements that contain this element, and the ancestors of this element. Only elements that have a matching XName are included in the collection. |
.gif) .gif) | Annotation(Type) | Gets the first annotation object of the specified type from this XObject. (Inherited from XObject.) |
.gif) .gif) | Annotation<(Of <(T>)>)()()() | Get the first annotation object of the specified type from this XObject. (Inherited from XObject.) |
.gif) .gif) | Annotations(Type) | Gets a collection of annotations of the specified type for this XObject. (Inherited from XObject.) |
.gif) .gif) | Annotations<(Of <(T>)>)()()() | Gets a collection of annotations of the specified type for this XObject. (Inherited from XObject.) |
.gif) .gif) | Attribute | Returns the XAttribute of this XElement that has the specified XName. |
.gif) .gif) | Attributes()()() | Returns a collection of attributes of this element. |
.gif) .gif) | Attributes(XName) | Returns a filtered collection of attributes of this element. Only elements that have a matching XName are included in the collection. |
.gif) .gif) | CreateReader()()() | Creates an XmlReader for this node. (Inherited from XNode.) |
.gif) | CreateReader(ReaderOptions) | Creates an XmlReader with the options specified by the readerOptions parameter. (Inherited from XNode.) |
.gif) .gif) | CreateWriter | Creates an XmlWriter that can be used to add nodes to the XContainer. (Inherited from XContainer.) |
.gif) .gif) | DescendantNodes | Returns a collection of the descendant nodes for this document or element, in document order. (Inherited from XContainer.) |
.gif) .gif) | DescendantNodesAndSelf | Returns a collection of nodes that contain this element, and all descendant nodes of this element, in document order. |
.gif) .gif) | Descendants()()() | Returns a collection of the descendant elements for this document or element, in document order. (Inherited from XContainer.) |
.gif) .gif) | Descendants(XName) | Returns a filtered collection of the descendant elements for this document or element, in document order. Only elements that have a matching XName are included in the collection. (Inherited from XContainer.) |
.gif) .gif) | DescendantsAndSelf()()() | Returns a collection of elements that contain this element, and all descendant elements of this element, in document order. |
.gif) .gif) | DescendantsAndSelf(XName) | Returns a filtered collection of elements that contain this element, and all descendant elements of this element, in document order. Only elements that have a matching XName are included in the collection. |
.gif) .gif) | Element | Gets the first (in document order) child element with the specified XName. (Inherited from XContainer.) |
.gif) .gif) | Elements()()() | Returns a collection of the child elements of this element or document, in document order. (Inherited from XContainer.) |
.gif) .gif) | Elements(XName) | Returns a filtered collection of the child elements of this element or document, in document order. Only elements that have a matching XName are included in the collection. (Inherited from XContainer.) |
.gif) .gif) | ElementsAfterSelf()()() | Returns a collection of the sibling elements after this node, in document order. (Inherited from XNode.) |
.gif) .gif) | ElementsAfterSelf(XName) | Returns a filtered collection of the sibling elements after this node, in document order. Only elements that have a matching XName are included in the collection. (Inherited from XNode.) |
.gif) .gif) | ElementsBeforeSelf()()() | Returns a collection of the sibling elements before this node, in document order. (Inherited from XNode.) |
.gif) .gif) | ElementsBeforeSelf(XName) | Returns a filtered collection of the sibling elements before this node, in document order. Only elements that have a matching XName are included in the collection. (Inherited from XNode.) |
.gif) .gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) | GetDefaultNamespace | Gets the default XNamespace of this XElement. |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) | GetNamespaceOfPrefix | Gets the namespace associated with a particular prefix for this XElement. |
.gif) .gif) | GetPrefixOfNamespace | Gets the prefix associated with a namespace for this XElement. |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | IsAfter | Determines if the current node appears after a specified node in terms of document order. (Inherited from XNode.) |
.gif) .gif) | IsBefore | Determines if the current node appears before a specified node in terms of document order. (Inherited from XNode.) |
.gif) .gif) | Load(Stream) | Creates a new XElement instance by using the specified stream. |
.gif) .gif) .gif) | Load(String) | Loads an XElement from a file. |
.gif) .gif) .gif) | Load(TextReader) | Loads an XElement from a TextReader. |
.gif) .gif) .gif) | Load(XmlReader) | Loads an XElement from an XmlReader. |
.gif) .gif) | Load(Stream, LoadOptions) | Creates a new XElement instance by using the specified stream, optionally preserving white space, setting the base URI, and retaining line information. |
.gif) .gif) .gif) | Load(String, LoadOptions) | Loads an XElement from a file, optionally preserving white space, setting the base URI, and retaining line information. |
.gif) .gif) .gif) | Load(TextReader, LoadOptions) | Loads an XElement from a TextReader, optionally preserving white space and retaining line information. |
.gif) .gif) .gif) | Load(XmlReader, LoadOptions) | Loads an XElement from an XmlReader, optionally preserving white space, setting the base URI, and retaining line information. |
.gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | Nodes | Returns a collection of the child nodes of this element or document, in document order. (Inherited from XContainer.) |
.gif) .gif) | NodesAfterSelf | Returns a collection of the sibling nodes after this node, in document order. (Inherited from XNode.) |
.gif) .gif) | NodesBeforeSelf | Returns a collection of the sibling nodes before this node, in document order. (Inherited from XNode.) |
.gif) .gif) .gif) | Parse(String) | Load an XElement from a string that contains XML. |
.gif) .gif) .gif) | Parse(String, LoadOptions) | Load an XElement from a string that contains XML, optionally preserving white space and retaining line information. |
.gif) .gif) | Remove | Removes this node from its parent. (Inherited from XNode.) |
.gif) .gif) | RemoveAll | Removes nodes and attributes from this XElement. |
.gif) .gif) | RemoveAnnotations(Type) | Removes the annotations of the specified type from this XObject. (Inherited from XObject.) |
.gif) .gif) | RemoveAnnotations<(Of <(T>)>)()()() | Removes the annotations of the specified type from this XObject. (Inherited from XObject.) |
.gif) .gif) | RemoveAttributes | Removes the attributes of this XElement. |
.gif) .gif) | RemoveNodes | Removes the child nodes from this document or element. (Inherited from XContainer.) |
.gif) .gif) | ReplaceAll(Object) | Replaces the child nodes and the attributes of this element with the specified content. |
.gif) .gif) | ReplaceAll(array<Object>[]()[]) | Replaces the child nodes and the attributes of this element with the specified content. |
.gif) .gif) | ReplaceAttributes(Object) | Replaces the attributes of this element with the specified content. |
.gif) .gif) | ReplaceAttributes(array<Object>[]()[]) | Replaces the attributes of this element with the specified content. |
.gif) .gif) | ReplaceNodes(Object) | Replaces the children nodes of this document or element with the specified content. (Inherited from XContainer.) |
.gif) .gif) | ReplaceNodes(array<Object>[]()[]) | Replaces the children nodes of this document or element with the specified content. (Inherited from XContainer.) |
.gif) .gif) | ReplaceWith(Object) | Replaces this node with the specified content. (Inherited from XNode.) |
.gif) .gif) | ReplaceWith(array<Object>[]()[]) | Replaces this node with the specified content. (Inherited from XNode.) |
.gif) | Save(Stream) | Outputs this XElement to the specified Stream. |
.gif) .gif) | Save(String) | Serialize this element to a file. |
.gif) .gif) | Save(TextWriter) | Serialize this element to a TextWriter. |
.gif) .gif) | Save(XmlWriter) | Serialize this element to an XmlWriter. |
.gif) | Save(Stream, SaveOptions) | Outputs this XElement to the specified Stream, optionally specifying formatting behavior. |
.gif) .gif) | Save(String, SaveOptions) | Serialize this element to a file, optionally disabling formatting. |
.gif) .gif) | Save(TextWriter, SaveOptions) | Serialize this element to a TextWriter, optionally disabling formatting. |
.gif) .gif) | SetAttributeValue | Sets the value of an attribute, adds an attribute, or removes an attribute. |
.gif) .gif) | SetElementValue | Sets the value of a child element, adds a child element, or removes a child element. |
.gif) .gif) | SetValue | Sets the value of this element. |
.gif) .gif) | ToString()()() | Returns the indented XML for this node. (Inherited from XNode.) |
.gif) .gif) | ToString(SaveOptions) | Returns the XML for this node, optionally disabling formatting. (Inherited from XNode.) |
.gif) .gif) | WriteTo | Write this element to an XmlWriter. (Overrides XNode..::.WriteTo(XmlWriter).) |