Package com.teamdev.jxbrowser.dom
Interface Attribute
- All Superinterfaces:
EventTarget
,Node
,SearchContext
An HTML DOM attribute.
-
Method Summary
Modifier and TypeMethodDescriptionReturns anOptional
that contains the owner element of the attribute if such owner exists, otherwise returns an emptyOptional
.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
-
ownerElement
Returns anOptional
that contains the owner element of the attribute if such owner exists, otherwise returns an emptyOptional
.- Throws:
ObjectClosedException
- when this instance is closed
-