org.apache.ws.commons.serialize

Class OrderedAttributeXMLWriter

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.
Method Summary
voidstartElement(String pNamespaceURI, String pLocalName, String pQName, Attributes pAttrs)

Method Detail

startElement

public void startElement(String pNamespaceURI, String pLocalName, String pQName, Attributes pAttrs)
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.