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 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
-