Uses of Class
org.htmlunit.html.BaseFrameElement
-
Packages that use BaseFrameElement Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of BaseFrameElement in org.htmlunit
Methods in org.htmlunit with parameters of type BaseFrameElement Modifier and Type Method Description booleanFrameContentHandler. loadFrameDocument(BaseFrameElement baseFrameElement)Called to decide if the content (referred from the source attribute) should be loaded or not. -
Uses of BaseFrameElement in org.htmlunit.html
Subclasses of BaseFrameElement in org.htmlunit.html Modifier and Type Class Description classHtmlFrameWrapper for the HTML element "frame".classHtmlInlineFrameWrapper for the HTML element "iframe".Fields in org.htmlunit.html declared as BaseFrameElement Modifier and Type Field Description private BaseFrameElementFrameWindow. frame_Fields in org.htmlunit.html with type parameters of type BaseFrameElement Modifier and Type Field Description private java.util.SortedSet<BaseFrameElement>HtmlPage. frameElements_Methods in org.htmlunit.html that return BaseFrameElement Modifier and Type Method Description BaseFrameElementFrameWindow. getFrameElement()Gets the DOM node of the (i)frame containing this window.Methods in org.htmlunit.html with parameters of type BaseFrameElement Modifier and Type Method Description private java.util.Map<java.lang.String,DomAttr>XmlSerializer. getAttributesFor(BaseFrameElement frame)Constructors in org.htmlunit.html with parameters of type BaseFrameElement Constructor Description FrameWindow(BaseFrameElement frame)Creates an instance for a given frame. -
Uses of BaseFrameElement in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return BaseFrameElement Modifier and Type Method Description private BaseFrameElementHTMLFrameElement. getFrame()private BaseFrameElementHTMLIFrameElement. getFrame()
-