org.apache.ws.jaxme.impl
Class OrderedAttributeXMLWriter
public
class
OrderedAttributeXMLWriter
extends XMLWriterImpl
This is a subclass of {@link org.apache.ws.jaxme.impl.XMLWriterImpl},
that 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.
public void startElement(String pNamespaceURI, String pLocalName, String pQName, Attributes pAttrs)