Uses of Class
org.pentaho.reporting.libraries.xmlns.common.AttributeList

Packages that use AttributeList
org.pentaho.reporting.libraries.xmlns.writer   
 

Uses of AttributeList in org.pentaho.reporting.libraries.xmlns.writer
 

Methods in org.pentaho.reporting.libraries.xmlns.writer with parameters of type AttributeList
 DeclaredNamespaces DeclaredNamespaces.add(AttributeList attributes)
          Adds all declared namespaces from the given attribute-list into the namespaces collection.
 void XmlWriter.writeTag(java.lang.String namespace, java.lang.String name, AttributeList attributes, boolean close)
          Writes an opening XML tag along with a list of attribute/value pairs.
 void XmlWriterSupport.writeTag(java.io.Writer w, java.lang.String namespaceUri, java.lang.String name, AttributeList attributes, boolean close)
          Writes an opening XML tag along with a list of attribute/value pairs.