Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.xml
Class ApacheXMLProvider

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

public class ApacheXMLProvider
extends java.lang.Object
implements XMLProvider

Implementation of XMLProvider for the Apache Xerces XML parser.


Constructor Summary
ApacheXMLProvider()
           
 
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

ApacheXMLProvider

public ApacheXMLProvider()
Method Detail

getXMLReader

public org.xml.sax.XMLReader getXMLReader()
Returns an implementation of the SAX2 XMLReader interface.
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.