Class SignatureElement

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

public class SignatureElement extends OdfElement
Data signature implementation of OpenDocument element <ds:Signature>.

This class can have any org.w3c.dom.Element child element. This class can have any org.w3c.dom.Attribute attribute.

See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • SignatureElement

      public SignatureElement(OdfFileDom ownerDoc)
      Create the instance of SignatureElement
      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 <ds:Signature>.
    • newTextNode

      public void newTextNode(String content)
      Add text content. Only elements which are allowed to have text content offer this method.