Package | Description |
---|---|
org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
org.openestate.io.is24_xml |
Read and write XML data in IS24-XML format.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Is24XmlReadingExample.printToConsole(Is24XmlDocument doc)
Print some content of an
Is24XmlDocument to console. |
protected static void |
Is24XmlWritingExample.write(Is24XmlDocument doc,
File file)
Write an
Is24XmlDocument into a File . |
protected static void |
Is24XmlWritingExample.write(Is24XmlDocument doc,
OutputStream output)
Write an
Is24XmlDocument into an OutputStream . |
protected static void |
Is24XmlWritingExample.write(Is24XmlDocument doc,
Writer output)
Write an
Is24XmlDocument into a Writer . |
protected static void |
Is24XmlWritingExample.writeToConsole(Is24XmlDocument doc)
Write an
Is24XmlDocument into a String and print the
results to the console. |
Modifier and Type | Method and Description |
---|---|
static Is24XmlDocument |
Is24XmlUtils.createDocument(Document doc)
Creates a
Is24XmlDocument from a Document . |
static Is24XmlDocument |
Is24XmlUtils.createDocument(File xmlFile)
Creates a
Is24XmlDocument from a File . |
static Is24XmlDocument |
Is24XmlUtils.createDocument(InputStream input)
Creates a
Is24XmlDocument from an InputStream . |
static Is24XmlDocument |
Is24XmlUtils.createDocument(String xmlString)
Creates a
Is24XmlDocument from a String . |
static Is24XmlDocument |
Is24XmlDocument.newDocument()
Creates an empty
Is24XmlDocument . |
static Is24XmlDocument |
Is24XmlDocument.newDocument(ImmobilienTransferTyp transfer)
Creates a
Is24XmlDocument from a ImmobilienTransferTyp
object. |
static Is24XmlDocument |
Is24XmlDocument.newDocument(IS24ImmobilienTransfer transfer)
Creates a
Is24XmlDocument from a ImmobilienTransferTyp
object. |
Copyright © 2015 OpenEstate. All rights reserved.