org.apache.ws.jaxme.impl
Class OrderedAttributeXMLWriter
- org.xml.sax.ContentHandler, XMLWriter
public class OrderedAttributeXMLWriter
This is a subclass of
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.
void | startElement(String pNamespaceURI, String pLocalName, String pQName, Attributes pAttrs)- Starts a new element.
|
canEncode, characters, endDocument, endElement, endPrefixMapping, getDocumentLocator, getMarshaller, getWriter, ignorableWhitespace, init, processingInstruction, setDocumentLocator, setWriter, skippedEntity, startDocument, startElement, startPrefixMapping |
startElement
public void startElement(String pNamespaceURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXExceptionStarts a new element.
- startElement in interface XMLWriterImpl