| Package | Description |
|---|---|
| org.openestate.io.immoxml |
Read and write XML data in ImmoXML format.
|
| org.openestate.io.immoxml.converters |
Convert ImmoXML data between different versions.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmoXmlDocument |
ImmoXmlUtils.createDocument(Document doc)
Creates a
ImmoXmlDocument from a Document. |
static ImmoXmlDocument |
ImmoXmlUtils.createDocument(File xmlFile)
Creates a
ImmoXmlDocument from a File. |
static ImmoXmlDocument |
ImmoXmlUtils.createDocument(InputStream input)
Creates a
ImmoXmlDocument from an InputStream. |
static ImmoXmlDocument |
ImmoXmlUtils.createDocument(String xmlString)
Creates a
ImmoXmlDocument from a String. |
static ImmoXmlDocument |
ImmoXmlDocument.newDocument()
Creates an empty
ImmoXmlDocument. |
static ImmoXmlDocument |
ImmoXmlDocument.newDocument(Immoxml immoxml)
Creates a
ImmoXmlDocument from a Immoxml object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmoXML_3_0.downgradeToPreviousVersion(ImmoXmlDocument doc)
Downgrade an ImmoXML document from version 3.0.
|
void |
ImmoXML_3_0.upgradeFromPreviousVersion(ImmoXmlDocument doc)
Downgrade an ImmoXML document to version 3.0.
|
Copyright © 2016 OpenEstate. All rights reserved.