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 Details

    • DSigData

      public DSigData(Element parent, Node prevSibling)
  • Method Details

    • getValue

      public 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 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 Object
      Returns:
      the text value.