Edwin Dankert

Last published: July 6, 2007 9:36:08 PM BST
edankert | xmlhammer | xngr | bounce | javaconduitmanager

XML APIs
  • About
  • TOC
  • SAX
    • Introduction
    • History
    • XMLReaderFactory
    • XMLReader
    • ContentHandler (Interface)
    • ContentHandler (Example)
    • EntityResolver
    • ErrorHandler
    • InputSource
    • Features
    • Properties
    • Implementations
  • DOM
    • Introduction
    • History
    • DOM Parser Creation
    • Document
    • Node
    • Collections of Nodes
    • Example
  • TRaX
    • Introduction
    • TransformerFactory
    • Methods
    • Transformer
    • Sources
    • Results
    • Example
    • Implementations
  • JAXP
    • Introduction
    • DocumentBuilderF...
    • Methods
    • DocumentBuilder
    • Usage
    • DOM XSD Validation
    • DOM DTD Validation
    • Implementations
    • SAXParserFactory
    • Methods
    • SAXParser
    • Usage
    • XSD Validation
    • DTD Validation
    • Implementations
    • XPathFactory
    • Methods
    • XPath
    • Usage
    • Implementations
  • Simplified DOM APIs
    • JDOM
    • DOM4J
    • XOM
  • JAXB
    • Introduction
    • Other Data Binding
    • Implementations
    • Usage
  • Conclusions
    • Conclusions
    • References
    • Q&A
XML APIs Home ToC Prev Up Next 

References

  • SAX: http://www.saxproject.org/

  • DOM Level 1: http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html

  • DOM Level 2: http://www.w3.org/TR/DOM-Level-2-Core/

  • DOM Level 3: http://www.w3.org/TR/DOM-Level-3-Core/

  • JAXP: http://java.sun.com/xml/jaxp/

  • TRaX: http://nlp.stanford.edu/nlp/javadoc/xalan-docs/trax.html

  • JAXB: http://java.sun.com/xml/jaxb/


email: edankert@gmail.com
© 2005-2007, Edwin Dankert