public class ExcC14NParameterSpec extends java.lang.Object implements TransformParameterSpec, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT
Indicates the default namespace : #default.
|
| Constructor and Description |
|---|
ExcC14NParameterSpec()
Class constructor.
|
ExcC14NParameterSpec(java.util.List prefixList)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPrefixList()
Returns the list of the inclusive namespace prefixes.
|
public static final java.lang.String DEFAULT
public ExcC14NParameterSpec()
public ExcC14NParameterSpec(java.util.List prefixList)
throws java.lang.NullPointerException,
java.lang.ClassCastException
prefixList - inclusive namespace prefix list. Each entry in the list is a String that represents a namespace prefix.java.lang.NullPointerException - if the prefixList is nulljava.lang.ClassCastException - if any of the entries in the list are not of type String