Uses of Class
org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces

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

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

Methods in org.pentaho.reporting.libraries.xmlns.writer that return DeclaredNamespaces
 DeclaredNamespaces DeclaredNamespaces.add(AttributeList attributes)
          Adds all declared namespaces from the given attribute-list into the namespaces collection.
 DeclaredNamespaces DeclaredNamespaces.add(java.util.HashMap newNamespaces)
          Adds all namespaces from the given hashmap into this map.
 DeclaredNamespaces DeclaredNamespaces.add(java.lang.String uri, java.lang.String prefix)
          Adds a single namespace definition to the collection.
 

Constructors in org.pentaho.reporting.libraries.xmlns.writer with parameters of type DeclaredNamespaces
DeclaredNamespaces(DeclaredNamespaces namespaces)
          Creates a new namespaces collection using the given namespaces as initial values.