@Version("3.0.0")
Package org.apache.jackrabbit.vault.util.xml.serialize
-
Class Summary Class Description FormattingXmlStreamWriter StAX XML Stream Writer filter.NormalizingSaxFilter SAX filter which orders attributes alphabetically strips ignorable whitespace (works even without schema/DTD: all characters in FileVault can be stripped because all elements are supposed to be empty) removes leading comments (prior to root element) due to bug in SAX2StAXStreamWriter in JavaOutputFormat