| Package | Description |
|---|---|
| org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
| 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 |
|---|---|
protected static void |
ImmoXmlReadingExample.printToConsole(ImmoXmlDocument doc)
Print some content of an
ImmoXmlDocument to console. |
protected static void |
ImmoXmlWritingExample.write(ImmoXmlDocument doc,
File file)
Write an
ImmoXmlDocument into a File. |
protected static void |
ImmoXmlWritingExample.write(ImmoXmlDocument doc,
OutputStream output)
Write an
ImmoXmlDocument into an OutputStream. |
protected static void |
ImmoXmlWritingExample.write(ImmoXmlDocument doc,
Writer output)
Write an
ImmoXmlDocument into a Writer. |
protected static void |
ImmoXmlWritingExample.writeToConsole(ImmoXmlDocument doc)
Write an
ImmoXmlDocument into a String and print the
results to the console. |
| 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 © 2015 OpenEstate. All rights reserved.