Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Linq.StreamingElementWriter Struct Reference

Public Member Functions

 StreamingElementWriter (XmlWriter w)
 

Package Functions

void WriteStreamingElement (XStreamingElement e)
 

Private Member Functions

void FlushElement ()
 
string GetPrefixOfNamespace (XNamespace ns, bool allowDefaultNamespace)
 
void PushElement ()
 
void Write (object content)
 
void WriteAttribute (XAttribute a)
 
void WriteNode (XNode n)
 
void WriteString (string s)
 

Private Attributes

readonly XmlWriter _writer
 
XStreamingElement _element
 
readonly List< XAttribute_attributes
 
NamespaceResolver _resolver
 

Detailed Description

Definition at line 6 of file StreamingElementWriter.cs.


The documentation for this struct was generated from the following file: