Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java')
-rw-r--r--plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java b/plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java
index 2eaeb42020a..c396e7fa7e5 100644
--- a/plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java
+++ b/plugins/xwt/org.eclipse.papyrus.xwt/src/org/eclipse/papyrus/xwt/internal/xml/Element.java
@@ -100,7 +100,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @see com.soyatec.eface.core.IElement#attributeNames()
*/
public String[] attributeNames() {
@@ -109,7 +109,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @see com.soyatec.eface.core.IElement#attributeNamespaces()
*/
public String[] attributeNamespaces() {
@@ -118,7 +118,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @seecom.soyatec.eface.core.IElement#setAttribute(com.soyatec.eface.core. IAttribute)
*/
public void setAttribute(Attribute attribute) {
@@ -128,7 +128,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @see com.soyatec.eface.IElement#attributeNames(java.lang.String)
*/
public String[] attributeNames(String namespace) {
@@ -145,7 +145,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @see com.soyatec.eface.core.IElement#getAttribute(java.lang.String)
*/
public Attribute getAttribute(String name) {
@@ -155,7 +155,7 @@ public class Element extends DocumentObject {
/*
* (non-Javadoc)
- *
+ *
* @see com.soyatec.eface.core.IElement#getAttribute(java.lang.String, java.lang.String)
*/
public Attribute getAttribute(String namespace, String name) {

Back to the top