public class UnknownExtensionElement extends java.lang.Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
element
Unknown extension element.
|
protected QName |
qname
QName for the unknown extension element.
|
Constructor and Description |
---|
UnknownExtensionElement(QName qname,
org.w3c.dom.Element element)
Create an uknown extension element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected QName qname
protected org.w3c.dom.Element element
public UnknownExtensionElement(QName qname, org.w3c.dom.Element element)
qname
- the element type for this elementelement
- the unknown extension elementpublic QName getQName()
getQName
in interface ExtensionElement
public org.w3c.dom.Element getElement()
public java.lang.String toXMLString()
toXMLString
in interface WSILElement
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.