Interface TransformDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface TransformDocument
    extends XmlObject
    A document containing one Transform(@http://www.w3.org/2000/09/xmldsig#) element. This is a complex type.
    • Method Detail

      • getTransform

        TransformType getTransform()
        Gets the "Transform" element
      • setTransform

        void setTransform​(TransformType transform)
        Sets the "Transform" element
      • addNewTransform

        TransformType addNewTransform()
        Appends and returns a new empty "Transform" element