public final class ExcC14NParameterSpec extends Object implements C14NMethodParameterSpec
<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 |
---|---|
static String |
DEFAULT
表示默认命名空间(“#default”)。
|
Constructor and Description |
---|
ExcC14NParameterSpec()
创建一个空的前缀列表的
ExcC14NParameterSpec 。
|
ExcC14NParameterSpec(List prefixList)
创建具有
ExcC14NParameterSpec 的前缀列表的ExcC14NParameterSpec。
|
public static final String DEFAULT
public ExcC14NParameterSpec()
ExcC14NParameterSpec
。
public ExcC14NParameterSpec(List prefixList)
ExcC14NParameterSpec
的前缀列表的ExcC14NParameterSpec。
该列表被复制以防止后续修改。
prefixList
- 包含的命名空间前缀列表。
列表中的每个条目是String
表示一个命名空间前缀。
NullPointerException
- 如果
prefixList
是
null
ClassCastException
- 如果列表中的任何条目不是类型
String
public List getPrefixList()
null
)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.