Skip navigation links
C D F G H I L N O P R S T U W X 

C

clean(Node) - Static method in class org.openestate.io.core.XmlUtils
Recursively remove any comments and unnecessary white spaces from a Node and its children.
close() - Method in class org.openestate.io.core.CsvParser
Closes the parser instance.
close() - Method in class org.openestate.io.core.CsvPrinter
Closes the printer instance.
countNodes(String, Document) - Static method in class org.openestate.io.core.XmlUtils
Count the number of nodes, that are matching against an XPath expression.
countNodes(String, Document, Object) - Static method in class org.openestate.io.core.XmlUtils
Count the number of nodes, that are matching against an XPath expression.
CsvFormat<Parser extends CsvParser,Printer extends CsvPrinter> - Class in org.openestate.io.core
A general CSV format specification, that supports reading through CsvParser and writing through CsvPrinter.
CsvFormat(CSVFormat) - Constructor for class org.openestate.io.core.CsvFormat
Create with specifications of a CSVFormat.
CsvParser<Record extends CsvRecord> - Class in org.openestate.io.core
A general CSV parser, that is bound to a CsvFormat and reads CSV data into CsvRecord objects.
CsvParser(CSVParser) - Constructor for class org.openestate.io.core.CsvParser
Create with specifications of a CSVParser.
CsvPrinter<Record extends CsvRecord> - Class in org.openestate.io.core
A general CSV printer, that is bound to a CsvFormat and writes CSV data from CsvRecord objects.
CsvPrinter(CSVPrinter) - Constructor for class org.openestate.io.core.CsvPrinter
Create with specifications of a CSVPrinter.
CsvRecord - Class in org.openestate.io.core
A general CSV record, that is read by a CsvParser and written by a CsvPrinter.
CsvRecord() - Constructor for class org.openestate.io.core.CsvRecord
Create an empty record.

D

downgrade(VersionType) - Method in class org.openestate.io.core.XmlConvertableDocument
Downgrades the contained Document to an earlier version.
downgradeToPreviousVersion(DocumentType) - Method in class org.openestate.io.core.XmlConverter
Downgrade a XmlConvertableDocument from the current version to the previous version.
dump(Writer) - Method in class org.openestate.io.core.CsvRecord
Write content of the record in a human readable form.
dump(Writer, String) - Method in class org.openestate.io.core.CsvRecord
Write content of the record in a human readable form.

F

flush() - Method in class org.openestate.io.core.CsvPrinter
Flushes the printer instance.

G

get(int) - Method in class org.openestate.io.core.CsvRecord
Returns the value of the record at a certain index position.
get(int, String) - Method in class org.openestate.io.core.CsvRecord
Returns the value of the record at a certain index position.
getConverter() - Method in interface org.openestate.io.core.XmlVersion
Returns the converter for this version.
getCountryISO2(String) - Static method in class org.openestate.io.core.LocaleUtils
Return an ISO-2 country code from a country name.
getCountryISO2FromISO3(String) - Static method in class org.openestate.io.core.LocaleUtils
Create an ISO-2 country code from an ISO-3 country code.
getCountryISO3(String) - Static method in class org.openestate.io.core.LocaleUtils
Return an ISO-3 country code from a country name.
getCountryISO3FromISO2(String) - Static method in class org.openestate.io.core.LocaleUtils
Create an ISO-3 country code from an ISO-2 country code.
getCountryName(String, Locale) - Static method in class org.openestate.io.core.LocaleUtils
Return a country name in another language.
getCurrentLineNumber() - Method in class org.openestate.io.core.CsvParser
Returns the line number, that is currently processed by the parser.
getDocument() - Method in class org.openestate.io.core.XmlDocument
Returns the Document, that is contained by this object.
getDocumentVersion() - Method in class org.openestate.io.core.XmlConvertableDocument
Returns the current XmlVersion of the contained Document.
getEncoding() - Method in class org.openestate.io.core.CsvFormat
Returns the encoding of created CSV data.
getFormat() - Method in class org.openestate.io.core.CsvFormat
Returns the contained CSVFormat.
getLatestVersion() - Method in class org.openestate.io.core.XmlConvertableDocument
Returns the newest supported XmlVersion for the contained Document.
getNextVersion() - Method in interface org.openestate.io.core.XmlVersion
Returns the next version relative to this version.
getPreviousVersion() - Method in interface org.openestate.io.core.XmlVersion
Returns the previous version relative to this version.
getRecordLength() - Method in class org.openestate.io.core.CsvRecord
Returns the number of values, that are hold by this record.
getRecordLenth() - Method in class org.openestate.io.core.CsvRecord
Deprecated.
getRecordNumber() - Method in class org.openestate.io.core.CsvParser
Returns the total number of available records.
getRootElement(Document) - Static method in class org.openestate.io.core.XmlUtils
Return the root Element of a Document.
getVersion() - Method in class org.openestate.io.core.XmlConverter
Returns the version, that this converter is implemented for.

H

handleEvent(ValidationEvent) - Method in class org.openestate.io.core.XmlValidationHandler
Receive notification of a validation warning or error.
hasNext() - Method in class org.openestate.io.core.CsvParser
Checks, if another record is available for the parser.

I

isClosed() - Method in class org.openestate.io.core.CsvParser
Checks, if the parser instance was closed.
isLatestVersion() - Method in interface org.openestate.io.core.XmlVersion
Returns the newest / latest version, that is currently supported.
isNewerThen(XmlVersion) - Method in interface org.openestate.io.core.XmlVersion
Check, if this version is newer then another version.
isNumeric(String, Locale) - Static method in class org.openestate.io.core.NumberUtils
Test, if a string contains a parsable number.
isOlderThen(XmlVersion) - Method in interface org.openestate.io.core.XmlVersion
Check, if this version is older then another version.
isTextWrittenAsCDATA() - Method in class org.openestate.io.core.XmlDocument
Check, if text elements of generated XML should use CDATA.

L

LocaleUtils - Class in org.openestate.io.core
Some helper functions for localizations.

N

newDocument() - Static method in class org.openestate.io.core.XmlUtils
Create an empty Document.
newDocument(boolean) - Static method in class org.openestate.io.core.XmlUtils
Create an empty Document.
newDocument(String) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from a XML string.
newDocument(String, boolean) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from a XML string.
newDocument(InputSource) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from an InputSource.
newDocument(InputSource, boolean) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from an InputSource.
newDocument(InputStream) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from an InputStream.
newDocument(InputStream, boolean) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from an InputStream.
newDocument(File) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from a File.
newDocument(File, boolean) - Static method in class org.openestate.io.core.XmlUtils
Create a Document from a File.
newParser(CSVParser) - Method in class org.openestate.io.core.CsvFormat
Creates a new CsvParser for a CSVParser.
newPrinter(CSVPrinter) - Method in class org.openestate.io.core.CsvFormat
Creates a new CsvPrinter for a CSVPrinter.
newRecord(CSVRecord) - Method in class org.openestate.io.core.CsvParser
Creates a new CsvRecord with parsed CSV data.
newXPath(String) - Static method in class org.openestate.io.core.XmlUtils
Create a XPath expression.
newXPath(String, Document) - Static method in class org.openestate.io.core.XmlUtils
Create a XPath expression.
newXPath(String, Document, String) - Static method in class org.openestate.io.core.XmlUtils
Create a XPath expression.
next() - Method in class org.openestate.io.core.CsvParser
 
NumberUtils - Class in org.openestate.io.core
NumberUtils.
NumberUtils() - Constructor for class org.openestate.io.core.NumberUtils
 

O

org.openestate.io.core - package org.openestate.io.core
General classes for OpenEstate-IO.

P

parse(String) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvParser from a String with CSV data.
parse(File) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvParser from a File with CSV data.
parse(InputStream) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvParser from an InputStream with CSV data.
parse(Reader) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvParser from a Reader with CSV data.
parse(CSVRecord) - Method in class org.openestate.io.core.CsvRecord
Loads data from CsvParser into the record.
parse(String) - Method in class org.openestate.io.core.CsvRecord
Converts a single value before it is assigned to this record.
parseDate(String) - Static method in class org.openestate.io.core.XmlUtils
Reads an xsd:date value.
parseDateTime(String) - Static method in class org.openestate.io.core.XmlUtils
Reads an xsd:dateTime value.
parseNumber(String) - Static method in class org.openestate.io.core.NumberUtils
Convert a string value into a number.
parseNumber(String, Locale...) - Static method in class org.openestate.io.core.NumberUtils
Convert a string value into a number.
parseNumber(String, boolean, Locale...) - Static method in class org.openestate.io.core.NumberUtils
Convert a string value into a number.
prepareDocumentBeforeWritingToXml(Document) - Method in class org.openestate.io.core.XmlDocument
Make some modifications to a Document, before it is written to XML.
print(StringBuffer) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into a StringBuffer.
print(StringBuilder) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into a StringBuilder.
print(File) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into a File.
print(OutputStream) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into an OutputStream.
print(Writer) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into a Writer.
print(Appendable) - Method in class org.openestate.io.core.CsvFormat
Creates a CsvPrinter, that writes CSV data into an Appendable object.
print(String) - Method in class org.openestate.io.core.CsvPrinter
Prints a single CSV value.
print() - Method in class org.openestate.io.core.CsvRecord
Returns a list of values for this record as they are written into CSV.
printComment(String) - Method in class org.openestate.io.core.CsvPrinter
Prints a comment.
println() - Method in class org.openestate.io.core.CsvPrinter
Prints a record separator (line break).
printNode(Element) - Static method in class org.openestate.io.core.XmlUtils
Print an Element and its children to the local logger.
printNodes(Document) - Static method in class org.openestate.io.core.XmlUtils
Print nodes of a Document recursively to the local logger.
printNumber(Number, int, int) - Static method in class org.openestate.io.core.NumberUtils
Write a number into a string value.
printNumber(Number, int, int, Locale) - Static method in class org.openestate.io.core.NumberUtils
Write a number into a string value.
printRecord(Record) - Method in class org.openestate.io.core.CsvPrinter
Print a CsvRecord followed by a record separator (line break).
printRecords(Iterable<Record>) - Method in class org.openestate.io.core.CsvPrinter
Print multiple CsvRecord objects.

R

replaceLineBreaks(String) - Static method in class org.openestate.io.core.CsvPrinter
Helper function to replace line breaks in a string with <br/> before printing.
replaceLineBreaks(String, String) - Static method in class org.openestate.io.core.CsvPrinter
Helper function to replace line breaks in a string with a custom value before printing.
replaceNamespace(Document, String) - Static method in class org.openestate.io.core.XmlUtils
Replace the namespace of any Element in a Document.
replaceNamespace(Document, Node, String) - Static method in class org.openestate.io.core.XmlUtils
Replace the namespace of a Node and its children.
replaceTextWithCData(Document) - Static method in class org.openestate.io.core.XmlUtils
Replace all text values of a Document with CDATA values.
replaceTextWithCData(Document, Node) - Static method in class org.openestate.io.core.XmlUtils
Replace all text values of a Node with CDATA values.

S

set(int, String) - Method in class org.openestate.io.core.CsvRecord
Sets the value of this record at a certain index position.
setDocumentVersion(VersionType) - Method in class org.openestate.io.core.XmlConvertableDocument
Changes the XmlVersion of the contained Document.
setTextWrittenAsCDATA(boolean) - Method in class org.openestate.io.core.XmlDocument
Enable CDATA for text elements in generated XML.

T

toObject() - Method in class org.openestate.io.core.XmlDocument
Creates an object from the contained Document.
toReadableVersion() - Method in interface org.openestate.io.core.XmlVersion
Convert this version to a readable string.
toXml(File) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXml(File, boolean) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXml(OutputStream) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXml(OutputStream, boolean) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXml(Writer) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXml(Writer, boolean) - Method in class org.openestate.io.core.XmlDocument
Generate XML for the contained Document.
toXmlString() - Method in class org.openestate.io.core.XmlDocument
Returns XML for the contained Document.
toXmlString(boolean) - Method in class org.openestate.io.core.XmlDocument
Returns XML for the contained Document.
translateCountryName(String, Locale) - Static method in class org.openestate.io.core.LocaleUtils
Translate a country name into another language.

U

upgrade(XmlVersion) - Method in class org.openestate.io.core.XmlConvertableDocument
Upgrades the contained Document to a newer version.
upgradeFromPreviousVersion(DocumentType) - Method in class org.openestate.io.core.XmlConverter
Upgrade a XmlConvertableDocument document from the previous version to the current version.
upgradeToLatestVersion() - Method in class org.openestate.io.core.XmlConvertableDocument
Upgrades the contained Document to the newest / latest version.

W

write(Document, File) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to a File.
write(Document, File, boolean) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to a File.
write(Document, OutputStream) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to an OutputStream.
write(Document, OutputStream, boolean) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to an OutputStream.
write(Document, Writer) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to a Writer.
write(Document, Writer, boolean) - Static method in class org.openestate.io.core.XmlUtils
Write a Document to a Writer.

X

XmlConvertableDocument<JavaType,VersionType extends XmlVersion> - Class in org.openestate.io.core
An extended XmlDocument with versioning functionality.
XmlConvertableDocument(Document) - Constructor for class org.openestate.io.core.XmlConvertableDocument
 
XmlConverter<DocumentType extends XmlConvertableDocument,VersionType extends XmlVersion> - Class in org.openestate.io.core
A general class, that converts a XmlConvertableDocument into another XmlVersion.
XmlConverter() - Constructor for class org.openestate.io.core.XmlConverter
 
XmlDocument<JavaType> - Class in org.openestate.io.core
A container for a XML Document, that provides functions for conversion from / to Java objects.
XmlDocument(Document) - Constructor for class org.openestate.io.core.XmlDocument
Create from a Document.
XmlUtils - Class in org.openestate.io.core
Some helper functions for XML processing.
XmlValidationHandler - Class in org.openestate.io.core
A ValidationEventHandler that handles validation events during XML processing.
XmlValidationHandler() - Constructor for class org.openestate.io.core.XmlValidationHandler
 
XmlVersion - Interface in org.openestate.io.core
A general interface for versions of XML documents.
C D F G H I L N O P R S T U W X 
Skip navigation links

Copyright © 2018 OpenEstate. All rights reserved.