source:
trunk/Include/Classes/ActiveBasic/Xml/Parser.ab@
464
Last change on this file since 464 was 452, checked in by , 17 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | Namespace ActiveBasic |
2 | Namespace Xml |
3 | |
4 | |
5 | Class Parser |
6 | Public |
7 | Static Function Parse( xmlString As String, doc As System.Xml.XmlDocument ) As Boolean |
8 | End Function |
9 | End Class |
10 | |
11 | |
12 | End Namespace |
13 | End Namespace |
Note:
See TracBrowser
for help on using the repository browser.