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 anOptional
that contains the document of the current FRAME/IFRAME element if it exists, otherwise an emptyOptional
.Methods inherited from interface com.teamdev.jxbrowser.dom.Element
attributeNodes, attributes, attributeValue, blur, boundingClientRect, focus, hasAttribute, innerHtml, innerHtml, innerText, innerText, outerHtml, outerHtml, putAttribute, removeAttribute, scrollIntoView
Methods inherited from interface com.teamdev.jxbrowser.dom.event.EventTarget
addEventListener, dispatch, eventListeners, removeEventListener
Methods 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, xPath
Methods inherited from interface com.teamdev.jxbrowser.dom.SearchContext
findElementByClassName, findElementByCssSelector, findElementById, findElementByName, findElementByTagName, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByName, findElementsByTagName
-
Method Details
-
contentDocument
Returns anOptional
that contains the document of the current FRAME/IFRAME element if it exists, otherwise an emptyOptional
.- Throws:
ObjectClosedException
- when this instance is closed
-