Class BaseStructure
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.BaseStructure
-
- All Implemented Interfaces:
javax.xml.crypto.XMLStructure
- Direct Known Subclasses:
DOMDigestMethod,DOMHMACSignatureMethod,DOMKeyInfo,DOMKeyName,DOMKeyValue,DOMManifest,DOMPGPData,DOMSignatureMethod,DOMSignatureProperties,DOMSignatureProperty,DOMStructure,DOMTransform,DOMX509Data,DOMX509IssuerSerial,DOMXMLObject
public abstract class BaseStructure extends java.lang.Object implements javax.xml.crypto.XMLStructure
-
-
Constructor Summary
Constructors Constructor Description BaseStructure()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFeatureSupported(java.lang.String feature)static java.lang.StringtextOfNode(org.w3c.dom.Node node)Just return the text of the immediate child of a node.
-
-
-
Method Detail
-
textOfNode
public static java.lang.String textOfNode(org.w3c.dom.Node node)
Just return the text of the immediate child of a node.- Parameters:
node-- Returns:
- the text of a Node
-
isFeatureSupported
public final boolean isFeatureSupported(java.lang.String feature)
- Specified by:
isFeatureSupportedin interfacejavax.xml.crypto.XMLStructure
-
-