mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 10:40:50 +00:00
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
||
|
<gsdoc base="GSXML" up="Base">
|
||
|
<head>
|
||
|
<title>GNUstep xml parser</title>
|
||
|
<author name="Michael Pakhantsov">
|
||
|
<email address="mishel@berest.dp.ua"/>
|
||
|
</author>
|
||
|
<version>0.2</version>
|
||
|
<date>15 September, 2000</date>
|
||
|
</head>
|
||
|
<body>
|
||
|
<chapter>
|
||
|
<heading>XML Parser</heading>
|
||
|
<p>
|
||
|
The GNUstep XML parser. This is an Objective-C wrapper for libxml.
|
||
|
It provides for both event driven parsing, and walking a tree of
|
||
|
autoimatically parsed xml elements.
|
||
|
</p>
|
||
|
<section>
|
||
|
<heading>The classes</heading>
|
||
|
<list>
|
||
|
<item><uref url="GSXMLNamespace.html">GSXMLNamespace</uref></item>
|
||
|
<item><uref url="GSXMLNode.html">GSXMLNode</uref></item>
|
||
|
<item><uref url="GSXMLAttribute.html">GSXMLAttribute</uref></item>
|
||
|
<item><uref url="GSXMLDocument.html">GSXMLDocument</uref></item>
|
||
|
<item><uref url="GSXMLParser.html">GSXMLParser</uref></item>
|
||
|
<item><uref url="GSSAXHandler.html">GSSAXHandler</uref></item>
|
||
|
</list>
|
||
|
</section>
|
||
|
</chapter>
|
||
|
</body>
|
||
|
</gsdoc>
|
||
|
|