Interface DSSElement

All Superinterfaces:
Serializable
All Known Subinterfaces:
XAdESElement
All Known Implementing Classes:
ASiCElement, ManifestElement, XAdES111Element, XAdES122Element, XAdES132Element, XAdES141Element, XMLDSigElement

public interface DSSElement extends Serializable
The XML element
  • Method Details

    • getTagName

      String getTagName()
      Returns element tag name
      Returns:
      String element tag name
    • getNamespace

      DSSNamespace getNamespace()
      Returns the namespace
      Returns:
      DSSNamespace
    • getURI

      String getURI()
      Returns namespace URI
      Returns:
      String uri
    • isSameTagName

      boolean isSameTagName(String value)
      Checks if the tag name matches to the current element
      Parameters:
      value - String element name to compare
      Returns:
      TRUE if the value matches, FALSE otherwise