Class OrderedAttributeXMLWriter

  • All Implemented Interfaces:
    XMLWriter, ContentHandler

    public class OrderedAttributeXMLWriter
    extends XMLWriterImpl
    A subclass of XMLWriterImpl, which writes the attributes ordered alphabetically. This is mainly useful for test purposes, when a canonical representation of the result is required for comparing against an expected value.
    • Constructor Detail

      • OrderedAttributeXMLWriter

        public OrderedAttributeXMLWriter()
    • Method Detail