Interface LangAttribute

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Implementing Classes:
    LangAttributeImpl

    public interface LangAttribute
    extends XmlObject
    A document containing one lang(@http://www.w3.org/XML/1998/namespace) attribute. This is a complex type.
    • Method Detail

      • getLang

        java.lang.String getLang()
        Gets the "lang" attribute
      • xgetLang

        XmlLanguage xgetLang()
        Gets (as xml) the "lang" attribute
      • isSetLang

        boolean isSetLang()
        True if has "lang" attribute
      • setLang

        void setLang​(java.lang.String lang)
        Sets the "lang" attribute
      • xsetLang

        void xsetLang​(XmlLanguage lang)
        Sets (as xml) the "lang" attribute
      • unsetLang

        void unsetLang()
        Unsets the "lang" attribute