Uses of Class
org.htmlunit.html.DomNode
-
Packages that use DomNode Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point).org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.org.htmlunit.html.impl Contains some implementation classes that have to be public to be used internally in different packages but that shouldn't be used directly by HtmlUnit users.org.htmlunit.html.parser Contains the html parser interface.org.htmlunit.html.parser.neko Contains the neko html parser.org.htmlunit.html.serializer Contains the html serializer implementations.org.htmlunit.html.xpath XPath adapter implementation for the HtmlUnit DOM.org.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.event Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.xml Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.platform.dom.traversal Support for platform specific implementations (e.g.org.htmlunit.svg Classes specific to Scalable Vector Graphics.org.htmlunit.util Miscellaneous utilities.org.htmlunit.xml Classes specific to XML pages. -
-
Uses of DomNode in org.htmlunit
Subclasses of DomNode in org.htmlunit Modifier and Type Class Description classSgmlPageA basic class of Standard Generalized Markup Language (SGML), e.g. -
Uses of DomNode in org.htmlunit.css
Methods in org.htmlunit.css with parameters of type DomNode Modifier and Type Method Description private static booleanCssStyleSheet. isValidCondition(org.htmlunit.cssparser.parser.condition.Condition condition, int documentMode, DomNode domNode)private static booleanCssStyleSheet. isValidSelector(org.htmlunit.cssparser.parser.selector.Selector selector, int documentMode, DomNode domNode)static voidCssStyleSheet. validateSelectors(org.htmlunit.cssparser.parser.selector.SelectorList selectorList, int documentMode, DomNode domNode)Validates the list of selectors. -
Uses of DomNode in org.htmlunit.html
Classes in org.htmlunit.html with type parameters of type DomNode Modifier and Type Class Description classAbstractDomNodeList<E extends DomNode>A generic DomNodeList implementation ofNodeList.protected classDomNode.DescendantElementsIterator<T extends DomNode>Iterates over all descendants of a specific type, in document order.interfaceDomNodeList<E extends DomNode>Subclasses of DomNode in org.htmlunit.html Modifier and Type Class Description classBaseFrameElementBase class for frame and iframe.classDomAttrAn attribute of an element.classDomCDataSectionRepresentation of a CDATA node in the HTML DOM.classDomCharacterDataWrapper for the DOM node CharacterData.classDomCommentWrapper for the DOM node Comment.classDomDocumentFragmentA DOM object for DocumentFragment.classDomDocumentTypeA DOM object for DocumentType.classDomElementclassDomNamespaceNodeIntermediate base class for DOM Nodes that have namespaces.classDomProcessingInstructionWrapper for the DOM node ProcessingInstruction.classDomTextRepresentation of a text node in the HTML DOM.classHtmlAbbreviatedWrapper for the HTML element "abbr".classHtmlAcronymWrapper for the HTML element "acronym".classHtmlAddressWrapper for the HTML element "address".classHtmlAnchorWrapper for the HTML element "a".classHtmlAreaWrapper for the HTML element "area".classHtmlArticleWrapper for the HTML element "article".classHtmlAsideWrapper for the HTML element "aside".classHtmlAudioWrapper for the HTML element "Audio".classHtmlBackgroundSoundWrapper for the HTML element "bgsound".classHtmlBaseWrapper for the HTML element "base".classHtmlBaseFontWrapper for the HTML element "basefont".classHtmlBidirectionalIsolationWrapper for the HTML element "bdi".classHtmlBidirectionalOverrideWrapper for the HTML element "bdo".classHtmlBigWrapper for the HTML element "big".classHtmlBlinkWrapper for the HTML element "blink".classHtmlBlockQuoteWrapper for the HTML element "blockquote".classHtmlBodyWrapper for the HTML element "body".classHtmlBoldWrapper for the HTML element "b".classHtmlBreakWrapper for the HTML element "br".classHtmlButtonWrapper for the HTML element "button".classHtmlButtonInputWrapper for the HTML element "input" where type is "button".classHtmlCanvasWrapper for the HTML element "canvas".classHtmlCaptionWrapper for the HTML element "caption".classHtmlCenterWrapper for the HTML element "center".classHtmlCheckBoxInputWrapper for the HTML element "input".classHtmlCitationWrapper for the HTML element "cite".classHtmlCodeWrapper for the HTML element "code".classHtmlColorInputWrapper for the HTML element "input" where type is "color".classHtmlCommandWrapper for the HTML element "command".classHtmlDataWrapper for the HTML element "data".classHtmlDataListWrapper for the HTML element "datalist".classHtmlDateInputWrapper for the HTML element "input" where type is "date".classHtmlDateTimeLocalInputWrapper for the HTML element "input" where type is "datetime-local".classHtmlDefinitionWrapper for the HTML element "dfn".classHtmlDefinitionDescriptionWrapper for the HTML element "dd".classHtmlDefinitionListWrapper for the HTML element "dl".classHtmlDefinitionTermWrapper for the HTML element "dt".classHtmlDeletedTextWrapper for the HTML element "del".classHtmlDetailsWrapper for the HTML element "details".classHtmlDialogWrapper for the HTML element "dialog".classHtmlDirectoryWrapper for the HTML element "dir".classHtmlDivisionWrapper for the HTML element "div".classHtmlElementAn abstract wrapper for HTML elements.classHtmlEmailInputWrapper for the HTML element "input" where type is "email".classHtmlEmbedWrapper for the HTML element "embed".classHtmlEmphasisWrapper for the HTML element "em".classHtmlExampleWrapper for the HTML element "xmp".classHtmlFieldSetWrapper for the HTML element "fieldset".classHtmlFigureWrapper for the HTML element "figure".classHtmlFigureCaptionWrapper for the HTML element "figcaption".classHtmlFileInputWrapper for the HTML element "input".classHtmlFontWrapper for the HTML element "font".classHtmlFooterWrapper for the HTML element "footer".classHtmlFormWrapper for the HTML element "form".classHtmlFrameWrapper for the HTML element "frame".classHtmlFrameSetWrapper for the HTML element "frameset".classHtmlHeadWrapper for the HTML element "head".classHtmlHeaderWrapper for the HTML element "header".classHtmlHeading1Wrapper for the HTML element "h1".classHtmlHeading2Wrapper for the HTML element "h2".classHtmlHeading3Wrapper for the HTML element "h3".classHtmlHeading4Wrapper for the HTML element "h4".classHtmlHeading5Wrapper for the HTML element "h5".classHtmlHeading6Wrapper for the HTML element "h6".classHtmlHiddenInputWrapper for the HTML element "input" of type "hidden".classHtmlHorizontalRuleWrapper for the HTML element "hr".classHtmlHtmlA representation of an HTML element "html".classHtmlImageWrapper for the HTML element "img".classHtmlImageInputWrapper for the HTML element "input".classHtmlInlineFrameWrapper for the HTML element "iframe".classHtmlInlineQuotationWrapper for the HTML element "q".classHtmlInputWrapper for the HTML element "input".classHtmlInsertedTextWrapper for the HTML element "ins".classHtmlIsIndexWrapper for the HTML element "isindex".classHtmlItalicWrapper for the HTML element "i".classHtmlKeyboardWrapper for the HTML element "kbd".classHtmlLabelWrapper for the HTML element "label".classHtmlLayerWrapper for the HTML element "layer".classHtmlLegendWrapper for the HTML element "legend".classHtmlLinkWrapper for the HTML element "link".classHtmlListingWrapper for the HTML element "listing".classHtmlListItemWrapper for the HTML element "li".classHtmlMainWrapper for the HTML element "main".classHtmlMapWrapper for the HTML element "map".classHtmlMarkWrapper for the HTML element "mark".classHtmlMarqueeWrapper for the HTML element "marquee".classHtmlMediaHTML Media element, e.g.classHtmlMenuWrapper for the HTML element "menu".classHtmlMenuItemWrapper for the HTML element "menuitem".classHtmlMetaWrapper for the HTML element "meta".classHtmlMeterHTML 5 "meter" element.classHtmlMonthInputWrapper for the HTML element "input" where type is "month".classHtmlMultiColumnWrapper for the HTML element "multicol".classHtmlNavWrapper for the HTML element "nav".classHtmlNextIdWrapper for the HTML element "nextId".classHtmlNoBreakWrapper for the HTML element "nobr".classHtmlNoEmbedWrapper for the HTML element "noembed".classHtmlNoFramesWrapper for the HTML element "noframes".classHtmlNoLayerWrapper for the HTML element "nolayer".classHtmlNoScriptWrapper for the HTML element "noscript".classHtmlNumberInputWrapper for the HTML element "input" with type is "number".classHtmlObjectWrapper for the HTML element "object".classHtmlOptionWrapper for the HTML element "option".classHtmlOptionGroupWrapper for the HTML element "optgroup".classHtmlOrderedListWrapper for the HTML element "ol".classHtmlOutputWrapper for the HTML element "output".classHtmlPageA representation of an HTML page returned from a server.classHtmlParagraphWrapper for the HTML element "p".classHtmlParameterWrapper for the HTML element "param".classHtmlPasswordInputWrapper for the HTML element "input".classHtmlPictureWrapper for the HTML element "picture".classHtmlPlainTextWrapper for the HTML element "plaintext".classHtmlPreformattedTextWrapper for the HTML element "pre".classHtmlProgressWrapper for the HTML element "progress".classHtmlRadioButtonInputWrapper for the HTML element "input".classHtmlRangeInputWrapper for the HTML element "input" where type is "range".classHtmlRbWrapper for the HTML element "rb".classHtmlResetInputWrapper for the HTML element "input".classHtmlRpWrapper for the HTML element "rp".classHtmlRtWrapper for the HTML element "rt".classHtmlRtcWrapper for the HTML element "rtc".classHtmlRubyWrapper for the HTML element "ruby".classHtmlSWrapper for the HTML element "s", a strike-through text style.classHtmlSampleWrapper for the HTML element "samp".classHtmlScriptWrapper 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.classHtmlSearchInputWrapper for the HTML element "input" where type is "search".classHtmlSectionWrapper for the HTML element "section".classHtmlSelectWrapper for the HTML element "select".classHtmlSelectableTextInputAbstract parent class to shareSelectableTextInputimplementation and typing support.classHtmlSlotWrapper for the HTML element "slot".classHtmlSmallWrapper for the HTML element "small".classHtmlSourceWrapper for the HTML element "source".classHtmlSpanWrapper for the HTML element "span".classHtmlStrikeWrapper for the HTML element "strike".classHtmlStrongWrapper for the HTML element "strong".classHtmlStyleWrapper for the HTML element "style".classHtmlSubmitInputWrapper for the HTML element "input".classHtmlSubscriptWrapper for the HTML element "sub".classHtmlSummaryWrapper for the HTML element "summary".classHtmlSuperscriptWrapper for the HTML element "sup".classHtmlSvgWrapper for the SVG elementsvg.classHtmlTableWrapper for the HTML element "table".classHtmlTableBodyWrapper for the HTML element "tbody".classHtmlTableCellAn abstract cell that provides the implementation for HtmlTableDataCell and HtmlTableHeaderCell.classHtmlTableColumnWrapper for the HTML element "col".classHtmlTableColumnGroupWrapper for the HTML element "colgroup".classHtmlTableDataCellWrapper for the HTML element "td".classHtmlTableFooterWrapper for the HTML element "tfoot".classHtmlTableHeaderWrapper for the HTML element "thead".classHtmlTableHeaderCellWrapper for the HTML "th" tag.classHtmlTableRowWrapper for the HTML element "tr".classHtmlTeletypeWrapper for the HTML element "tt".classHtmlTelInputWrapper for the HTML element "input" where type is "tel".classHtmlTemplateWrapper for the HTML element "template".classHtmlTextAreaWrapper for the HTML element "textarea".classHtmlTextInputWrapper for the HTML element "input" with type="text".classHtmlTimeWrapper for the HTML element "time".classHtmlTimeInputWrapper for the HTML element "input" where type is "time".classHtmlTitleWrapper for the HTML element "title".classHtmlTrackWrapper for the HTML element "track".classHtmlUnderlinedWrapper for the HTML element "u".classHtmlUnknownElementAn element that is returned for an HTML tag that is not supported by this framework.classHtmlUnorderedListWrapper for the HTML element "ul".classHtmlUrlInputWrapper for the HTML element "input" where type is "url".classHtmlVariableWrapper for the HTML element "var".classHtmlVideoWrapper for the HTML element "video".classHtmlWeekInputWrapper for the HTML element "input" where type is "week".classHtmlWordBreakWrapper for the HTML element "wbr".classTableRowGroupSuperclass for the wrappers for the HTML elements "thead", "tbody" and "tfoot".classXHtmlPageA representation of an XHTML page returned from a server.Fields in org.htmlunit.html declared as DomNode Modifier and Type Field Description private DomNodeDomChangeEvent. changedNode_private DomNodeDomNode.ChildIterator. currentNode_private DomNodeDomNode.DescendantElementsIterator. currentNode_private DomNodeHtmlDomTreeWalker. currentNode_private DomNodeDoTypeProcessor. domNode_EitherHtmlElementorDomText.private DomNodeDomNode. firstChild_Start of the child list.private DomNodeSiblingDomNodeList.SiblingListIterator. next_private DomNodeDomNode.ChildIterator. nextNode_private DomNodeDomNode.DescendantElementsIterator. nextNode_private DomNodeDomNode. nextSibling_The next sibling.private DomNodeAbstractDomNodeList. node_This node list's root node.private DomNodeDomNode. parent_The parent node.private DomNodeSiblingDomNodeList. parent_private DomNodeSiblingDomNodeList.SiblingListIterator. prev_private DomNodeDomNode. previousSibling_The previous sibling.private DomNodeDomNodeIterator. referenceNode_private DomNodeDomNodeIterator. root_private DomNodeHtmlDomTreeWalker. root_Fields in org.htmlunit.html with type parameters of type DomNode Modifier and Type Field Description private java.util.List<DomNode>StaticDomNodeList. elements_Methods in org.htmlunit.html with type parameters of type DomNode Modifier and Type Method Description <N extends DomNode>
NDomNode. querySelector(java.lang.String selectors)Returns the first element within the document that matches the specified group of selectors.Methods in org.htmlunit.html that return DomNode Modifier and Type Method Description DomNodeDomNode. appendChild(org.w3c.dom.Node node)DomNodeHtmlSelect. appendChild(org.w3c.dom.Node node)DomNodeBaseFrameElement. cloneNode(boolean deep)Creates a newWebWindowfor the new clone.DomNodeDomElement. cloneNode(boolean deep)DomNodeDomNode. cloneNode(boolean deep)DomNodeDomText. cloneNode(boolean deep)DomNodeHtmlElement. cloneNode(boolean deep)DomNodeHtmlInput. cloneNode(boolean deep)DomNodeHtmlSelectableTextInput. cloneNode(boolean deep)DomNodeHtmlTextArea. cloneNode(boolean deep)DomNodeHtmlDomTreeWalker. firstChild()DomNodeSiblingDomNodeList. get(int index)DomNodeStaticDomNodeList. get(int index)DomNodeDomChangeEvent. getChangedNode()Returns the node that has been added or deleted.private static DomNodeDomNodeIterator. getChild(DomNode node, boolean lookLeft)DomNodeHtmlDomTreeWalker. getCurrentNode()protected DomNodeAbstractDomNodeList. getDomNode()Returns the DOM node.private DomNodeHtmlDomTreeWalker. getEquivalentLogical(DomNode n, boolean lookLeft)Recursively find the logical node occupying the same position as this _actual_ node.protected DomNodeDomElement. getEventTargetElement()Returns the event target element.DomNodeDomNode. getFirstChild()private DomNodeDomNode.DescendantElementsIterator. getFirstChildElement(DomNode parent)private DomNodeDomNodeIterator. getFirstUncleNode(DomNode node)Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNodeHtmlDomTreeWalker. getFirstUncleNode(DomNode n)Helper method to get the first uncle node in document order (preorder traversal) from the given node.DomNodeDomNode. getLastChild()private DomNodeDomNode.DescendantElementsIterator. getNextDomSibling(DomNode element)private DomNodeDomNode.DescendantElementsIterator. getNextElementUpwards(DomNode startingNode)DomNodeDomNode. getNextSibling()DomNodeDomChangeEvent. getParentNode()Returns the parent of the node that was changed.DomNodeDomNode. getParentNode()private DomNodeHtmlDomTreeWalker. getPreviousNode(DomNode n)Helper method to get the previous node in document order (preorder traversal) from the given node.DomNodeDomNode. getPreviousSibling()DomNodeDomNodeIterator. getRoot()DomNodeHtmlDomTreeWalker. getRoot()private static DomNodeDomNodeIterator. getSibling(DomNode node, boolean lookLeft)private DomNodeHtmlDomTreeWalker. getSibling(DomNode n, boolean lookLeft)DomNodeHtmlDomTreeWalker. lastChild()DomNodeDomNode.ChildIterator. next()DomNodeSiblingDomNodeList.SiblingListIterator. next()DomNodeDomNodeIterator. nextNode()DomNodeHtmlDomTreeWalker. nextNode()DomNodeHtmlDomTreeWalker. nextSibling()DomNodeHtmlDomTreeWalker. parentNode()DomNodeSiblingDomNodeList.SiblingListIterator. previous()DomNodeDomNodeIterator. previousNode()DomNodeHtmlDomTreeWalker. previousNode()DomNodeHtmlDomTreeWalker. previousSibling()private DomNodeDomNodeIterator. traverse(boolean next)Methods in org.htmlunit.html that return types with arguments of type DomNode Modifier and Type Method Description DomNodeList<DomNode>DomNode. getChildNodes()java.lang.Iterable<DomNode>DomNode. getChildren()java.lang.Iterable<DomNode>DomNode. getDescendants()Returns anIterablethat will recursively iterate over all of this node's descendants, includingDomTextelements,DomCommentelements, etc.java.util.ListIterator<DomNode>SiblingDomNodeList. listIterator(int index)DomNodeList<DomNode>DomNode. querySelectorAll(java.lang.String selectors)Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.Methods in org.htmlunit.html with parameters of type DomNode Modifier and Type Method Description voidSiblingDomNodeList.SiblingListIterator. add(DomNode e)java.lang.StringXmlSerializer. asText(DomNode node)private voidDomNode. basicAppend(DomNode node)Appends the specified node to the end of this node's children, assuming the specified node is clean (doesn't have preexisting relationships to other nodes).private voidDomNode. basicInsertBefore(DomNode node)Inserts the specified node into this node's parent's children right before this node, assuming the specified node is clean (doesn't have preexisting relationships to other nodes).ScriptResultHtmlPage. executeJavaScriptFunction(java.lang.Object function, java.lang.Object thisObject, java.lang.Object[] args, DomNode htmlElementScope)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Execute a Function in the given context.private ScriptResultHtmlPage. executeJavaScriptFunction(org.htmlunit.corejs.javascript.Function function, org.htmlunit.corejs.javascript.Scriptable thisObject, java.lang.Object[] args, DomNode htmlElementScope)private voidDomNode. fireAddition(DomNode domNode)private voidDomNode. fireRemoval(DomNode exParent)private static DomNodeDomNodeIterator. getChild(DomNode node, boolean lookLeft)private DomNodeHtmlDomTreeWalker. getEquivalentLogical(DomNode n, boolean lookLeft)Recursively find the logical node occupying the same position as this _actual_ node.private DomNodeDomNode.DescendantElementsIterator. getFirstChildElement(DomNode parent)private DomNodeDomNodeIterator. getFirstUncleNode(DomNode node)Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNodeHtmlDomTreeWalker. getFirstUncleNode(DomNode n)Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNodeDomNode.DescendantElementsIterator. getNextDomSibling(DomNode element)private DomNodeDomNode.DescendantElementsIterator. getNextElementUpwards(DomNode startingNode)private DomNodeHtmlDomTreeWalker. getPreviousNode(DomNode n)Helper method to get the previous node in document order (preorder traversal) from the given node.private static DomNodeDomNodeIterator. getSibling(DomNode node, boolean lookLeft)private DomNodeHtmlDomTreeWalker. getSibling(DomNode n, boolean lookLeft)voidDomNode. insertBefore(DomNode newNode)Inserts the specified node as a new child node before this node into the child relationship this node is a part of.voidHtmlOption. insertBefore(DomNode newNode)Inserts the specified node as a new child node before this node into the child relationship this node is a part of.protected booleanDomNode.DescendantElementsIterator. isAccepted(DomNode node)Indicates if the node is accepted.booleanDomNode. isAncestorOf(DomNode node)Returnstrueif this node is an ancestor of the specified node.booleanDomNode. isAncestorOfAny(DomNode... nodes)Returnstrueif this node is an ancestor of the specified nodes.voidHtmlPage.ComputedStylesCache. nodeChanged(DomNode changed, boolean clearParents)private voidHtmlPage.DomHtmlAttributeChangeListenerImpl. nodeChanged(DomNode changedNode, java.lang.String attribName)(package private) voidHtmlPage. notifyNodeAdded(DomNode node)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.(package private) voidHtmlPage. notifyNodeRemoved(DomNode node)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.protected voidXmlSerializer. printText(DomNode node)voidDomNode. quietlyRemoveAndMoveChildrenTo(DomNode destination)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Quietly removes this node and moves its children to the specified destination.java.util.Map<java.lang.String,ComputedCssStyleDeclaration>HtmlPage.ComputedStylesCache. remove(DomNode element)voidDomNode. replace(DomNode newNode)Replaces this node with another node.voidSiblingDomNodeList.SiblingListIterator. set(DomNode e)private voidHtmlTableRow.CellIterator. setNextCell(DomNode node)Sets the internal position to the next cell, starting at the given nodeprivate voidDomElement.ChildElementsIterator. setNextElement(DomNode node)private voidHtmlTable.RowIterator. setNextRow(DomNode node)Sets the internal position to the next row, starting at the given node.protected voidDomNode. setParentNode(DomNode parent)Sets the parent node.Constructors in org.htmlunit.html with parameters of type DomNode Constructor Description AbstractDomNodeList(DomNode node)Creates a new node list.ChildElementsIterable(DomNode domNode)Constructor.ChildElementsIterator(DomNode domNode)Constructor.ChildIterator(DomNode nextNode)DomChangeEvent(DomNode parentNode, DomNode changedNode)Constructs a new DomChangeEvent from the given parent node and a changed node.DomNodeIterator(DomNode root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean expandEntityReferences)Creates a new instance.DoTypeProcessor(DomNode domNode)HtmlDomTreeWalker(DomNode root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean expandEntityReferences)Creates an instance.SiblingDomNodeList(DomNode parent)Constructor parameters in org.htmlunit.html with type arguments of type DomNode Constructor Description StaticDomNodeList(java.util.List<DomNode> elements) -
Uses of DomNode in org.htmlunit.html.impl
Fields in org.htmlunit.html.impl declared as DomNode Modifier and Type Field Description private DomNodeSimpleRange. endContainer_The end (focus) container.private DomNodeSimpleRange. startContainer_The start (anchor) container.Methods in org.htmlunit.html.impl that return DomNode Modifier and Type Method Description DomNodeSimpleRange. getCommonAncestorContainer()DomNodeSimpleRange. getEndContainer()DomNodeSimpleRange. getStartContainer()Methods in org.htmlunit.html.impl that return types with arguments of type DomNode Modifier and Type Method Description java.util.List<DomNode>SimpleRange. containedNodes()Methods in org.htmlunit.html.impl with parameters of type DomNode Modifier and Type Method Description private static voidSimpleRange. deleteAfter(DomNode node, int offset)private static voidSimpleRange. deleteBefore(DomNode node, int offset)private voidSimpleRange. deleteContents(DomNode ancestor)private static intSimpleRange. getMaxOffset(DomNode node)private static java.lang.StringSimpleRange. getText(DomNode node)voidSimpleRange. insertNode(DomNode newNode)Inserts a node into the Document or DocumentFragment at the start of the Range.private static voidSimpleRange. insertNodeOrDocFragment(DomNode parent, DomNode newNode, DomNode refNode)private static booleanSimpleRange. isOffsetChars(DomNode node)voidSimpleRange. selectNode(DomNode node)Select a node and its contents.voidSimpleRange. selectNodeContents(DomNode node)Select the contents within a node.voidSimpleRange. setEnd(DomNode refNode, int offset)Sets the attributes describing the end.voidSimpleRange. setStart(DomNode refNode, int offset)Sets the attributes describing the start.private static voidSimpleRange. setText(DomNode node, java.lang.String text)voidSimpleRange. surroundContents(DomNode newParent)Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.Constructors in org.htmlunit.html.impl with parameters of type DomNode Constructor Description SimpleRange(DomNode node)Constructs a range for the specified element.SimpleRange(DomNode node, int offset)Constructs a range for the provided element and start and end offset.SimpleRange(DomNode startNode, int startOffset, DomNode endNode, int endOffset)Constructs a range for the provided elements and offsets. -
Uses of DomNode in org.htmlunit.html.parser
Methods in org.htmlunit.html.parser with parameters of type DomNode Modifier and Type Method Description voidHTMLParser. parseFragment(DomNode parent, java.lang.String source)Parses the HTML content from the given string into an object tree representation.voidHTMLParser. parseFragment(DomNode parent, DomNode context, java.lang.String source, boolean createdByJavascript)Parses the HTML content from the given string into an object tree representation. -
Uses of DomNode in org.htmlunit.html.parser.neko
Fields in org.htmlunit.html.parser.neko declared as DomNode Modifier and Type Field Description private DomNodeHtmlUnitNekoDOMBuilder. currentNode_Fields in org.htmlunit.html.parser.neko with type parameters of type DomNode Modifier and Type Field Description private java.util.Deque<DomNode>HtmlUnitNekoDOMBuilder. stack_Methods in org.htmlunit.html.parser.neko that return DomNode Modifier and Type Method Description private DomNodeHtmlUnitNekoDOMBuilder. findElementOnStack(java.lang.String... searchedElementNames)Methods in org.htmlunit.html.parser.neko with parameters of type DomNode Modifier and Type Method Description private 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. appendChild(DomNode parent, DomNode child)voidHtmlUnitNekoHtmlParser. parseFragment(DomNode parent, java.lang.String source)Parses the HTML content from the given string into an object tree representation.voidHtmlUnitNekoHtmlParser. parseFragment(DomNode parent, DomNode context, java.lang.String source, boolean createdByJavascript)Parses the HTML content from the given string into an object tree representation.Constructors in org.htmlunit.html.parser.neko with parameters of type DomNode Constructor Description HtmlUnitNekoDOMBuilder(HTMLParser htmlParser, DomNode node, java.net.URL url, java.lang.String htmlContent, boolean createdByJavascript)Creates a new builder for parsing the specified response contents. -
Uses of DomNode in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type DomNode Modifier and Type Method Description protected voidHtmlSerializerInnerOuterText. appendChildren(HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode mode, boolean insideHead)Iterate over all Children and call appendNode() for every.protected voidHtmlSerializerNormalizedText. appendChildren(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode node)Iterate over all Children and call appendNode() for every.protected voidHtmlSerializerVisibleText. appendChildren(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerVisibleText.Mode mode)Iterate over all Children and call appendNode() for every.protected voidHtmlSerializerNormalizedText. appendDomNode(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode domNode)ProcessHtmlHiddenInput.protected voidHtmlSerializerVisibleText. appendDomNode(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomNode domNode, HtmlSerializerVisibleText.Mode mode)ProcessDomNode.protected voidHtmlSerializerInnerOuterText. appendNode(HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode mode, boolean insideHead)The core distribution method call the different appendXXX methods depending on the type of the given node.protected voidHtmlSerializerNormalizedText. appendNode(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode node)The core distribution method call the different appendXXX methods depending on the type of the given node.protected voidHtmlSerializerVisibleText. appendNode(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerVisibleText.Mode mode)The core distribution method call the different appendXXX methods depending on the type of the given node.java.lang.StringHtmlSerializerInnerOuterText. asText(DomNode node)Converts an HTML node to text.java.lang.StringHtmlSerializerNormalizedText. asText(DomNode node)Converts an HTML node to text.java.lang.StringHtmlSerializerVisibleText. asText(DomNode node)Converts an HTML node to text.protected booleanHtmlSerializerVisibleText. isDisplayed(DomNode domNode)Check domNode visibility.private booleanHtmlSerializerNormalizedText. isVisible(DomNode node)protected HtmlSerializerVisibleText.ModeHtmlSerializerVisibleText. updateWhiteSpaceStyle(DomNode domNode, HtmlSerializerVisibleText.Mode defaultMode)private static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.ModeHtmlSerializerInnerOuterText. whiteSpaceStyle(DomNode domNode, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode defaultMode)protected HtmlSerializerVisibleText.ModeHtmlSerializerVisibleText. whiteSpaceStyle(DomNode domNode, HtmlSerializerVisibleText.Mode defaultMode) -
Uses of DomNode in org.htmlunit.html.xpath
Methods in org.htmlunit.html.xpath with parameters of type DomNode Modifier and Type Method Description private static org.htmlunit.xpath.objects.XObjectXPathHelper. evaluateXPath(DomNode contextNode, java.lang.String str, org.htmlunit.xpath.xml.utils.PrefixResolver prefixResolver)Evaluates an XPath expression to an XObject.static <T> java.util.List<T>XPathHelper. getByXPath(DomNode node, java.lang.String xpathExpr, org.htmlunit.xpath.xml.utils.PrefixResolver resolver)Evaluates an XPath expression from the specified node, returning the resultant nodes. -
Uses of DomNode in org.htmlunit.javascript
Fields in org.htmlunit.javascript declared as DomNode Modifier and Type Field Description private DomNodeHtmlUnitScriptable. domNode_Methods in org.htmlunit.javascript that return DomNode Modifier and Type Method Description DomNodeHtmlUnitScriptable. getDomNodeOrDie()Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.DomNodeHtmlUnitScriptable. getDomNodeOrNull()Returns the DOM node that corresponds to this JavaScript object or null if a node hasn't been set.Methods in org.htmlunit.javascript with parameters of type DomNode Modifier and Type Method Description java.lang.ObjectJavaScriptEngine. callFunction(HtmlPage page, org.htmlunit.corejs.javascript.Function javaScriptFunction, org.htmlunit.corejs.javascript.Scriptable thisObject, java.lang.Object[] args, DomNode node)Calls a JavaScript function and return the result.private static org.htmlunit.corejs.javascript.ScriptableJavaScriptEngine. getScope(HtmlPage page, DomNode node)protected voidHtmlUnitScriptable. initParentScope(DomNode domNode, HtmlUnitScriptable scriptable)Initialize the parent scope of a newly created scriptable.HtmlUnitScriptableHtmlUnitScriptable. makeScriptableFor(DomNode domNode)Builds a new the JavaScript object that corresponds to the specified object.voidHtmlUnitScriptable. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object.voidHtmlUnitScriptable. setDomNode(DomNode domNode, boolean assignScriptObject)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Sets the DOM node that corresponds to this JavaScript object. -
Uses of DomNode in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host with parameters of type DomNode Modifier and Type Method Description protected java.lang.StringElement. getInnerHTML(DomNode domNode)Helper for getInnerHtml (to be reuses bei HTMLTemplate.private static voidElement. parseHtmlSnippet(DomNode target, java.lang.String source)Parses the specified HTML source code, appending the resulting content at the specified target location.protected voidElement. printChildren(java.lang.StringBuilder builder, DomNode node, boolean html)Helper for getting code back from nodes.protected voidElement. printNode(java.lang.StringBuilder builder, DomNode node, boolean html)voidElement. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object. -
Uses of DomNode in org.htmlunit.javascript.host.css
Methods in org.htmlunit.javascript.host.css with parameters of type DomNode Modifier and Type Method Description static voidCSSStyleSheet. validateSelectors(org.htmlunit.cssparser.parser.selector.SelectorList selectorList, int documentMode, DomNode domNode)Deprecated.as of version 3.7.0; useCssStyleSheet.validateSelectors(org.htmlunit.cssparser.parser.selector.SelectorList, int, DomNode)instead -
Uses of DomNode in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type DomNode Modifier and Type Field Description private java.util.List<DomNode>AbstractList. cachedElements_Cache collection elements when possible, so as to avoid expensive XPath expression evaluations.private java.util.function.Supplier<java.util.List<DomNode>>AbstractList. elementsSupplier_private java.util.function.Predicate<DomNode>AbstractList. isMatchingPredicate_Methods in org.htmlunit.javascript.host.dom that return types with arguments of type DomNode Modifier and Type Method Description java.util.List<DomNode>AbstractList. getElements()Gets the HTML elements from cache or retrieve them at first call.protected java.util.function.Supplier<java.util.List<DomNode>>AbstractList. getElementSupplier()protected java.util.function.Predicate<DomNode>AbstractList. getIsMatchingPredicate()Methods in org.htmlunit.javascript.host.dom with parameters of type DomNode Modifier and Type Method Description protected AbstractListAbstractList. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.protected AbstractListNodeList. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.protected NodeNode. getJavaScriptNode(DomNode domNode)Gets the JavaScript node for a given DomNode.private static NodeNodeIterator. getNodeOrNull(DomNode domNode)private static NodeTreeWalker. getNodeOrNull(DomNode domNode)private static voidNode. initInlineFrameIfNeeded(DomNode childDomNode)If we have added a new iframe that had no source attribute, we have to take care the 'onload' handler is triggered.voidAbstractList. setDomNode(DomNode domNode, boolean assignScriptObject)Method parameters in org.htmlunit.javascript.host.dom with type arguments of type DomNode Modifier and Type Method Description protected AbstractListAbstractList. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.protected AbstractListNodeList. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.protected java.lang.ObjectAbstractList. getWithPreemptionByName(java.lang.String name, java.util.List<DomNode> elements)Helper forAbstractList.getWithPreemption(String)when finding by id doesn't get results.voidAbstractList. setElementsSupplier(java.util.function.Supplier<java.util.List<DomNode>> elementsSupplier)Returns the elements whose associated host objects are available through this collection.voidAbstractList. setIsMatchingPredicate(java.util.function.Predicate<DomNode> isMatchingPredicate)Indicates if the node should belong to the collection.static NodeListNodeList. staticNodeList(HtmlUnitScriptable parentScope, java.util.List<DomNode> elements)Gets a static NodeList.Constructors in org.htmlunit.javascript.host.dom with parameters of type DomNode Constructor Description AbstractList(DomNode domNode, boolean attributeChangeSensitive, java.util.List<DomNode> initialElements)Creates an instance.NodeList(DomNode domNode, boolean attributeChangeSensitive)Creates an instance.NodeList(DomNode domNode, java.util.List<DomNode> initialElements)Constructs an instance with an initial cache value.Constructor parameters in org.htmlunit.javascript.host.dom with type arguments of type DomNode Constructor Description AbstractList(DomNode domNode, boolean attributeChangeSensitive, java.util.List<DomNode> initialElements)Creates an instance.NodeList(DomNode domNode, java.util.List<DomNode> initialElements)Constructs an instance with an initial cache value. -
Uses of DomNode in org.htmlunit.javascript.host.event
Fields in org.htmlunit.javascript.host.event declared as DomNode Modifier and Type Field Description private DomNodeEventHandler. node_Methods in org.htmlunit.javascript.host.event with parameters of type DomNode Modifier and Type Method Description static EventEvent. createPropertyChangeEvent(DomNode domNode, java.lang.String propertyName)Creates a new Event withEvent.TYPE_PROPERTY_CHANGEtype.Constructors in org.htmlunit.javascript.host.event with parameters of type DomNode Constructor Description BeforeUnloadEvent(DomNode domNode, java.lang.String type)Creates a new event instance.Event(DomNode domNode, java.lang.String type)Creates a new event instance.EventHandler(DomNode node, java.lang.String eventName, java.lang.String jsSnippet)Builds a function that will execute the JavaScript code provided.KeyboardEvent(DomNode domNode, java.lang.String type, char character, boolean shiftKey, boolean ctrlKey, boolean altKey)Creates a new keyboard event instance.KeyboardEvent(DomNode domNode, java.lang.String type, int keyCode, boolean shiftKey, boolean ctrlKey, boolean altKey)Creates a new keyboard event instance.MouseEvent(DomNode domNode, java.lang.String type, boolean shiftKey, boolean ctrlKey, boolean altKey, int button, int detail)Creates a new event instance.PointerEvent(DomNode domNode, java.lang.String type, boolean shiftKey, boolean ctrlKey, boolean altKey, int button, int detail)Creates a new event instance.SubmitEvent(DomNode domNode, HTMLElement submitElement)Ctor.UIEvent(DomNode domNode, java.lang.String type)Creates a new UI event instance. -
Uses of DomNode in org.htmlunit.javascript.host.html
Subclasses of DomNode in org.htmlunit.javascript.host.html Modifier and Type Class Description static classHTMLElement.ProxyDomNodeProxyDomNode.Fields in org.htmlunit.javascript.host.html declared as DomNode Modifier and Type Field Description private DomNodeHTMLElement.ProxyDomNode. target_Methods in org.htmlunit.javascript.host.html that return DomNode Modifier and Type Method Description DomNodeHTMLElement.ProxyDomNode. appendChild(org.w3c.dom.Node node)DomNodeHTMLElement.ProxyDomNode. getDomNode()Gets wrapped DomNode.DomNodeHTMLDocument. getDomNodeOrDie()Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.Methods in org.htmlunit.javascript.host.html that return types with arguments of type DomNode Modifier and Type Method Description java.util.List<DomNode>LabelsNodeList. getElements()This is overridden instead of#computeElements()in order to prevent caching at all.(package private) static java.util.List<DomNode>HTMLDocument. getItComputeElements(HtmlPage page, java.lang.String name, boolean alsoFrames)Methods in org.htmlunit.javascript.host.html with parameters of type DomNode Modifier and Type Method Description protected HTMLCollectionHTMLCollection. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.static HTMLCollectionHTMLCollection. emptyCollection(DomNode domNode)Gets an empty collection.voidHTMLElement. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object.voidHTMLImageElement. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object.voidHTMLSpanElement. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object.voidValidityState. setDomNode(DomNode domNode)Sets the DOM node that corresponds to this JavaScript object.Method parameters in org.htmlunit.javascript.host.html with type arguments of type DomNode Modifier and Type Method Description protected HTMLCollectionHTMLCollection. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.protected java.lang.ObjectHTMLCollection. getWithPreemptionByName(java.lang.String name, java.util.List<DomNode> elements)Helper forAbstractList.getWithPreemption(String)when finding by id doesn't get results.Constructors in org.htmlunit.javascript.host.html with parameters of type DomNode Constructor Description HTMLAllCollection(DomNode parentScope)Creates an instance.HTMLCollection(DomNode domNode, boolean attributeChangeSensitive)Creates an instance.HTMLCollection(DomNode domNode, boolean attributeChangeSensitive, java.util.List<DomNode> initialElements)HTMLCollection(DomNode domNode, java.util.List<DomNode> initialElements)Constructs an instance with an initial cache value.ProxyDomNode(SgmlPage page, DomNode target, boolean append)Constructor.Constructor parameters in org.htmlunit.javascript.host.html with type arguments of type DomNode Constructor Description HTMLCollection(DomNode domNode, boolean attributeChangeSensitive, java.util.List<DomNode> initialElements)HTMLCollection(DomNode domNode, java.util.List<DomNode> initialElements)Constructs an instance with an initial cache value. -
Uses of DomNode in org.htmlunit.javascript.host.xml
Methods in org.htmlunit.javascript.host.xml that return DomNode Modifier and Type Method Description private static DomNodeXSLTProcessor. findOutputNode(DomNode xsltDomNode)Methods in org.htmlunit.javascript.host.xml with parameters of type DomNode Modifier and Type Method Description private static DomNodeXSLTProcessor. findOutputNode(DomNode xsltDomNode)protected voidXMLDocument. initParentScope(DomNode domNode, HtmlUnitScriptable scriptable)Initialize the parent scope of a newly created scriptable.HtmlUnitScriptableXMLDocument. makeScriptableFor(DomNode domNode)Builds a new the JavaScript object that corresponds to the specified object.private voidXMLSerializer. toXml(int indent, DomNode node, java.lang.StringBuilder builder, java.lang.String foredNamespace) -
Uses of DomNode in org.htmlunit.platform.dom.traversal
Methods in org.htmlunit.platform.dom.traversal that return DomNode Modifier and Type Method Description DomNodeDomTreeWalker. firstChild()DomNodeDomTreeWalker. getCurrentNode()DomNodeDomTreeWalker. getRoot()DomNodeDomTreeWalker. lastChild()DomNodeDomTreeWalker. nextNode()DomNodeDomTreeWalker. nextSibling()DomNodeDomTreeWalker. parentNode()DomNodeDomTreeWalker. previousNode()DomNodeDomTreeWalker. previousSibling()Constructors in org.htmlunit.platform.dom.traversal with parameters of type DomNode Constructor Description DomTreeWalker(DomNode root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean expandEntityReferences)Creates an instance. -
Uses of DomNode in org.htmlunit.svg
Subclasses of DomNode in org.htmlunit.svg Modifier and Type Class Description classSvgAltGlyphWrapper for the SVG elementaltGlyph.classSvgAltGlyphDefWrapper for the SVG elementaltGlyphDef.classSvgAltGlyphItemWrapper for the SVG elementaltGlyphItem.classSvgAnchorWrapper for the SVG elementa.classSvgAnimateWrapper for the SVG elementanimate.classSvgAnimateColorWrapper for the SVG elementanimateColor.classSvgAnimateMotionWrapper for the SVG elementanimateMotion.classSvgAnimateTransformWrapper for the SVG elementanimateTransform.classSvgCircleWrapper for the SVG elementcircle.classSvgClipPathWrapper for the SVG elementclipPath.classSvgColorProfileWrapper for the SVG element "color-profile".classSvgCursorWrapper for the SVG elementcursor.classSvgDefsWrapper for the SVG elementdefs.classSvgDescWrapper for the SVG elementdesc.classSvgElementParent elements of all SVG elements, and wrapper for any unknown one.classSvgEllipseWrapper for the SVG elementellipse.classSvgFeBlendWrapper for the SVG elementfeBlend.classSvgFeColorMatrixWrapper for the SVG elementfeColorMatrix.classSvgFeComponentTransferWrapper for the SVG elementfeComponentTransfer.classSvgFeCompositeWrapper for the SVG elementfeComposite.classSvgFeConvolveMatrixWrapper for the SVG elementfeConvolveMatrix.classSvgFeDiffuseLightingWrapper for the SVG elementfeDiffuseLighting.classSvgFeDisplacementMapWrapper for the SVG elementfeDisplacementMap.classSvgFeDistantLightWrapper for the SVG elementfeDistantLight.classSvgFeFloodWrapper for the SVG elementfeFlood.classSvgFeFuncAWrapper for the SVG elementfeFuncA.classSvgFeFuncBWrapper for the SVG elementfeFuncB.classSvgFeFuncGWrapper for the SVG elementfeFuncG.classSvgFeFuncRWrapper for the SVG elementfeFuncR.classSvgFeGaussianBlurWrapper for the SVG elementfeGaussianBlur.classSvgFeImageWrapper for the SVG elementfeImage.classSvgFeMergeWrapper for the SVG elementfeMerge.classSvgFeMergeNodeWrapper for the SVG elementfeMergeNode.classSvgFeMorphologyWrapper for the SVG elementfeMorphology.classSvgFeOffsetWrapper for the SVG elementfeOffset.classSvgFePointLightWrapper for the SVG elementfePointLight.classSvgFeSpecularLightingWrapper for the SVG elementfeSpecularLighting.classSvgFeSpotLightWrapper for the SVG elementfeSpotLight.classSvgFeTileWrapper for the SVG elementfeTile.classSvgFeTurbulenceWrapper for the SVG elementfeTurbulence.classSvgFilterWrapper for the SVG elementfilter.classSvgFontWrapper for the SVG elementfont.classSvgFontFaceWrapper for the SVG element "font-face".classSvgFontFaceFormatWrapper for the SVG element "font-face-format".classSvgFontFaceNameWrapper for the SVG element "font-face-name".classSvgFontFaceSrcWrapper for the SVG element "font-face-src".classSvgFontFaceURIWrapper for the SVG element "font-face-uri".classSvgForeignObjectWrapper for the SVG elementforeignObject.classSvgGlyphWrapper for the SVG elementglyph.classSvgGlyphRefWrapper for the SVG elementglyphRef.classSvgGroupWrapper for the SVG elementg.classSvgHKernWrapper for the SVG elementhkern.classSvgImageWrapper for the SVG elementimage.classSvgLineWrapper for the SVG elementline.classSvgLinearGradientWrapper for the SVG elementlinearGradient.classSvgMarkerWrapper for the SVG elementmarker.classSvgMaskWrapper for the SVG elementmask.classSvgMetadataWrapper for the SVG elementmetadata.classSvgMissingGlyphWrapper for the SVG element "missing-glyph".classSvgMPathWrapper for the SVG elementmpath.classSvgPathWrapper for the SVG elementpath.classSvgPatternWrapper for the SVG elementpattern.classSvgPolygonWrapper for the SVG elementpolygon.classSvgPolylineWrapper for the SVG elementpolyline.classSvgRadialGradientWrapper for the SVG elementradialGradient.classSvgRectWrapper for the SVG elementrect.classSvgScriptWrapper for the SVG elementscript.classSvgSetWrapper for the SVG elementset.classSvgStopWrapper for the SVG elementstop.classSvgStyleWrapper for the SVG elementstyle.classSvgSwitchWrapper for the SVG elementswitch.classSvgSymbolWrapper for the SVG elementsymbol.classSvgTextWrapper for the SVG elementtext.classSvgTextPathWrapper for the SVG elementtextPath.classSvgTitleWrapper for the SVG elementtitle.classSvgTRefWrapper for the SVG elementtref.classSvgTSpanWrapper for the SVG elementtspan.classSvgUseWrapper for the SVG elementuse.classSvgViewWrapper for the SVG elementview.classSvgVKernWrapper for the SVG elementvkern. -
Uses of DomNode in org.htmlunit.util
Methods in org.htmlunit.util that return DomNode Modifier and Type Method Description private static DomNodeXmlUtils. createFrom(SgmlPage page, org.w3c.dom.Node source, boolean handleXHTMLAsHTML, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> attributesOrderMap)Methods in org.htmlunit.util with parameters of type DomNode Modifier and Type Method Description static voidXmlUtils. appendChild(SgmlPage page, DomNode parent, org.w3c.dom.Node child, boolean handleXHTMLAsHTML)Recursively appends aNodechild toDomNodeparent.static voidXmlUtils. appendChild(SgmlPage page, DomNode parent, org.w3c.dom.Node child, boolean handleXHTMLAsHTML, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> attributesOrderMap)Recursively appends aNodechild toDomNodeparent.private static voidXmlUtils. copy(SgmlPage page, org.w3c.dom.Node source, DomNode dest, boolean handleXHTMLAsHTML, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> attributesOrderMap)Copy all children from 'source' to 'dest', within the context of the specified page. -
Uses of DomNode in org.htmlunit.xml
Subclasses of DomNode in org.htmlunit.xml Modifier and Type Class Description classXmlPageA page that will be returned for response with content type "text/xml".
-