Uses of Class
org.dellroad.stuff.xml.StreamWriterDelegate
Packages that use StreamWriterDelegate
Package
Description
Simple XML Persistence Objects (POBJ).
XML utility classes.
-
Uses of StreamWriterDelegate in org.dellroad.stuff.pobj
Subclasses of StreamWriterDelegate in org.dellroad.stuff.pobjModifier and TypeClassDescriptionclassAnnotatedXMLStreamWriterthat inserts the schema update list into the document using anPersistentObjectSchemaUpdater.UPDATES_ELEMENT_NAMEannotation element. -
Uses of StreamWriterDelegate in org.dellroad.stuff.xml
Subclasses of StreamWriterDelegate in org.dellroad.stuff.xmlModifier and TypeClassDescriptionclassXMLStreamWriterthat adds an extra annotation element to an XML document as it is written.classWrapper for an underlyingXMLStreamWriterthat replaces consecutive opening and closing XML tags with empty string content with a single self-closing tag.classWrapper for an underlyingXMLStreamWriterthat "pretty-prints" the XML by replacing the whitespace between XML tags so that the result is properly indented.