Class AttributesImplSerializer

java.lang.Object
org.xml.sax.helpers.AttributesImpl
org.apache.xml.serializer.AttributesImplSerializer
All Implemented Interfaces:
Attributes

public final class AttributesImplSerializer extends AttributesImpl
This class extends org.xml.sax.helpers.AttributesImpl which implements org. xml.sax.Attributes. But for optimization this class adds a Hashtable for faster lookup of an index by qName, which is commonly done in the stream serializer.
See Also: