Class MetaElement


@TagName("meta") public class MetaElement extends Element
This contains generic meta-information about the document.
See Also:
  • Field Details

  • Constructor Details

    • MetaElement

      protected MetaElement()
  • Method Details

    • 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 String getContent()
      Associated information.
      See Also:
    • getHttpEquiv

      public final String getHttpEquiv()
      HTTP response header name [IETF RFC 2616].
      See Also:
    • getName

      public final String getName()
      Meta information name.
      See Also:
    • setContent

      public final void setContent(String content)
      Associated information.
      See Also:
    • setHttpEquiv

      public final void setHttpEquiv(String httpEquiv)
      HTTP response header name [IETF RFC 2616].
      See Also:
    • setName

      public final void setName(String name)
      Meta information name.
      See Also: