|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wsil.extension.UnknownExtensionElement
public class UnknownExtensionElement
This class is used to represent an unknown extension element.
| Field Summary | |
|---|---|
protected org.w3c.dom.Element |
element
Unknown extension element. |
protected QName |
qname
QName for the unknown extension element. |
| Constructor Summary | |
|---|---|
UnknownExtensionElement(QName qname,
org.w3c.dom.Element element)
Create an uknown extension element. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getElement()
Get the Element for this extension element. |
QName |
getQName()
Get the language attribute for the abstract. |
java.lang.String |
toXMLString()
XML String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName qname
protected org.w3c.dom.Element element
| Constructor Detail |
|---|
public UnknownExtensionElement(QName qname,
org.w3c.dom.Element element)
qname - the element type for this elementelement - the unknown extension element| Method Detail |
|---|
public QName getQName()
getQName in interface ExtensionElementpublic org.w3c.dom.Element getElement()
public java.lang.String toXMLString()
toXMLString in interface WSILElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||