Interface Transforms

All Superinterfaces:
XMLObject
All Known Implementing Classes:
TransformsImpl

public interface Transforms
extends XMLObject
XMLObject representing XML Digital Signature, version 20020212, Transforms element.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
      Constant Field Values
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getTransforms

      @Nonnull List<Transform> getTransforms()
      Get the list of Transform child elements.
      Returns:
      a List of Transform child elements