terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.XmlWellFormedWriter.AttributeValueCache Class Reference

Classes

class  BufferChunk
 
class  Item
 

Public Member Functions

 AttributeValueCache ()
 

Package Functions

void WriteEntityRef (string name)
 
void WriteCharEntity (char ch)
 
void WriteSurrogateCharEntity (char lowChar, char highChar)
 
void WriteWhitespace (string ws)
 
void WriteString (string text)
 
void WriteChars (char[] buffer, int index, int count)
 
void WriteRaw (char[] buffer, int index, int count)
 
void WriteRaw (string data)
 
void WriteValue (string value)
 
void Replay (XmlWriter writer)
 
void Trim ()
 
void Clear ()
 

Properties

string StringValue [get]
 

Private Types

enum  ItemType {
  EntityRef , CharEntity , SurrogateCharEntity , Whitespace ,
  String , StringChars , Raw , RawChars ,
  ValueString
}
 

Private Member Functions

void StartComplexValue ()
 
void AddItem (XmlWellFormedWriter.AttributeValueCache.ItemType type, object data)
 

Private Attributes

StringBuilder stringValue
 
string singleStringValue
 
XmlWellFormedWriter.AttributeValueCache.Item[] items
 
int firstItem
 
int lastItem = 1
 

Detailed Description

Definition at line 1261 of file XmlWellFormedWriter.cs.


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