Package eu.europa.esig.dss.definition
Interface DSSElement
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
XAdESElement
- All Known Implementing Classes:
ASiCElement,ManifestElement,XAdES111Element,XAdES122Element,XAdES132Element,XAdES141Element,XMLDSigElement
The XML element
-
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns element tag namegetURI()Returns namespace URIbooleanisSameTagName(String value) Checks if the tag name matches to the current element
-
Method Details
-
getTagName
String getTagName()Returns element tag name- Returns:
Stringelement tag name
-
getNamespace
DSSNamespace getNamespace()Returns the namespace- Returns:
DSSNamespace
-
getURI
String getURI()Returns namespace URI- Returns:
Stringuri
-
isSameTagName
Checks if the tag name matches to the current element- Parameters:
value-Stringelement name to compare- Returns:
- TRUE if the value matches, FALSE otherwise
-