Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.xml
Class OracleXMLProvider

java.lang.Object
  |
  +--oracle.cabo.share.xml.OracleXMLProvider
All Implemented Interfaces:
XMLProvider

public class OracleXMLProvider
extends java.lang.Object
implements XMLProvider

Implementation of XMLProvider for the Oracle XML parser.


Constructor Summary
OracleXMLProvider()
           
 
Method Summary
 org.xml.sax.XMLReader getXMLReader()
          Returns an implementation of the SAX2 XMLReader interface.
 org.w3c.dom.Document parseDocument(org.xml.sax.InputSource source)
          Implementation of XMLProvider.parseDocument().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleXMLProvider

public OracleXMLProvider()
Method Detail

getXMLReader

public org.xml.sax.XMLReader getXMLReader()
Returns an implementation of the SAX2 XMLReader interface. As the Oracle parser only implements SAX1, wraps its SAX1 implementation in a SAX2 ParserAdapter.
Specified by:
getXMLReader in interface XMLProvider

parseDocument

public org.w3c.dom.Document parseDocument(org.xml.sax.InputSource source)
                                   throws java.io.IOException,
                                          org.xml.sax.SAXException
Implementation of XMLProvider.parseDocument().
Specified by:
parseDocument in interface XMLProvider
Following copied from interface: oracle.cabo.share.xml.XMLProvider
Parameters:
source - The InputSource to parse
Returns:
Returns a Document object containing the DOM representation of the specified InputSource.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.