public final class UpdateXMLBuilder
extends java.lang.Object
| Constructor and Description |
|---|
UpdateXMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public org.w3c.dom.Document createUpdatesDocument()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationExceptionpublic void appendUpdateBundle(org.w3c.dom.Document document,
UpdateBundle bundle)
document - the document.bundle - the bundle to add.