Uses of Class
org.dellroad.stuff.xml.StreamWriterDelegate
Package
Description
Simple XML Persistence Objects (POBJ).
XML utility classes.
-
Uses of StreamWriterDelegate in org.dellroad.stuff.pobj
Modifier and TypeClassDescriptionclass
AnnotatedXMLStreamWriter
that inserts the schema update list into the document using anPersistentObjectSchemaUpdater.UPDATES_ELEMENT_NAME
annotation element. -
Uses of StreamWriterDelegate in org.dellroad.stuff.xml
Modifier and TypeClassDescriptionclass
XMLStreamWriter
that adds an extra annotation element to an XML document as it is written.class
Wrapper for an underlyingXMLStreamWriter
that replaces consecutive opening and closing XML tags with empty string content with a single self-closing tag.class
Wrapper for an underlyingXMLStreamWriter
that "pretty-prints" the XML by replacing the whitespace between XML tags so that the result is properly indented.