This method is provided for SAX parser writers, to allow them to build up an attribute list incrementally before delivering it to the application.
@param name The attribute name. @param type The attribute type ("NMTOKEN" for an enumeration). @param value The attribute value (must not be null). @see #removeAttribute @see org.xml.sax.DocumentHandler#startElement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|