public interface  org.apache.axiom.dom.DOMElement extends java.lang.Object implements org.apache.axiom.dom.DOMChildNode, org.apache.axiom.dom.DOMParentNode, org.apache.axiom.dom.DOMNamedNode, org.w3c.dom.Element, org.apache.axiom.core.CoreElement
{
public org.apache.axiom.core.CoreAttribute coreGetFirstAttribute()
{
java.lang.Error v;
org.apache.axiom.dom.DOMElement v;
v := @this: org.apache.axiom.dom.DOMElement;
v = new java.lang.Error;
specialinvoke v.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <org.apache.axiom.dom.DOMElement: org.apache.axiom.core.CoreAttribute coreGetFirstAttribute()> does not exist!");
throw v;
}
public void coreAppendAttribute(org.apache.axiom.core.CoreAttribute)
{
java.lang.Error $r;
org.apache.axiom.dom.DOMElement this;
org.apache.axiom.core.CoreAttribute parameter;
this := @this: org.apache.axiom.dom.DOMElement;
parameter := @parameter: org.apache.axiom.core.CoreAttribute;
$r = new java.lang.Error;
specialinvoke $r.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <org.apache.axiom.dom.DOMElement: void coreAppendAttribute(org.apache.axiom.core.CoreAttribute)> does not exist!");
throw $r;
}
}