Class UnknownExtensionElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element element
      Unknown extension element.
      protected QName qname
      QName for the unknown extension element.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownExtensionElement​(QName qname, org.w3c.dom.Element element)
      Create an uknown extension element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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.