System.Xml.Linq.XStreamingElement
Represents elements in an XML tree that supports deferred streaming output.
Gets or sets the name of this streaming element.
Initializes a new instance of the XStreamingElement class with the specified name and content.
Initializes a new instance of the XStreamingElement class with the specified name and content.
Adds the specified content as children to this XStreamingElement.
Adds the specified content as children to this XStreamingElement.
Outputs this XStreamingElement to the specified Stream.
Outputs this XStreamingElement to the specified Stream, optionally specifying formatting behavior.
Serialize this streaming element to a TextWriter.
Serialize this streaming element to a TextWriter, optionally disabling formatting.
Serialize this streaming element to an XmlWriter.
Returns the XML for this streaming element, optionally disabling formatting.
Writes this streaming element to an XmlWriter.