Package | Description |
---|---|
org.pentaho.reporting.libraries.xmlns.writer |
Modifier and Type | Method | Description |
---|---|---|
DeclaredNamespaces |
DeclaredNamespaces.add(java.lang.String uri,
java.lang.String prefix) |
Adds a single namespace definition to the collection.
|
DeclaredNamespaces |
DeclaredNamespaces.add(java.util.HashMap newNamespaces) |
Adds all namespaces from the given hashmap into this map.
|
DeclaredNamespaces |
DeclaredNamespaces.add(AttributeList attributes) |
Adds all declared namespaces from the given attribute-list into the namespaces collection.
|
Constructor | Description |
---|---|
DeclaredNamespaces(DeclaredNamespaces namespaces) |
Creates a new namespaces collection using the given namespaces as initial values.
|