메소드 | 설명 | |
---|---|---|
Initialize ( IXmlLineInfo lineInfo ) : void |
Constructor.
|
|
ReadText ( ) : string |
Read all cached text, or string.Empty if no text has been cached, and clear the text block type.
|
|
WriteTextBlock ( string text, TextBlockType textType ) : void |
Append a text block with the specified type.
|
public Initialize ( IXmlLineInfo lineInfo ) : void | ||
lineInfo | IXmlLineInfo | |
리턴 | void |
public WriteTextBlock ( string text, TextBlockType textType ) : void | ||
text | string | |
textType | TextBlockType | |
리턴 | void |