Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.javatools.xml.esax.spi
Class ExtensibleSAXParser

java.lang.Object
  extended by oracle.javatools.xml.esax.spi.ExtensibleSAXParser
Direct Known Subclasses:
LocalBundleParser, MasterListParser, UpdateCenterParser

public class ExtensibleSAXParser
extends java.lang.Object

An extensible SAX parser.


Constructor Summary
ExtensibleSAXParser()
           
 
Method Summary
protected  DefaultElementContext createInitialContext()
           
 ElementContext getContext()
          Get the context
 void parse(XMLLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleSAXParser

public ExtensibleSAXParser()
Method Detail

createInitialContext

protected DefaultElementContext createInitialContext()

getContext

public ElementContext getContext()
Get the context


parse

public void parse(XMLLocator locator)
           throws javax.xml.parsers.ParserConfigurationException,
                  org.xml.sax.SAXException,
                  java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.