Package org.apache.jackrabbit.vault.util.xml.serialize


@Version("3.0.0") package org.apache.jackrabbit.vault.util.xml.serialize
  • Classes
    Class
    Description
    StAX XML Stream Writer filter.
    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 Java