Skip navigation links 
 
oracle.ideimpl.webupdate.parser
Class LocalBundleParser
java.lang.Object
  
oracle.javatools.xml.esax.spi.ExtensibleSAXParser
      
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.
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
LocalBundleParser
public LocalBundleParser()
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 
 
Copyright © 1997, 2012, Oracle. All rights reserved.