| Terraria v1.4.4.9
    Terraria source code documentation | 
| Package Functions | |
| XmlTextEncoder (TextWriter textWriter) | |
| void | StartAttribute (bool cacheAttrValue) | 
| void | EndAttribute () | 
| void | WriteSurrogateChar (char lowChar, char highChar) | 
| void | Write (char[] array, int offset, int count) | 
| void | WriteSurrogateCharEntity (char lowChar, char highChar) | 
| void | Write (string text) | 
| void | WriteRawWithSurrogateChecking (string text) | 
| void | WriteRaw (char[] array, int offset, int count) | 
| void | WriteCharEntity (char ch) | 
| void | WriteEntityRef (string name) | 
| Properties | |
| char | QuoteChar  [set] | 
| string | AttributeValue  [get] | 
| Private Member Functions | |
| void | WriteStringFragment (string str, int offset, int count, char[] helperBuffer) | 
| void | WriteCharEntityImpl (char ch) | 
| void | WriteCharEntityImpl (string strVal) | 
| void | WriteEntityRefImpl (string name) | 
| Private Attributes | |
| readonly TextWriter | _textWriter | 
| bool | _inAttribute | 
| char | _quoteChar | 
| StringBuilder | _attrValue | 
| bool | _cacheAttrValue | 
Definition at line 7 of file XmlTextEncoder.cs.