public interface HTMLElementsProvider
HTMLElements.Element's providers.| Modifier and Type | Method and Description |
|---|---|
HTMLElements.Element |
getElement(String ename) |
HTMLElements.Element |
getElement(String ename,
HTMLElements.Element elementIfNotFound) |
HTMLElements.Element |
getElementLC(String enameLC,
HTMLElements.Element elementIfNotFound) |
HTMLElements.Element getElement(String ename)
ename - the element name.HTMLElements.Element getElement(String ename, HTMLElements.Element elementIfNotFound)
ename - the element name.elementIfNotFound - the default element to return if not found.HTMLElements.Element getElementLC(String enameLC, HTMLElements.Element elementIfNotFound)
enameLC - the element name in lower caseelementIfNotFound - the default element to return if not found.Copyright © 2025 HtmlUnit. All rights reserved.