Class MetaElement

    • Constructor Detail

      • MetaElement

        protected MetaElement()
    • Method Detail

      • as

        public static MetaElement as​(Element elem)
        Assert that the given Element is compatible with this class and automatically typecast it.
      • is

        public static boolean is​(JavaScriptObject o)
        Determines whether the given JavaScriptObject can be cast to this class. A null object will cause this method to return false.
      • is

        public static boolean is​(Node node)
        Determine whether the given Node can be cast to this class. A null node will cause this method to return false.
      • is

        public static boolean is​(Element elem)
        Determine whether the given Element can be cast to this class. A null node will cause this method to return false.
      • getContent

        public final java.lang.String getContent()
        Associated information.
        See Also:
        W3C HTML Specification
      • getHttpEquiv

        public final java.lang.String getHttpEquiv()
        HTTP response header name [IETF RFC 2616].
        See Also:
        W3C HTML Specification
      • setContent

        public final void setContent​(java.lang.String content)
        Associated information.
        See Also:
        W3C HTML Specification
      • setHttpEquiv

        public final void setHttpEquiv​(java.lang.String httpEquiv)
        HTTP response header name [IETF RFC 2616].
        See Also:
        W3C HTML Specification
      • setName

        public final void setName​(java.lang.String name)
        Meta information name.
        See Also:
        W3C HTML Specification