Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Package oracle.xml.jaxp

Provides implementation of JAXP standard.

See:
          Description

Class Summary
JXDocumentBuilder Defines the API to obtain DOM Document instances from an XML document.
JXDocumentBuilderFactory Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
JXSAXParser Defines the API that wraps an org.xml.sax.XMLReader implementation class.
JXSAXParserFactory Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
JXSAXTransformerFactory A JXTransformerFactory instance can be used to create Transformer and Templates objects.
JXTransformer An instance of this class transforms a source tree into a result tree.

 

Package oracle.xml.jaxp Description

Provides implementation of JAXP standard.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2003, 2004, Oracle. All rights reserved.