Package com.teamdev.jxbrowser.dom
Interface FrameElement
- All Superinterfaces:
Element,EventTarget,Node,SearchContext
An HTML DOM frame or iframe element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.dom.Element
Element.AlignTo -
Method Summary
Modifier and TypeMethodDescriptionReturns anOptionalthat contains the document of the current FRAME/IFRAME element if it exists, otherwise an emptyOptional.Methods inherited from interface com.teamdev.jxbrowser.dom.Element
attributes, blur, boundingClientRect, boundingClientRectInViewport, focus, innerHtml, innerHtml, innerText, innerText, outerHtml, outerHtml, scrollIntoViewMethods inherited from interface com.teamdev.jxbrowser.dom.event.EventTarget
addEventListener, dispatch, eventListeners, removeEventListenerMethods inherited from interface com.teamdev.jxbrowser.dom.Node
appendChild, children, click, close, compareDocumentPosition, document, evaluate, evaluate, insertChild, nextSibling, nodeName, nodeValue, nodeValue, parent, previousSibling, removeChild, replaceChild, textContent, textContent, type, xPathMethods inherited from interface com.teamdev.jxbrowser.dom.SearchContext
findElementByClassName, findElementByCssSelector, findElementById, findElementByName, findElementByTagName, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByName, findElementsByTagName
-
Method Details
-
contentDocument
Returns anOptionalthat contains the document of the current FRAME/IFRAME element if it exists, otherwise an emptyOptional.- Throws:
ObjectClosedException- when this instance is closed
-