Class AlgorithmElement

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

public class AlgorithmElement extends OdfElement
Manifest implementation of OpenDocument element <manifest:algorithm>.

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

See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • AlgorithmElement

      public AlgorithmElement(OdfFileDom ownerDoc)
      Create the instance of AlgorithmElement
      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 <manifest:algorithm>.
    • getAlgorithmNameAttribute

      public String getAlgorithmNameAttribute()
      Receives the value of the ODFDOM attribute representation AlgorithmNameAttribute , See @manifest:algorithm-name

      Attribute is mandatory.

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

      public void setAlgorithmNameAttribute(String algorithmNameValue)
      Sets the value of ODFDOM attribute representation AlgorithmNameAttribute , See @manifest:algorithm-name
      Parameters:
      algorithmNameValue - The type is String
    • getInitialisationVectorAttribute

      public String getInitialisationVectorAttribute()
      Receives the value of the ODFDOM attribute representation InitialisationVectorAttribute , See @manifest:initialisation-vector

      Attribute is mandatory.

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

      public void setInitialisationVectorAttribute(String initialisationVectorValue)
      Sets the value of ODFDOM attribute representation InitialisationVectorAttribute , See @manifest:initialisation-vector
      Parameters:
      initialisationVectorValue - The type is String