Class DocumentSignaturesElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class DocumentSignaturesElement extends OdfElement
Data signature implementation of OpenDocument element <dsig:document-signatures>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • DocumentSignaturesElement

      public DocumentSignaturesElement(OdfFileDom ownerDoc)
      Create the instance of DocumentSignaturesElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <dsig:document-signatures>.
    • getVersionAttribute

      public String getVersionAttribute()
      Receives the value of the ODFDOM attribute representation VersionAttribute , See @dsig:version

      Attribute is mandatory.

      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setVersionAttribute

      public void setVersionAttribute(String versionValue)
      Sets the value of ODFDOM attribute representation VersionAttribute , See @dsig:version
      Parameters:
      versionValue - The type is String
    • newSignatureElement

      public SignatureElement newSignatureElement()
      Create child element <ds:Signature>.

      Child element is mandatory.

      Returns:
      the element <ds:Signature>