Class HtmlRp

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlRp extends HtmlElement
Wrapper for the HTML element "rp".
See Also:
  • Field Details

    • TAG_NAME

      public static final String TAG_NAME
      The HTML tag represented by this element.
      See Also:
    • createdByJavascript_

      private boolean createdByJavascript_
  • Constructor Details

    • HtmlRp

      HtmlRp(String qualifiedName, SgmlPage page, Map<String,DomAttr> attributes)
      Creates a new instance.
      Parameters:
      qualifiedName - the qualified name of the element type to instantiate
      page - the page that contains this element
      attributes - the initial attributes
  • Method Details

    • markAsCreatedByJavascript

      public void markAsCreatedByJavascript()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Marks this frame as created by javascript.
    • wasCreatedByJavascript

      public boolean wasCreatedByJavascript()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Returns true if this frame was created by javascript.
      Returns:
      true or false
    • getDefaultStyleDisplay

      public HtmlElement.DisplayStyle getDefaultStyleDisplay()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Returns the default display style.
      Overrides:
      getDefaultStyleDisplay in class HtmlElement
      Returns:
      the default display style