Uses of Class
org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
-
Packages that use DeclaredNamespaces Package Description 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 Modifier and Type Method Description DeclaredNamespacesDeclaredNamespaces. add(String uri, String prefix)Adds a single namespace definition to the collection.DeclaredNamespacesDeclaredNamespaces. add(HashMap newNamespaces)Adds all namespaces from the given hashmap into this map.DeclaredNamespacesDeclaredNamespaces. add(AttributeList attributes)Adds all declared namespaces from the given attribute-list into the namespaces collection.protected DeclaredNamespacesXmlWriterSupport. computeNamespaces()Computes the current collection of defined namespaces.Constructors in org.pentaho.reporting.libraries.xmlns.writer with parameters of type DeclaredNamespaces Constructor Description DeclaredNamespaces(DeclaredNamespaces namespaces)Creates a new namespaces collection using the given namespaces as initial values.
-