|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 6 of file StreamingElementWriter.cs.