|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | BufferChunk |
| class | Item |
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 () |
| async Task | ReplayAsync (XmlWriter writer) |
Properties | |
| string | StringValue [get] |
Private Types | |
| enum | ItemType { EntityRef , CharEntity , SurrogateCharEntity , Whitespace , String , StringChars , Raw , RawChars , ValueString } |
Private Member Functions | |
| void | StartComplexValue () |
| void | AddItem (ItemType type, object data) |
Private Attributes | |
| StringBuilder | _stringValue = new StringBuilder() |
| string | _singleStringValue |
| Item[] | _items |
| int | _firstItem |
| int | _lastItem = -1 |
Definition at line 244 of file XmlWellFormedWriter.cs.