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

E17493-02

oracle.ideimpl.webupdate.parser
Class UpdateXMLBuilder

java.lang.Object
  extended by oracle.ideimpl.webupdate.parser.UpdateXMLBuilder

public final class UpdateXMLBuilder
extends java.lang.Object

Utility that builds DOM documents from updates.

Since:
11.0

Constructor Summary
UpdateXMLBuilder()
           
 
Method Summary
 void appendUpdateBundle(org.w3c.dom.Document document, UpdateBundle bundle)
          Appends an update bundle to the specified center document.
 org.w3c.dom.Document createUpdatesDocument()
          Creates the updates document (for an update center) with no content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateXMLBuilder

public UpdateXMLBuilder()
Method Detail

createUpdatesDocument

public org.w3c.dom.Document createUpdatesDocument()
                                           throws javax.xml.parsers.ParserConfigurationException
Creates the updates document (for an update center) with no content.

Returns:
an empty DOM document for an update center.
Throws:
javax.xml.parsers.ParserConfigurationException

appendUpdateBundle

public void appendUpdateBundle(org.w3c.dom.Document document,
                               UpdateBundle bundle)
Appends an update bundle to the specified center document.

Parameters:
document - the document.
bundle - the bundle to add.

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

E17493-02

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