org.tm4j.panckoucke.impl.renderer.AbstractSAXRenderer .startRootTag(java.lang.String tag,org.xml.sax.helpers.AttributesImpl att)

Description

Creates the starting root tag of the xml file. The root tag contains the namespace declarations

Parameters
org.xml.sax.helpers.AttributesImpl att - the Attributes, namespace declarations are added to this Attribute object
java.lang.String tag - the element name

Throws

Other Resources

Related Topics

Has Parameters