org.tm4j.panckoucke.impl.renderer.AbstractSAXRenderer .addAttribute(org.xml.sax.helpers.AttributesImpl att,java.lang.String ns,java.lang.String name,java.lang.String type,java.lang.String value)

Description

Adds a attribute declaration to the attribute list

Parameters
org.xml.sax.helpers.AttributesImpl att - the Attributes object Attribute object
java.lang.String name - name of the attribute attribute name
java.lang.String ns - namespace of the attribute
java.lang.String type - type of the attribute (NMTOKEN, CDATA, ...) attribute type (NMTOKEN, CDATA, ...)
java.lang.String value - value of the attribute attribute value

Throws

Other Resources