Interface FullyQualifiedElement

    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        Returns the root element XML namespace.
        Returns:
        the namespace.
      • getQName

        default javax.xml.namespace.QName getQName()
      • getLanguage

        default java.lang.String getLanguage()
        Description copied from interface: XmlLangElement
        Returns the xml:lang of this XML element, or null if one has not been set.
        Specified by:
        getLanguage in interface XmlLangElement
        Returns:
        the xml:lang of this XML element, or null.