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