Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Initialize (IXmlLineInfo lineInfo) |
void | WriteTextBlock (string text, TextBlockType textType) |
string | ReadText () |
Properties | |
TextBlockType | TextType [get] |
bool | HasText [get] |
int | LineNumber [get] |
int | LinePosition [get] |
Private Attributes | |
IXmlLineInfo | _lineInfo |
TextBlockType | _textType |
string | _text |
int | _lineNum |
int | _linePos |
Definition at line 50 of file XPathDocumentBuilder.cs.