Package eu.europa.esig.dss.definition
Interface DSSElement
- All Known Subinterfaces:
XAdESElement
- All Known Implementing Classes:
ASiCElement
,ManifestElement
,XAdES111Element
,XAdES122Element
,XAdES132Element
,XAdES141Element
,XMLDSigElement
public interface DSSElement
The XML element
-
Method Summary
Modifier and Type Method Description DSSNamespace
getNamespace()
Returns the namespaceString
getTagName()
Returns element tag nameString
getURI()
Returns namespace URIboolean
isSameTagName(String value)
Checks if the tag name matches to the current 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
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
-