| Package | Description |
|---|---|
| org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
| org.openestate.io.kyero |
Read and write XML data in Kyero format.
|
| org.openestate.io.kyero.converters |
Convert Kyero-XML data between different versions.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
KyeroReadingExample.printToConsole(KyeroDocument doc)
Print some content of a
KyeroDocument to console. |
protected static void |
KyeroWritingExample.write(KyeroDocument doc,
File file)
Write a
KyeroDocument into a File. |
protected static void |
KyeroWritingExample.write(KyeroDocument doc,
OutputStream output)
Write a
KyeroDocument into an OutputStream. |
protected static void |
KyeroWritingExample.write(KyeroDocument doc,
Writer output)
Write a
KyeroDocument into a Writer. |
protected static void |
KyeroWritingExample.writeToConsole(KyeroDocument doc)
Write a
KyeroDocument into a String and print the
results to the console. |
| Modifier and Type | Method and Description |
|---|---|
static KyeroDocument |
KyeroUtils.createDocument(Document doc)
Creates a
KyeroDocument from a Document. |
static KyeroDocument |
KyeroUtils.createDocument(File xmlFile)
Creates a
KyeroDocument from a File. |
static KyeroDocument |
KyeroUtils.createDocument(InputStream input)
Creates a
KyeroDocument from an InputStream. |
static KyeroDocument |
KyeroUtils.createDocument(String xmlString)
Creates a
KyeroDocument from a String. |
static KyeroDocument |
KyeroDocument.newDocument()
Creates an empty
KyeroDocument. |
static KyeroDocument |
KyeroDocument.newDocument(Root root)
Creates a
KyeroDocument from a Root object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Kyero_2_1.downgradeToPreviousVersion(KyeroDocument doc)
Downgrade an ImmoXML document from version 1.1.
|
void |
Kyero_3.downgradeToPreviousVersion(KyeroDocument doc)
Downgrade a Kyero document from version 3.
|
void |
Kyero_2_1.upgradeFromPreviousVersion(KyeroDocument doc)
Downgrade an ImmoXML document to version 1.1.
|
void |
Kyero_3.upgradeFromPreviousVersion(KyeroDocument doc)
Upgrade a Kyero document to version 3.
|
Copyright © 2017 OpenEstate. All rights reserved.