Uses of Class
org.htmlunit.html.BaseFrameElement
Packages that use BaseFrameElement
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.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 BaseFrameElementModifier and TypeMethodDescriptionbooleanFrameContentHandler.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.htmlModifier and TypeClassDescriptionclassWrapper for the HTML element "frame".classWrapper for the HTML element "iframe".Fields in org.htmlunit.html declared as BaseFrameElementFields in org.htmlunit.html with type parameters of type BaseFrameElementMethods in org.htmlunit.html that return BaseFrameElementModifier and TypeMethodDescriptionFrameWindow.getFrameElement()Gets the DOM node of the (i)frame containing this window.Methods in org.htmlunit.html with parameters of type BaseFrameElementConstructors in org.htmlunit.html with parameters of type BaseFrameElementModifierConstructorDescription(package private)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 BaseFrameElementModifier and TypeMethodDescriptionprivate BaseFrameElementHTMLFrameElement.getFrame()private BaseFrameElementHTMLIFrameElement.getFrame()