Interface SchemaElement

    • Method Detail

      • setDocumentation

        void setDocumentation​(Documentation doc)
        Set the documentation element for this document.
        Parameters:
        doc - the documentation element
      • getDocumentation

        Documentation getDocumentation()
        Get the documentation element.
        Returns:
        the documentation element
      • createDocumentation

        Documentation createDocumentation()
        Create the documentation element.
        Returns:
        the documentation element
      • getOtherAttributes

        Map<QName,​String> getOtherAttributes()
                                            throws XmlException
        Get the map containing all the attributes defined on this element. The keys are the qnames of the attributes.
        Returns:
        a map containing all the attributes defined on this element
        Throws:
        XmlException