Module jdk.xml.dom

Interface HTMLMetaElement

    • Method Detail

      • getContent

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

        void setContent​(String content)
      • getHttpEquiv

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

        void setHttpEquiv​(String httpEquiv)
      • getName

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

        void setName​(String name)
      • getScheme

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

        void setScheme​(String scheme)