blob: 29b8d04de1ca06654c54f59afeb56c5fa86ce1f4 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
<s1 title="Programming Guide">
<s2 title="SAX Programming Guide">
<p>Read the <jump href="program-sax.html">SAX Programming Guide</jump> document
or jump directly to:</p>
<ul>
<li><jump href="program-sax.html#ConstructParser">Constructing a parser</jump></li>
<li><jump href="program-sax.html#UsingSAX1API">Using the SAX API</jump></li>
</ul>
</s2>
<s2 title="SAX2 Programming Guide">
<p>Read the <jump href="program-sax2.html">SAX2 Programming Guide</jump> document
or jump directly to:</p>
<ul>
<li><jump href="program-sax2.html#ConstructParser2">Constructing an XML Reader</jump></li>
<li><jump href="program-sax2.html#UsingSAX2API">Using the SAX2 API</jump></li>
<li><jump href="program-sax2.html#SAX2Features">Supported Features</jump></li>
<li><jump href="program-sax2.html#SAX2Properties">Supported Properties</jump></li>
</ul>
</s2>
<s2 title="DOM Programming Guide">
<p>Read the <jump href="program-dom.html">DOM Programming Guide</jump> document
or jump directly to:</p>
<ul>
<li><jump href="program-dom.html#JAVAandCPP">Comparison of Java and C++ DOM's</jump></li>
<ul>
<li><jump href="program-dom.html#AccessAPI">Accessing the API from application code</jump></li>
<li><jump href="program-dom.html#ClassNames">Class Names</jump></li>
<li><jump href="program-dom.html#ObjMemMgmt">Objects and Memory Management</jump></li>
</ul>
<li><jump href="program-dom.html#DOMString">DOMString</jump></li>
<ul>
<li><jump href="program-dom.html#EqualityTesting">Equality Testing</jump></li>
</ul>
<li><jump href="program-dom.html#Downcasting">Downcasting</jump></li>
<li><jump href="program-dom.html#Subclassing">Subclassing</jump></li>
</ul>
</s2>
<s2 title="Experimental IDOM Programming Guide">
<p>Read the <jump href="program-idom.html">Experimental IDOM Programming Guide</jump> document
or jump directly to:</p>
<ul>
<li><jump href="program-idom.html#ConstructIDOMParser">Constructing a parser</jump></li>
<li><jump href="program-idom.html#DOMandIDOM">Comparison of C++ DOM and IDOM</jump></li>
<ul>
<li><jump href="program-idom.html#Motivation">Motivation behind new design</jump></li>
<li><jump href="program-idom.html#IDOMClassNames">Class Names</jump></li>
<li><jump href="program-idom.html#IDOMObjMgmt">Objects Management</jump></li>
<li><jump href="program-idom.html#IDOMMemMgmt">Memory Management</jump></li>
<ul>
<li><jump href="program-idom.html#IDOMMemImplicit">Implicit Object Deletion</jump></li>
<li><jump href="program-idom.html#IDOMMemExplicit">Explicit Object Deletion</jump></li>
</ul>
<li><jump href="program-idom.html#DOMStringXMCh">DOMString vs. XMLCh</jump></li>
</ul>
</ul>
</s2>
</s1>