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
Constructor and Description |
---|
ExcC14NParameterSpec()
创建一个空的前缀列表
ExcC14NParameterSpec 。
|
ExcC14NParameterSpec(List prefixList)
创建一个具有指定名字的前缀
ExcC14NParameterSpec 。
|
public static final String DEFAULT
public ExcC14NParameterSpec()
ExcC14NParameterSpec
。
public ExcC14NParameterSpec(List prefixList)
ExcC14NParameterSpec
。列表被复制以防止后续的修改。
prefixList
-包含命名空间前缀列表。列表中的每个条目是一个
String
表示命名空间前缀。
null
prefixList
NullPointerException
ClassCastException
-如果任何条目列表中不
String
型
public List getPrefixList()
String
表示命名空间前缀。
此实现返回一个unmodifiable list
。
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.