blob: 40f7039c02b6640cc99eff2ea52a9ef517b86b9d [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE s1 SYSTEM 'dtd/document.dtd'>
<s1 title='API JavaDoc'>
<s2 title='Standard API Documentation'>
<p>
Always try to use only the standard XML APIs when writing
XML applications. This will keep your application shielded
from changes in the underlying implementation of those
standard APIs and also gives you more flexibility to change
the implementation of the standard pieces without modifying
your application code.
</p>
<ul>
<li><jump href='javadocs/api/index.html'>Standard API</jump></li>
<ul>
<li>Java API for XML Processing (JAXP)</li>
<ul>
<li>
<jump href='javadocs/api/javax/xml/parsers/package-summary.html'>XML
Parser Factories</jump>
</li>
</ul>
<li>Document Object Model (DOM)</li>
<ul>
<li>
<jump href='javadocs/api/org/w3c/dom/package-summary.html'>Core</jump>
</li>
<li>
<jump href='javadocs/api/org/w3c/dom/events/package-summary.html'>Events</jump>
</li>
<li>
<jump href='javadocs/api/org/w3c/dom/html/package-summary.html'>HTML</jump>
</li>
<li>
<jump href='javadocs/api/org/w3c/dom/ranges/package-summary.html'>Ranges</jump>
</li>
<li>
<jump href='javadocs/api/org/w3c/dom/traversal/package-summary.html'>Traversal</jump>
</li>
</ul>
<li>Simple API for XML (SAX)</li>
<ul>
<li>
<jump href='javadocs/api/org/xml/sax/package-summary.html'>Core</jump>
</li>
<li>
<jump href='javadocs/api/org/xml/sax/helpers/package-summary.html'>Helper Classes</jump>
</li>
<li>
<jump href='javadocs/api/org/xml/sax/ext/package-summary.html'>Extensions</jump>
</li>
</ul>
</ul>
</ul>
</s2>
<s2 title='Xerces Native Interface Documentation'>
<p>
If you need functionality that is not available in the
standard APIs like DOM and SAX, then perhaps using the Xerces
Native Interface (XNI) will provide the information to build
the appropriate parsing tools for your application. For more
detailed information regarding XNI, refer to the
<link idref='xni'>XNI Manual</link>.
</p>
<ul>
<li>
<jump href='javadocs/xni/index.html'>Xerces Native Interface</jump>
</li>
<ul>
<li>
<jump href='javadocs/xni/org/apache/xerces/xni/package-summary.html'>Core</jump>
</li>
<li>
<jump href='javadocs/xni/org/apache/xerces/xni/parser/package-summary.html'>Parser
Configuration</jump>
</li>
<li>
<jump href='javadocs/xni/org/apache/xerces/xni/grammars/package-summary.html'>Grammar
Interfaces</jump>
</li>
</ul>
</ul>
</s2>
<anchor name="xml-schema-api-documentation"/>
<s2 title='XML Schema API Documentation'>
<p>
The XML Schema API defines a set of interfaces for accessing and querying
the post schema validation infoset (PSVI) defined in
<jump href="http://www.w3.org/TR/xmlschema-1/#PSVI_contributions">Contributions
to the post-schema-validation infoset (Appendix C.2)</jump>. These interfaces
provide access to the XML Schema components, which follow as a consequence of
validation and/or assessment and also provide a means for accessing the PSVI
from a document instance.
</p>
<p>
Some of the interfaces in the XML Schema API reference interfaces
from <jump href="http://www.w3.org/DOM/DOMTR#dom3">DOM Level 3</jump>
which are now in the <code>org.apache.xerces.dom3</code> package. The
API will be updated to use the official DOM Level 3 package when DOM
becomes a W3C Recommendation.
</p>
<ul>
<li>
<jump href='javadocs/xs/index.html'>XML Schema API</jump>
</li>
</ul>
</s2>
<s2 title='DOM Level 3 API'>
<p>Includes DOM Level 3 Working Draft APIs:</p>
<ul>
<li><jump href="http://www.w3.org/DOM/DOMTR#dom3">Document Object Model Level 3 Core</jump>
</li>
<li><jump href="http://www.w3.org/DOM/DOMTR#dom3">Document Object Model Level 3 Load and Save</jump>
</li>
</ul>
<p>
These APIs are unstable and may change:
<jump href='javadocs/dom3-api/index.html'>org.apache.xerces.dom3</jump>
</p>
</s2>
<s2 title='Xerces2 Implementation Documentation'>
<p>
For maintainers and developers of the Xerces2 reference
implementation, it's important to know the internal APIs
used.
</p>
<ul>
<li>
<jump href='javadocs/xerces2/index.html'>Xerces2 Implementation</jump>
</li>
</ul>
</s2>
<s2 title='Other Classes Documentation'>
<p>
The Xerces2 package also contains other implementation classes.
You can jump to the API for these classes via the following links:
</p>
<ul>
<li><jump href='javadocs/other/index.html'>Other Classes</jump></li>
</ul>
</s2>
</s1>