source: trunk/Include/Classes/ActiveBasic/Xml/Parser.ab@ 452

Last change on this file since 452 was 452, checked in by dai, 16 years ago

System/Xml/Serialization/XmlSerializer.abを追加。
まずはシリアライズ処理を動くようにした。
※逆シリアライズは未実装なので、ActiveBasic.Xml.Parserクラスを実装してから対応すること。

File size: 214 bytes
Line 
1Namespace ActiveBasic
2Namespace Xml
3
4
5Class Parser
6Public
7 Static Function Parse( xmlString As String, doc As System.Xml.XmlDocument ) As Boolean
8 End Function
9End Class
10
11
12End Namespace
13End Namespace
Note: See TracBrowser for help on using the repository browser.