Ignore:
Timestamp:
Feb 25, 2008, 11:03:28 PM (16 years ago)
Author:
dai
Message:

System.Xml関連のクラスを仮実装してみた(まだ満足な機能レベルではない…)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/index.ab

    r420 r424  
    9494#require "./System/Windows/Forms/misc.ab"
    9595#require "./System/Windows/Forms/PaintEventArgs.ab"
     96#require "./System/Xml/XmlAttribute.ab"
     97#require "./System/Xml/XmlCharacterData.ab"
     98#require "./System/Xml/XmlDeclaration.ab"
     99#require "./System/Xml/XmlDocument.ab"
     100#require "./System/Xml/XmlElement.ab"
     101#require "./System/Xml/XmlLinkedNode.ab"
     102#require "./System/Xml/XmlNode.ab"
     103#require "./System/Xml/XmlText.ab"
Note: See TracChangeset for help on using the changeset viewer.