Class UnknownExtensionElement

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

public class UnknownExtensionElement extends Object implements ExtensionElement
This class is used to represent an unknown extension element.
Version:
1.0
See Also:
  • Field Details

    • qname

      protected QName qname
      QName for the unknown extension element.
    • element

      protected Element element
      Unknown extension element.
  • Constructor Details

    • UnknownExtensionElement

      public UnknownExtensionElement(QName qname, Element element)
      Create an uknown extension element.
      Parameters:
      qname - the element type for this element
      element - the unknown extension element
  • Method Details

    • 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 Element getElement()
      Get the Element for this extension element.
      Returns:
      the unknown element that was encountered
    • toXMLString

      public String toXMLString()
      XML String representation of this object.
      Specified by:
      toXMLString in interface WSILElement
      Returns:
      Returns the XML string format of this element.