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.XmlWellFormedWriter.AttributeValueCache Class Reference
+ Collaboration diagram for System.Xml.XmlWellFormedWriter.AttributeValueCache:

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, set]
 

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
 

Detailed Description

Definition at line 1614 of file XmlWellFormedWriter.cs.


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