Class DocumentStringConverter

java.lang.Object
org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter
All Implemented Interfaces:
Serializable, StringConverter<Document>

@ClassVersion(sourceVersion="$Id: DocumentStringConverter.java 1072 2023-09-30 20:44:38Z tquadrat $") @API(status=STABLE, since="0.1.0") public final class DocumentStringConverter extends Object implements StringConverter<Document>

An implementation of StringConverter for Document values.

The method fromString(CharSequence) parses the input to a document, using the default DocumentBuilderFactory to get a DocumentBuilder.

toString(Document) uses an instance of Transformer to get a String from the document.

Note:
  • When converting a String to an instance of Document back to a String, the final String may be different from the input because the formatting can differ, and some implicit defaults will now be provided as explicit setting. Only the semantics are guaranteed to be still the same.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: DocumentStringConverter.java 1072 2023-09-30 20:44:38Z tquadrat $
Since:
0.1.0
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter"

UML Diagram for "org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter"

UML Diagram for "org.tquadrat.foundation.xml.stringconverter.DocumentStringConverter"