terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.QueryOutputWriter Class Reference
+ Inheritance diagram for System.Xml.QueryOutputWriter:
+ Collaboration diagram for System.Xml.QueryOutputWriter:

Public Member Functions

 QueryOutputWriter (XmlRawWriter writer, XmlWriterSettings settings)
 
override void WriteDocType (string name, string pubid, string sysid, string subset)
 
override void WriteStartElement (string prefix, string localName, string ns)
 
override void WriteStartAttribute (string prefix, string localName, string ns)
 
override void WriteEndAttribute ()
 
override void WriteCData (string text)
 
override void WriteComment (string text)
 
override void WriteProcessingInstruction (string name, string text)
 
override void WriteWhitespace (string ws)
 
override void WriteString (string text)
 
override void WriteChars (char[] buffer, int index, int count)
 
override void WriteEntityRef (string name)
 
override void WriteCharEntity (char ch)
 
override void WriteSurrogateCharEntity (char lowChar, char highChar)
 
override void WriteRaw (char[] buffer, int index, int count)
 
override void WriteRaw (string data)
 
override void Close ()
 
override void Flush ()
 
override void WriteStartDocument ()
 
override void WriteStartDocument (bool standalone)
 
override void WriteEndDocument ()
 
override void WriteEndElement ()
 
override void WriteFullEndElement ()
 
override void WriteBase64 (byte[] buffer, int index, int count)
 
override string LookupPrefix (string ns)
 
override void WriteValue (string value)
 
void WriteAttributeString (string prefix, string localName, string ns, string value)
 
virtual void WriteBinHex (byte[] buffer, int index, int count)
 
void Dispose ()
 

Static Public Member Functions

static XmlWriter Create (Stream output, XmlWriterSettings settings)
 
static XmlWriter Create (TextWriter output, XmlWriterSettings settings)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

XmlRawWriterBase64Encoder base64Encoder
 
IXmlNamespaceResolver resolver
 

Package Functions

override void WriteXmlDeclaration (XmlStandalone standalone)
 
override void WriteXmlDeclaration (string xmldecl)
 
override void WriteEndElement (string prefix, string localName, string ns)
 
override void WriteFullEndElement (string prefix, string localName, string ns)
 
override void StartElementContent ()
 
override void WriteNamespaceDeclaration (string prefix, string ns)
 
override void WriteStartNamespaceDeclaration (string prefix)
 
override void WriteEndNamespaceDeclaration ()
 
virtual void OnRootElement (ConformanceLevel conformanceLevel)
 
virtual void WriteEndBase64 ()
 
virtual void Close (WriteState currentState)
 

Properties

override IXmlNamespaceResolver NamespaceResolver [set]
 
override bool SupportsNamespaceDeclarationInChunks [get, set]
 
override WriteState WriteState [get, set]
 

Private Member Functions

bool StartCDataSection ()
 
void EndCDataSection ()
 

Private Attributes

XmlRawWriter wrapped
 
bool inCDataSection
 
Dictionary< XmlQualifiedName, int > lookupCDataElems
 
BitStack bitsCData
 
XmlQualifiedName qnameCData
 
bool outputDocType
 
bool checkWellFormedDoc
 
bool hasDocElem
 
bool inAttr
 
string systemId
 
string publicId
 
int depth
 

Detailed Description

Definition at line 10 of file QueryOutputWriter.cs.


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