| Package | Description |
|---|---|
| org.openestate.io.daft_ie |
Read and write XML data for daft.ie.
|
| org.openestate.io.daft_ie.converters |
Convert XML data for daft.ie between different
versions.
|
| org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
| Modifier and Type | Method and Description |
|---|---|
static DaftIeDocument |
DaftIeUtils.createDocument(Document doc)
Creates a
DaftIeDocument from a Document. |
static DaftIeDocument |
DaftIeUtils.createDocument(File xmlFile)
Creates a
DaftIeDocument from a File. |
static DaftIeDocument |
DaftIeUtils.createDocument(InputStream input)
Creates a
DaftIeDocument from an InputStream. |
static DaftIeDocument |
DaftIeUtils.createDocument(String xmlString)
Creates a
DaftIeDocument from a String. |
static DaftIeDocument |
DaftIeDocument.newDocument()
Creates an empty
DaftIeDocument. |
static DaftIeDocument |
DaftIeDocument.newDocument(Daft daft)
Creates a
DaftIeDocument from a Daft object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DaftIe_2_7.downgradeToPreviousVersion(DaftIeDocument doc)
Downgrade an OpenImmo document from version 1.1.
|
void |
DaftIe_2_7.upgradeFromPreviousVersion(DaftIeDocument doc)
Downgrade an OpenImmo document to version 1.1.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DaftIeReadingExample.printToConsole(DaftIeDocument doc)
Print some content of a
DaftIeDocument to console. |
protected static void |
DaftIeWritingExample.write(DaftIeDocument doc,
File file)
Write a
DaftIeDocument into a File. |
protected static void |
DaftIeWritingExample.write(DaftIeDocument doc,
OutputStream output)
Write a
DaftIeDocument into an OutputStream. |
protected static void |
DaftIeWritingExample.write(DaftIeDocument doc,
Writer output)
Write a
DaftIeDocument into a Writer. |
protected static void |
DaftIeWritingExample.writeToConsole(DaftIeDocument doc)
Write a
DaftIeDocument into a String and print the
results to the console. |
Copyright © 2015 OpenEstate. All rights reserved.