Uses of Class
org.pentaho.reporting.libraries.xmlns.common.AttributeList
-
Packages that use AttributeList Package Description 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 Modifier and Type Method Description DeclaredNamespacesDeclaredNamespaces. add(AttributeList attributes)Adds all declared namespaces from the given attribute-list into the namespaces collection.voidXmlWriter. 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.voidXmlWriterSupport. 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.
-