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(String namespace, String name, AttributeList attributes, boolean close)
          Writes an opening XML tag along with a list of attribute/value pairs.
 void XmlWriterSupport.writeTag(Writer w, String namespaceUri, String name, AttributeList attributes, boolean close)
          Writes an opening XML tag along with a list of attribute/value pairs.