Package com.adobe.xfa

Class DSigData

  • All Implemented Interfaces:
    Peer

    public final class DSigData
    extends Element
    An element that describes a unit of xml dsig data.
    • Constructor Detail

      • DSigData

        public DSigData​(Element parent,
                        Node prevSibling)
    • Method Detail

      • getValue

        public java.lang.String getValue​(boolean bAsFragment)
        Get the text stored in this element
        Parameters:
        bAsFragment - get text as XML fragment if TRUE
        Returns:
        the text string
      • toString

        public java.lang.String toString()
        Cast this element to a String. This allows this object to be used in contexts where a string is expected without needing to explicitly call getValue().
        Overrides:
        toString in class java.lang.Object
        Returns:
        the text value.