source:
trunk/Include/Classes/System/Xml/XmlText.ab@
446
Last change on this file since 446 was 442, checked in by , 17 years ago | |
---|---|
File size: 365 bytes |
Line | |
---|---|
1 | Namespace System |
2 | Namespace Xml |
3 | |
4 | /*! |
5 | @brief 複数のクラスで使用する、テキスト操作メソッドを提供します。 |
6 | */ |
7 | Class XmlText |
8 | Inherits XmlCharacterData |
9 | |
10 | Public |
11 | |
12 | /*! |
13 | @brief コンストラクタ |
14 | */ |
15 | Sub XmlText( strData As String, doc As XmlDocument ) |
16 | XmlCharacterData( XmlNodeType.Text, strData, doc ) |
17 | End Sub |
18 | End Class |
19 | |
20 | |
21 | End Namespace |
22 | End Namespace |
Note:
See TracBrowser
for help on using the repository browser.