Interface HTMLMetaElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLMetaElement
    extends HTMLElement
    This contains generic meta-information about the document. See the META element definition in HTML 4.0.
    • Method Detail

      • getContent

        java.lang.String getContent()
        Associated information. See the content attribute definition in HTML 4.0.
      • setContent

        void setContent​(java.lang.String content)
      • getHttpEquiv

        java.lang.String getHttpEquiv()
        HTTP response header name. See the http-equiv attribute definition in HTML 4.0.
      • setHttpEquiv

        void setHttpEquiv​(java.lang.String httpEquiv)
      • getName

        java.lang.String getName()
        Meta information name. See the name attribute definition in HTML 4.0.
      • setName

        void setName​(java.lang.String name)
      • getScheme

        java.lang.String getScheme()
        Select form of content. See the scheme attribute definition in HTML 4.0.
      • setScheme

        void setScheme​(java.lang.String scheme)