org.apache.wsil.extension
Class UnknownExtensionElement

java.lang.Object
  extended by org.apache.wsil.extension.UnknownExtensionElement
All Implemented Interfaces:
java.io.Serializable, ExtensionElement, WSILElement

public class UnknownExtensionElement
extends java.lang.Object
implements ExtensionElement

This class is used to represent an unknown extension element.

Version:
1.0
See Also:
Serialized Form

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

qname

protected QName qname
QName for the unknown extension element.


element

protected org.w3c.dom.Element element
Unknown extension element.

Constructor Detail

UnknownExtensionElement

public UnknownExtensionElement(QName qname,
                               org.w3c.dom.Element element)
Create an uknown extension element.

Parameters:
qname - the element type for this element
element - the unknown extension element
Method Detail

getQName

public QName getQName()
Get the language attribute for the abstract.

Specified by:
getQName in interface ExtensionElement
Returns:
Returns the element type for this element.

getElement

public org.w3c.dom.Element getElement()
Get the Element for this extension element.

Returns:
the unknown element that was encountered

toXMLString

public java.lang.String toXMLString()
XML String representation of this object.

Specified by:
toXMLString in interface WSILElement
Returns:
Returns the XML string format of this element.


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.