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