org.apache.jcp.xml.dsig.internal.dom
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseStructure
public BaseStructure()
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 interface XMLStructure
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.