Class OrderedAttributeXMLWriter

java.lang.Object
org.apache.ws.commons.serialize.XMLWriterImpl
org.apache.ws.commons.serialize.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 Details

    • OrderedAttributeXMLWriter

      public OrderedAttributeXMLWriter()
  • Method Details