Uses of Class
org.htmlunit.html.DomElement
Packages that use DomElement
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes supporting Cascading Style Sheets.
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.Contains the neko html parser.
XPath adapter implementation for the HtmlUnit DOM.
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Classes specific to Scalable Vector Graphics.
Miscellaneous utilities.
Classes specific to XML pages.
-
Uses of DomElement in org.htmlunit
Methods in org.htmlunit that return DomElementMethods in org.htmlunit that return types with arguments of type DomElementModifier and TypeMethodDescriptionSgmlPage.getElementsByTagName(String tagName) SgmlPage.getElementsByTagNameNS(String namespaceURI, String localName) Methods in org.htmlunit with parameters of type DomElementModifier and TypeMethodDescriptionvoidSgmlPage.clearComputedStyles(DomElement element) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Clears the computed styles for a specificElement.voidSgmlPage.clearComputedStylesUpToRoot(DomElement element) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Clears the computed styles for a specificElementand all parent elements.WebWindow.getComputedStyle(DomElement element, String pseudoElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns computed style of the element.WebWindowImpl.getComputedStyle(DomElement element, String pseudoElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns computed style of the element. -
Uses of DomElement in org.htmlunit.css
Fields in org.htmlunit.css declared as DomElementModifier and TypeFieldDescriptionprivate final DomElementElementCssStyleDeclaration.domElement_The DomElement.Methods in org.htmlunit.css that return DomElementModifier and TypeMethodDescriptionComputedCssStyleDeclaration.getDomElement()ElementCssStyleDeclaration.getDomElement()Methods in org.htmlunit.css with parameters of type DomElementModifier and TypeMethodDescriptionprivate static booleanCssStyleSheet.isEmpty(DomElement element) voidCssStyleSheet.modifyIfNecessary(ComputedCssStyleDeclaration style, DomElement element, String pseudoElement) Modifies the specified style object by adding any style rules which apply to the specified element.static StringCssPixelValueConverter.pixelString(DomElement element, CssPixelValueConverter.CssValue value) Returns the specified length CSS attribute value value as a pixel length value.private static intCssPixelValueConverter.pixelValue(DomElement element, String styleValue, CssPixelValueConverter.CssValue value, boolean percentMode) static intCssPixelValueConverter.pixelValue(DomElement element, CssPixelValueConverter.CssValue value) Converts the specified length CSS attribute value into an integer number of pixels.(package private) static booleanCssStyleSheet.selects(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.condition.Condition condition, DomElement element, boolean fromQuerySelectorAll, boolean throwOnSyntax) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returnstrueif the specified condition selects the specified element.static booleanCssStyleSheet.selects(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.selector.Selector selector, DomElement element, String pseudoElement, boolean fromQuerySelectorAll, boolean throwOnSyntax) Returnstrueif the specified selector selects the specified element.private List<org.htmlunit.cssparser.dom.CSSStyleSheetImpl.SelectorEntry> CssStyleSheet.selects(org.htmlunit.cssparser.dom.CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, BrowserVersion browserVersion, DomElement element, String pseudoElement, boolean fromQuerySelectorAll) private static booleanCssStyleSheet.selectsPseudoClass(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.condition.Condition condition, DomElement element) Constructors in org.htmlunit.css with parameters of type DomElementModifierConstructorDescriptionElementCssStyleDeclaration(DomElement domElement) Creates an instance which backed by the given dom element. -
Uses of DomElement in org.htmlunit.html
Subclasses of DomElement in org.htmlunit.htmlModifier and TypeClassDescriptionclassBase class for frame and iframe.classWrapper for the HTML element "abbr".classWrapper for the HTML element "acronym".classWrapper for the HTML element "address".classWrapper for the HTML element "a".classWrapper for the HTML element "area".classWrapper for the HTML element "article".classWrapper for the HTML element "aside".classWrapper for the HTML element "Audio".classWrapper for the HTML element "bgsound".classWrapper for the HTML element "base".classWrapper for the HTML element "basefont".classWrapper for the HTML element "bdi".classWrapper for the HTML element "bdo".classWrapper for the HTML element "big".classWrapper for the HTML element "blink".classWrapper for the HTML element "blockquote".classWrapper for the HTML element "body".classWrapper for the HTML element "b".classWrapper for the HTML element "br".classWrapper for the HTML element "button".classWrapper for the HTML element "input" where type is "button".classWrapper for the HTML element "canvas".classWrapper for the HTML element "caption".classWrapper for the HTML element "center".classWrapper for the HTML element "input".classWrapper for the HTML element "cite".classWrapper for the HTML element "code".classWrapper for the HTML element "input" where type is "color".classWrapper for the HTML element "command".classWrapper for the HTML element "data".classWrapper for the HTML element "datalist".classWrapper for the HTML element "input" where type is "date".classWrapper for the HTML element "input" where type is "datetime-local".classWrapper for the HTML element "dfn".classWrapper for the HTML element "dd".classWrapper for the HTML element "dl".classWrapper for the HTML element "dt".classWrapper for the HTML element "del".classWrapper for the HTML element "details".classWrapper for the HTML element "dialog".classWrapper for the HTML element "dir".classWrapper for the HTML element "div".classAn abstract wrapper for HTML elements.classWrapper for the HTML element "input" where type is "email".classWrapper for the HTML element "embed".classWrapper for the HTML element "em".classWrapper for the HTML element "xmp".classWrapper for the HTML element "fieldset".classWrapper for the HTML element "figure".classWrapper for the HTML element "figcaption".classWrapper for the HTML element "input".classWrapper for the HTML element "font".classWrapper for the HTML element "footer".classWrapper for the HTML element "form".classWrapper for the HTML element "frame".classWrapper for the HTML element "frameset".classWrapper for the HTML element "head".classWrapper for the HTML element "header".classWrapper for the HTML element "h1".classWrapper for the HTML element "h2".classWrapper for the HTML element "h3".classWrapper for the HTML element "h4".classWrapper for the HTML element "h5".classWrapper for the HTML element "h6".classWrapper for the HTML element "input" of type "hidden".classWrapper for the HTML element "hr".final classA representation of an HTML element "html".classWrapper for the HTML element "img".classWrapper for the HTML element "input".classWrapper for the HTML element "iframe".classWrapper for the HTML element "q".classWrapper for the HTML element "input".classWrapper for the HTML element "ins".classWrapper for the HTML element "isindex".classWrapper for the HTML element "i".classWrapper for the HTML element "kbd".classWrapper for the HTML element "label".classWrapper for the HTML element "layer".classWrapper for the HTML element "legend".classWrapper for the HTML element "link".classWrapper for the HTML element "listing".classWrapper for the HTML element "li".classWrapper for the HTML element "main".classWrapper for the HTML element "map".classWrapper for the HTML element "mark".classWrapper for the HTML element "marquee".classHTML Media element, e.g.classWrapper for the HTML element "menu".classWrapper for the HTML element "menuitem".classWrapper for the HTML element "meta".classHTML 5 "meter" element.classWrapper for the HTML element "input" where type is "month".classWrapper for the HTML element "multicol".classWrapper for the HTML element "nav".classWrapper for the HTML element "nextId".classWrapper for the HTML element "nobr".classWrapper for the HTML element "noembed".classWrapper for the HTML element "noframes".classWrapper for the HTML element "nolayer".classWrapper for the HTML element "noscript".classWrapper for the HTML element "input" with type is "number".classWrapper for the HTML element "object".classWrapper for the HTML element "option".classWrapper for the HTML element "optgroup".classWrapper for the HTML element "ol".classWrapper for the HTML element "output".classWrapper for the HTML element "p".classWrapper for the HTML element "param".classWrapper for the HTML element "input".classWrapper for the HTML element "picture".classWrapper for the HTML element "plaintext".classWrapper for the HTML element "pre".classWrapper for the HTML element "progress".classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "range".classWrapper for the HTML element "rb".classWrapper for the HTML element "input".classWrapper for the HTML element "rp".classWrapper for the HTML element "rt".classWrapper for the HTML element "rtc".classWrapper for the HTML element "ruby".classWrapper for the HTML element "s", a strike-through text style.classWrapper for the HTML element "samp".classWrapper for the HTML element "script".
When a script tag references an external script (with attribute src) it gets executed when the node is added to the DOM tree.classWrapper for the HTML element "input" where type is "search".classWrapper for the HTML element "section".classWrapper for the HTML element "select".classAbstract parent class to shareSelectableTextInputimplementation and typing support.classWrapper for the HTML element "slot".classWrapper for the HTML element "small".classWrapper for the HTML element "source".classWrapper for the HTML element "span".classWrapper for the HTML element "strike".classWrapper for the HTML element "strong".classWrapper for the HTML element "style".classWrapper for the HTML element "input".classWrapper for the HTML element "sub".classWrapper for the HTML element "summary".classWrapper for the HTML element "sup".classWrapper for the SVG elementsvg.classWrapper for the HTML element "table".classWrapper for the HTML element "tbody".classAn abstract cell that provides the implementation for HtmlTableDataCell and HtmlTableHeaderCell.classWrapper for the HTML element "col".classWrapper for the HTML element "colgroup".classWrapper for the HTML element "td".classWrapper for the HTML element "tfoot".classWrapper for the HTML element "thead".classWrapper for the HTML "th" tag.classWrapper for the HTML element "tr".classWrapper for the HTML element "tt".classWrapper for the HTML element "input" where type is "tel".classWrapper for the HTML element "template".classWrapper for the HTML element "textarea".classWrapper for the HTML element "input" with type="text".classWrapper for the HTML element "time".classWrapper for the HTML element "input" where type is "time".classWrapper for the HTML element "title".classWrapper for the HTML element "track".classWrapper for the HTML element "u".classAn element that is returned for an HTML tag that is not supported by this framework.classWrapper for the HTML element "ul".classWrapper for the HTML element "input" where type is "url".classWrapper for the HTML element "var".classWrapper for the HTML element "video".classWrapper for the HTML element "input" where type is "week".classWrapper for the HTML element "wbr".classSuperclass for the wrappers for the HTML elements "thead", "tbody" and "tfoot".Classes in org.htmlunit.html that implement interfaces with type arguments of type DomElementModifier and TypeClassDescriptionprivate static classAn Iterable over the DomElement children.protected static classAn iterator over the DomElement children.(package private) static classFields in org.htmlunit.html declared as DomElementModifier and TypeFieldDescriptionprivate final DomElementNamedAttrNodeMapImpl.domNode_private DomElementHtmlPage.elementWithFocus_private DomElementDomElement.ChildElementsIterator.nextElement_Fields in org.htmlunit.html with type parameters of type DomElementModifier and TypeFieldDescriptionprivate WeakHashMap<DomElement, Map<String, ComputedCssStyleDeclaration>> HtmlPage.ComputedStylesCache.computedStyles_private static final Comparator<DomElement> HtmlPage.documentPositionComparatorprivate Map<String, SortedSet<DomElement>> HtmlPage.idMap_private final Iterator<DomElement> DomElement.ChildElementsIterable.iterator_private Map<String, SortedSet<DomElement>> HtmlPage.nameMap_Methods in org.htmlunit.html with type parameters of type DomElementModifier and TypeMethodDescription<E extends DomElement>
EHtmlPage.getElementByName(String name) Returns the element with the specified name.Methods in org.htmlunit.html that return DomElementModifier and TypeMethodDescriptionElementFactory.createElement(SgmlPage page, String tagName, Attributes attributes) Creates an element according to this factory's specification.HtmlPage.createElement(String tagName) ElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.ElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes, boolean checkBrowserCompatibility) Creates an element according to this factory's specification.HtmlPage.createElementNS(String namespaceURI, String qualifiedName) HtmlPage.getElementById(String elementId) private static DomElementHtmlPage.getFirstChildElement(DomElement startElement, Class<?> clazz) Gets the first child of startElement that is an instance of the given class.private DomElementHtmlPage.getFirstChildElementRecursive(DomElement startElement, Class<?> clazz) Gets the first child of startElement or it's children that is an instance of the given class.DomElement.getFirstElementChild()Returns the first child element node of this element.HtmlPage.getFocusedElement()Returns the element with the focus or null if no element has the focus.DomElement.getLastElementChild()Returns the last child element node of this element.DomNode.getNextElementSibling()Returns the next sibling element node of this element.DomAttr.getOwnerElement()DomNode.getPreviousElementSibling()Returns the previous sibling element node of this element.DomElement.ChildElementsIterator.next()HtmlPage.pressAccessKey(char accessKey) Simulate pressing an access key.Methods in org.htmlunit.html that return types with arguments of type DomElementModifier and TypeMethodDescriptionfinal Iterable<DomElement> DomElement.getChildElements()final Iterable<DomElement> DomNode.getDomElementDescendants()Returns anIterablethat will recursively iterate over all of this node'sDomElementdescendants.HtmlPage.getElementsById(String elementId) Returns the elements with the specified ID.HtmlPage.getElementsByIdAndOrName(String idAndOrName) Returns the elements with the specified string for their name or ID.HtmlPage.getElementsByName(String name) Returns the elements with the specified name attribute.DomElement.ChildElementsIterable.iterator()Methods in org.htmlunit.html with parameters of type DomElementModifier and TypeMethodDescriptionprivate voidHtmlPage.addElement(Map<String, SortedSet<DomElement>> map, DomElement element, String attribute, boolean recurse) (package private) voidHtmlPage.addMappedElement(DomElement element) Adds an element to the ID and name maps, if necessary.(package private) voidHtmlPage.addMappedElement(DomElement element, boolean recurse) Adds an element to the ID and name maps, if necessary.XmlSerializer.asXml(DomElement node) voidHtmlPage.clearComputedStyles(DomElement element) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Clears the computed styles for a specificElement.voidHtmlPage.clearComputedStylesUpToRoot(DomElement element) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Clears the computed styles for a specificElementand all parent elements.intHtmlPage.DocumentPositionComparator.compare(DomElement elt1, DomElement elt2) private static voidScriptElementSupport.executeEvent(DomElement element, String type) private static voidScriptElementSupport.executeInlineScriptIfNeeded(DomElement element) Executes this script node as inline script if necessary and/or possible.static voidScriptElementSupport.executeScriptIfNeeded(DomElement element, boolean ignoreAttachedToPage, boolean ignorePageIsAncestor) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Executes this script node if necessary and/or possible.HtmlPage.ComputedStylesCache.get(DomElement element, String normalizedPseudo) private static DomElementHtmlPage.getFirstChildElement(DomElement startElement, Class<?> clazz) Gets the first child of startElement that is an instance of the given class.private DomElementHtmlPage.getFirstChildElementRecursive(DomElement startElement, Class<?> clazz) Gets the first child of startElement or it's children that is an instance of the given class.private static StringScriptElementSupport.getScriptCode(DomElement element) Gets the script held within the script tag.HtmlPage.getStyleFromCache(DomElement element, String normalizedPseudo) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.protected booleanXmlSerializer.isExcluded(DomElement element) private static booleanScriptElementSupport.isExecutionNeeded(DomElement element, boolean ignoreAttachedToPage, boolean ignorePageIsAncestor) Indicates if script execution is necessary and/or possible.static booleanScriptElementSupport.isJavaScript(DomElement element, String typeAttribute, String languageAttribute) Returns true if a script with the specified type and language attributes is actually JavaScript.static voidScriptElementSupport.onAllChildrenAddedToPage(DomElement element, boolean postponed) Lifecycle method invoked after a node and all its children have been added to a page, during parsing of the HTML.protected voidXmlSerializer.printOpeningTag(DomElement node) Prints the content between "<" and ">" (or "/>") in the output of the tag name and its attributes in XML format.protected voidXmlSerializer.printXml(DomElement node) voidHtmlPage.ComputedStylesCache.put(DomElement element, String normalizedPseudo, ComputedCssStyleDeclaration style) voidHtmlPage.putStyleIntoCache(DomElement element, String normalizedPseudo, ComputedCssStyleDeclaration style) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Caches a CSS2Properties object.XmlSerializer.readAttributes(DomElement node) private voidHtmlPage.removeElement(Map<String, SortedSet<DomElement>> map, DomElement element, String attribute, boolean recurse) (package private) voidHtmlPage.removeMappedElement(DomElement element, boolean recurse, boolean descendant) Removes an element and optionally its children from the ID and name maps, if necessary.voidHtmlPage.setElementWithFocus(DomElement elementWithFocus) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.booleanHtmlPage.setFocusedElement(DomElement newElement) Moves the focus to the specified element.booleanHtmlPage.setFocusedElement(DomElement newElement, boolean windowActivated) Moves the focus to the specified element.Method parameters in org.htmlunit.html with type arguments of type DomElementModifier and TypeMethodDescriptionprivate voidHtmlPage.addElement(Map<String, SortedSet<DomElement>> map, DomElement element, String attribute, boolean recurse) private voidHtmlPage.removeElement(Map<String, SortedSet<DomElement>> map, DomElement element, String attribute, boolean recurse) Constructors in org.htmlunit.html with parameters of type DomElementModifierConstructorDescription(package private)NamedAttrNodeMapImpl(DomElement domNode, boolean caseSensitive) (package private)NamedAttrNodeMapImpl(DomElement domNode, boolean caseSensitive, Map<String, DomAttr> attributes) -
Uses of DomElement in org.htmlunit.html.parser.neko
Methods in org.htmlunit.html.parser.neko with parameters of type DomElementModifier and TypeMethodDescriptionprivate voidHtmlUnitNekoDOMBuilder.addNodeToRightParent(DomNode currentNode, DomElement newElement) Adds the new node to the right parent that is not necessary the currentNode in case of malformed HTML code.private static voidHtmlUnitNekoDOMBuilder.copyAttributes(DomElement to, org.htmlunit.cyberneko.xerces.xni.XMLAttributes attrs) -
Uses of DomElement in org.htmlunit.html.xpath
Methods in org.htmlunit.html.xpath with parameters of type DomElementModifier and TypeMethodDescriptionprivate StringHtmlUnitPrefixResolver.getNamespace(DomElement element, String prefix) -
Uses of DomElement in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return DomElementModifier and TypeMethodDescriptionElement.getDomNodeOrDie()Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.Constructors in org.htmlunit.javascript.host with parameters of type DomElementModifierConstructorDescriptionNamedNodeMap(DomElement element) Creates a new named node map for the specified element. -
Uses of DomElement in org.htmlunit.javascript.host.html
Subclasses of DomElement in org.htmlunit.javascript.host.htmlConstructors in org.htmlunit.javascript.host.html with parameters of type DomElementModifierConstructorDescription(package private)LabelsNodeList(DomElement domeNode) Creates an instance. -
Uses of DomElement in org.htmlunit.svg
Subclasses of DomElement in org.htmlunit.svgModifier and TypeClassDescriptionclassWrapper for the SVG elementaltGlyph.classWrapper for the SVG elementaltGlyphDef.classWrapper for the SVG elementaltGlyphItem.classWrapper for the SVG elementa.classWrapper for the SVG elementanimate.classWrapper for the SVG elementanimateColor.classWrapper for the SVG elementanimateMotion.classWrapper for the SVG elementanimateTransform.classWrapper for the SVG elementcircle.classWrapper for the SVG elementclipPath.classWrapper for the SVG element "color-profile".classWrapper for the SVG elementcursor.classWrapper for the SVG elementdefs.classWrapper for the SVG elementdesc.classParent elements of all SVG elements, and wrapper for any unknown one.classWrapper for the SVG elementellipse.classWrapper for the SVG elementfeBlend.classWrapper for the SVG elementfeColorMatrix.classWrapper for the SVG elementfeComponentTransfer.classWrapper for the SVG elementfeComposite.classWrapper for the SVG elementfeConvolveMatrix.classWrapper for the SVG elementfeDiffuseLighting.classWrapper for the SVG elementfeDisplacementMap.classWrapper for the SVG elementfeDistantLight.classWrapper for the SVG elementfeFlood.classWrapper for the SVG elementfeFuncA.classWrapper for the SVG elementfeFuncB.classWrapper for the SVG elementfeFuncG.classWrapper for the SVG elementfeFuncR.classWrapper for the SVG elementfeGaussianBlur.classWrapper for the SVG elementfeImage.classWrapper for the SVG elementfeMerge.classWrapper for the SVG elementfeMergeNode.classWrapper for the SVG elementfeMorphology.classWrapper for the SVG elementfeOffset.classWrapper for the SVG elementfePointLight.classWrapper for the SVG elementfeSpecularLighting.classWrapper for the SVG elementfeSpotLight.classWrapper for the SVG elementfeTile.classWrapper for the SVG elementfeTurbulence.classWrapper for the SVG elementfilter.classWrapper for the SVG elementfont.classWrapper for the SVG element "font-face".classWrapper for the SVG element "font-face-format".classWrapper for the SVG element "font-face-name".classWrapper for the SVG element "font-face-src".classWrapper for the SVG element "font-face-uri".classWrapper for the SVG elementforeignObject.classWrapper for the SVG elementglyph.classWrapper for the SVG elementglyphRef.classWrapper for the SVG elementg.classWrapper for the SVG elementhkern.classWrapper for the SVG elementimage.classWrapper for the SVG elementline.classWrapper for the SVG elementlinearGradient.classWrapper for the SVG elementmarker.classWrapper for the SVG elementmask.classWrapper for the SVG elementmetadata.classWrapper for the SVG element "missing-glyph".classWrapper for the SVG elementmpath.classWrapper for the SVG elementpath.classWrapper for the SVG elementpattern.classWrapper for the SVG elementpolygon.classWrapper for the SVG elementpolyline.classWrapper for the SVG elementradialGradient.classWrapper for the SVG elementrect.classWrapper for the SVG elementscript.classWrapper for the SVG elementset.classWrapper for the SVG elementstop.classWrapper for the SVG elementstyle.classWrapper for the SVG elementswitch.classWrapper for the SVG elementsymbol.classWrapper for the SVG elementtext.classWrapper for the SVG elementtextPath.classWrapper for the SVG elementtitle.classWrapper for the SVG elementtref.classWrapper for the SVG elementtspan.classWrapper for the SVG elementuse.classWrapper for the SVG elementview.classWrapper for the SVG elementvkern.Methods in org.htmlunit.svg that return DomElementModifier and TypeMethodDescriptionSvgElementFactory.createElement(SgmlPage page, String tagName, Attributes attributes) Creates an element according to this factory's specification.SvgElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedName, Attributes attributes) Creates an element according to this factory's specification.SvgElementFactory.createElementNS(SgmlPage page, String namespaceURI, String qualifiedNameLC, Attributes attributes, boolean checkBrowserCompatibility) Creates an element according to this factory's specification. -
Uses of DomElement in org.htmlunit.util
Methods in org.htmlunit.util with parameters of type DomElementModifier and TypeMethodDescriptionstatic StringXmlUtils.lookupNamespaceURI(DomElement element, String prefix) Search for the namespace URI of the given prefix, starting from the specified element.static StringXmlUtils.lookupPrefix(DomElement element, String namespace) Search for the prefix associated with specified namespace URI. -
Uses of DomElement in org.htmlunit.xml
Methods in org.htmlunit.xml that return DomElementModifier and TypeMethodDescriptionXmlPage.createElement(String tagName) XmlPage.createElementNS(String namespaceURI, String qualifiedName)