Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ideimpl.webupdate.parser
Class LocalBundleParser

java.lang.Object
  extended by oracle.javatools.xml.esax.spi.ExtensibleSAXParser
      extended by oracle.ideimpl.webupdate.parser.LocalBundleParser


public final class LocalBundleParser
extends ExtensibleSAXParser

Parses an update-bundle. This supports two styles of bundle.xml. For backward compatibility, it supports <update-bundle> as the root element. Such a bundle may contain only one update.

The new (preferred) syntax is to use <bundle> as the root element. Such a bundle can contain multiple updates.


Constructor Summary
LocalBundleParser()
           

 

Method Summary
 ParserResult parse(java.io.InputStream inputStream)
           

 

Methods inherited from class oracle.javatools.xml.esax.spi.ExtensibleSAXParser
createInitialContext, getContext, parse

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LocalBundleParser

public LocalBundleParser()

Method Detail

parse

public ParserResult parse(java.io.InputStream inputStream)
                   throws java.io.IOException,
                          javax.xml.parsers.ParserConfigurationException,
                          org.xml.sax.SAXException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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