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