public class DOMStructure extends Object implements XMLStructure
XMLStructure
。本课的目的是让一个DOM节点是用来代表可扩展的内容(任何元素或混合内容的XML数字签名的结构)。
如果一个序列的节点是必要的,在DOMStructure
包含节点的序列和连续的节点,第一个节点可以通过调用Node.getNextSibling()
访问。
如果业主的DOMStructure
文件是不同的XMLSignature
目标文档的方法,XMLSignature.sign(XMLSignContext)
进口节点到目标文档生成之前的签名。
Constructor and Description |
---|
DOMStructure(Node node)
创建一个
DOMStructure 包含指定的节点。
|
public DOMStructure(Node node)
DOMStructure
包含指定的节点。
node
-节点
null
node
NullPointerException
public Node getNode()
DOMStructure
节点。
public boolean isFeatureSupported(String feature)
XMLStructure
isFeatureSupported
接口
XMLStructure
feature
-功能名称(如绝对URI)
true
如果指定的功能是支持,
false
否则
null
feature
NullPointerException
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.