Skip to content
Snippets Groups Projects
program.xml 2.35 KiB
Newer Older
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  <s2 title="DOM Programming Guide">
    <p>The DOM API is based on the
      <jump href="ApacheDOMC++Binding.html">Apache Recommended DOM C++ binding</jump>.</p>
    <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#Objectives">Design Objectives</jump></li>
      <li><jump href="program-dom.html#ConstructXercesDOMParser">Constructing a XercesDOMParser</jump></li>
      <li><jump href="program-dom.html#UsingDOMAPI">Using DOM API</jump></li>
Tinny Ng's avatar
Tinny Ng committed
      <li><jump href="program-dom.html#DOM3">DOM Level 3 Support in &XercesCName; </jump></li>
      <li><jump href="program-dom.html#Deprecated">Deprecated - Java-like DOM</jump></li>
    </ul>
  </s2>

  <s2 title="SAX Programming Guide">
    <p>Read the <jump href="program-sax.html">SAX Programming Guide</jump> document
      or jump directly to:</p>
      <li><jump href="program-sax.html#ConstructParser">Constructing a SAXParser</jump></li>
      <li><jump href="program-sax.html#UsingSAX1API">Using the SAX API</jump></li>
  </s2>

  <s2 title="SAX2 Programming Guide">
    <p>Read the <jump href="program-sax2.html">SAX2 Programming Guide</jump> document
      or jump directly to:</p>
      <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>
  <s2 title="Other Features">
    <p>Read the <jump href="program-others.html">&XercesCName; Programming Guide</jump> document
      <li><jump href="program-others.html#Schema">Schema Support</jump></li>
      <li><jump href="program-others.html#Progressive">Progressive Parsing</jump></li>
      <li><jump href="program-others.html#ReuseGrammar">Reuse Grammar</jump></li>
      <li><jump href="program-others.html#LoadableMessageText">Loadable Message Text</jump></li>
      <li><jump href="program-others.html#PluggableTranscoders">Pluggable Transcoders</jump></li>