Class BaseStructure

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseStructure()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFeatureSupported​(java.lang.String feature)  
      static java.lang.String textOfNode​(org.w3c.dom.Node node)
      Just return the text of the immediate child of a node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseStructure

        public BaseStructure()
    • 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:
        isFeatureSupported in interface javax.xml.crypto.XMLStructure