<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
version="0.1" elementFormDefault="qualified">
<element name="InclusiveNamespaces" type="ec:InclusiveNamespaces"/>
<complexType name="InclusiveNamespaces">
<attribute name="PrefixList" type="xsd:string"/>
</complexType>
</schema>
CanonicalizationMethod
Modifier and Type | Field and Description |
---|---|
public static final String | DEFAULT
Indicates the default namespace ("#default"). |
private final List |
Access | Constructor and Description |
---|---|
public | |
public | ExcC14NParameterSpec(List<String>
the inclusive namespace prefix list. Each entry in
the list is a prefixList)String that represents a namespace prefix.Creates a |
Modifier and Type | Method and Description |
---|---|
public List | Returns: the inclusive namespace prefix list (may be empty but nevernull )Returns the inclusive namespace prefix list. |
DEFAULT | back to summary |
---|---|
public static final String DEFAULT Indicates the default namespace ("#default"). |
prefixList | back to summary |
---|---|
private final List<String> prefixList |
ExcC14NParameterSpec | back to summary |
---|---|
public ExcC14NParameterSpec() Creates a |
ExcC14NParameterSpec | back to summary |
---|---|
public ExcC14NParameterSpec(List<String> prefixList) Creates a
|
getPrefixList | back to summary |
---|---|
public List Returns the inclusive namespace prefix list. Each entry in the list
is a This implementation returns an |