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

Public Member Functions

 ElementWriter (XmlWriter writer)
 
void WriteElement (XElement e)
 
async Task WriteElementAsync (XElement e, CancellationToken cancellationToken)
 

Private Member Functions

string GetPrefixOfNamespace (XNamespace ns, bool allowDefaultNamespace)
 
void PushAncestors (XElement e)
 
void PushElement (XElement e)
 
void WriteEndElement ()
 
async Task WriteEndElementAsync (CancellationToken cancellationToken)
 
void WriteFullEndElement ()
 
async Task WriteFullEndElementAsync (CancellationToken cancellationToken)
 
void WriteStartElement (XElement e)
 
async Task WriteStartElementAsync (XElement e, CancellationToken cancellationToken)
 

Private Attributes

readonly XmlWriter _writer
 
NamespaceResolver _resolver
 

Detailed Description

Definition at line 6 of file ElementWriter.cs.


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