Uses of Class
org.htmlunit.html.DomNode
-
Packages that use DomNode Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which 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 class
SgmlPage
A 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 boolean
CssStyleSheet. isValidCondition(org.htmlunit.cssparser.parser.condition.Condition condition, int documentMode, DomNode domNode)
private static boolean
CssStyleSheet. isValidSelector(org.htmlunit.cssparser.parser.selector.Selector selector, int documentMode, DomNode domNode)
static void
CssStyleSheet. 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 class
AbstractDomNodeList<E extends DomNode>
A generic DomNodeList implementation ofNodeList
.protected class
DomNode.DescendantElementsIterator<T extends DomNode>
Iterates over all descendants of a specific type, in document order.interface
DomNodeList<E extends DomNode>
Subclasses of DomNode in org.htmlunit.html Modifier and Type Class Description class
BaseFrameElement
Base class for frame and iframe.class
DomAttr
An attribute of an element.class
DomCDataSection
Representation of a CDATA node in the HTML DOM.class
DomCharacterData
Wrapper for the DOM node CharacterData.class
DomComment
Wrapper for the DOM node Comment.class
DomDocumentFragment
A DOM object for DocumentFragment.class
DomDocumentType
A DOM object for DocumentType.class
DomElement
class
DomNamespaceNode
Intermediate base class for DOM Nodes that have namespaces.class
DomProcessingInstruction
Wrapper for the DOM node ProcessingInstruction.class
DomText
Representation of a text node in the HTML DOM.class
HtmlAbbreviated
Wrapper for the HTML element "abbr".class
HtmlAcronym
Wrapper for the HTML element "acronym".class
HtmlAddress
Wrapper for the HTML element "address".class
HtmlAnchor
Wrapper for the HTML element "a".class
HtmlArea
Wrapper for the HTML element "area".class
HtmlArticle
Wrapper for the HTML element "article".class
HtmlAside
Wrapper for the HTML element "aside".class
HtmlAudio
Wrapper for the HTML element "Audio".class
HtmlBackgroundSound
Wrapper for the HTML element "bgsound".class
HtmlBase
Wrapper for the HTML element "base".class
HtmlBaseFont
Wrapper for the HTML element "basefont".class
HtmlBidirectionalIsolation
Wrapper for the HTML element "bdi".class
HtmlBidirectionalOverride
Wrapper for the HTML element "bdo".class
HtmlBig
Wrapper for the HTML element "big".class
HtmlBlink
Wrapper for the HTML element "blink".class
HtmlBlockQuote
Wrapper for the HTML element "blockquote".class
HtmlBody
Wrapper for the HTML element "body".class
HtmlBold
Wrapper for the HTML element "b".class
HtmlBreak
Wrapper for the HTML element "br".class
HtmlButton
Wrapper for the HTML element "button".class
HtmlButtonInput
Wrapper for the HTML element "input" where type is "button".class
HtmlCanvas
Wrapper for the HTML element "canvas".class
HtmlCaption
Wrapper for the HTML element "caption".class
HtmlCenter
Wrapper for the HTML element "center".class
HtmlCheckBoxInput
Wrapper for the HTML element "input".class
HtmlCitation
Wrapper for the HTML element "cite".class
HtmlCode
Wrapper for the HTML element "code".class
HtmlColorInput
Wrapper for the HTML element "input" where type is "color".class
HtmlCommand
Wrapper for the HTML element "command".class
HtmlData
Wrapper for the HTML element "data".class
HtmlDataList
Wrapper for the HTML element "datalist".class
HtmlDateInput
Wrapper for the HTML element "input" where type is "date".class
HtmlDateTimeLocalInput
Wrapper for the HTML element "input" where type is "datetime-local".class
HtmlDefinition
Wrapper for the HTML element "dfn".class
HtmlDefinitionDescription
Wrapper for the HTML element "dd".class
HtmlDefinitionList
Wrapper for the HTML element "dl".class
HtmlDefinitionTerm
Wrapper for the HTML element "dt".class
HtmlDeletedText
Wrapper for the HTML element "del".class
HtmlDetails
Wrapper for the HTML element "details".class
HtmlDialog
Wrapper for the HTML element "dialog".class
HtmlDirectory
Wrapper for the HTML element "dir".class
HtmlDivision
Wrapper for the HTML element "div".class
HtmlElement
An abstract wrapper for HTML elements.class
HtmlEmailInput
Wrapper for the HTML element "input" where type is "email".class
HtmlEmbed
Wrapper for the HTML element "embed".class
HtmlEmphasis
Wrapper for the HTML element "em".class
HtmlExample
Wrapper for the HTML element "xmp".class
HtmlFieldSet
Wrapper for the HTML element "fieldset".class
HtmlFigure
Wrapper for the HTML element "figure".class
HtmlFigureCaption
Wrapper for the HTML element "figcaption".class
HtmlFileInput
Wrapper for the HTML element "input".class
HtmlFont
Wrapper for the HTML element "font".class
HtmlFooter
Wrapper for the HTML element "footer".class
HtmlForm
Wrapper for the HTML element "form".class
HtmlFrame
Wrapper for the HTML element "frame".class
HtmlFrameSet
Wrapper for the HTML element "frameset".class
HtmlHead
Wrapper for the HTML element "head".class
HtmlHeader
Wrapper for the HTML element "header".class
HtmlHeading1
Wrapper for the HTML element "h1".class
HtmlHeading2
Wrapper for the HTML element "h2".class
HtmlHeading3
Wrapper for the HTML element "h3".class
HtmlHeading4
Wrapper for the HTML element "h4".class
HtmlHeading5
Wrapper for the HTML element "h5".class
HtmlHeading6
Wrapper for the HTML element "h6".class
HtmlHiddenInput
Wrapper for the HTML element "input" of type "hidden".class
HtmlHorizontalRule
Wrapper for the HTML element "hr".class
HtmlHtml
A representation of an HTML element "html".class
HtmlImage
Wrapper for the HTML element "img".class
HtmlImageInput
Wrapper for the HTML element "input".class
HtmlInlineFrame
Wrapper for the HTML element "iframe".class
HtmlInlineQuotation
Wrapper for the HTML element "q".class
HtmlInput
Wrapper for the HTML element "input".class
HtmlInsertedText
Wrapper for the HTML element "ins".class
HtmlIsIndex
Wrapper for the HTML element "isindex".class
HtmlItalic
Wrapper for the HTML element "i".class
HtmlKeyboard
Wrapper for the HTML element "kbd".class
HtmlLabel
Wrapper for the HTML element "label".class
HtmlLayer
Wrapper for the HTML element "layer".class
HtmlLegend
Wrapper for the HTML element "legend".class
HtmlLink
Wrapper for the HTML element "link".class
HtmlListing
Wrapper for the HTML element "listing".class
HtmlListItem
Wrapper for the HTML element "li".class
HtmlMain
Wrapper for the HTML element "main".class
HtmlMap
Wrapper for the HTML element "map".class
HtmlMark
Wrapper for the HTML element "mark".class
HtmlMarquee
Wrapper for the HTML element "marquee".class
HtmlMedia
HTML Media element, e.g.class
HtmlMenu
Wrapper for the HTML element "menu".class
HtmlMenuItem
Wrapper for the HTML element "menuitem".class
HtmlMeta
Wrapper for the HTML element "meta".class
HtmlMeter
HTML 5 "meter" element.class
HtmlMonthInput
Wrapper for the HTML element "input" where type is "month".class
HtmlMultiColumn
Wrapper for the HTML element "multicol".class
HtmlNav
Wrapper for the HTML element "nav".class
HtmlNextId
Wrapper for the HTML element "nextId".class
HtmlNoBreak
Wrapper for the HTML element "nobr".class
HtmlNoEmbed
Wrapper for the HTML element "noembed".class
HtmlNoFrames
Wrapper for the HTML element "noframes".class
HtmlNoLayer
Wrapper for the HTML element "nolayer".class
HtmlNoScript
Wrapper for the HTML element "noscript".class
HtmlNumberInput
Wrapper for the HTML element "input" with type is "number".class
HtmlObject
Wrapper for the HTML element "object".class
HtmlOption
Wrapper for the HTML element "option".class
HtmlOptionGroup
Wrapper for the HTML element "optgroup".class
HtmlOrderedList
Wrapper for the HTML element "ol".class
HtmlOutput
Wrapper for the HTML element "output".class
HtmlPage
A representation of an HTML page returned from a server.class
HtmlParagraph
Wrapper for the HTML element "p".class
HtmlParameter
Wrapper for the HTML element "param".class
HtmlPasswordInput
Wrapper for the HTML element "input".class
HtmlPicture
Wrapper for the HTML element "picture".class
HtmlPlainText
Wrapper for the HTML element "plaintext".class
HtmlPreformattedText
Wrapper for the HTML element "pre".class
HtmlProgress
Wrapper for the HTML element "progress".class
HtmlRadioButtonInput
Wrapper for the HTML element "input".class
HtmlRangeInput
Wrapper for the HTML element "input" where type is "range".class
HtmlRb
Wrapper for the HTML element "rb".class
HtmlResetInput
Wrapper for the HTML element "input".class
HtmlRp
Wrapper for the HTML element "rp".class
HtmlRt
Wrapper for the HTML element "rt".class
HtmlRtc
Wrapper for the HTML element "rtc".class
HtmlRuby
Wrapper for the HTML element "ruby".class
HtmlS
Wrapper for the HTML element "s", a strike-through text style.class
HtmlSample
Wrapper for the HTML element "samp".class
HtmlScript
Wrapper 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.class
HtmlSearchInput
Wrapper for the HTML element "input" where type is "search".class
HtmlSection
Wrapper for the HTML element "section".class
HtmlSelect
Wrapper for the HTML element "select".class
HtmlSelectableTextInput
Abstract parent class to shareSelectableTextInput
implementation and typing support.class
HtmlSlot
Wrapper for the HTML element "slot".class
HtmlSmall
Wrapper for the HTML element "small".class
HtmlSource
Wrapper for the HTML element "source".class
HtmlSpan
Wrapper for the HTML element "span".class
HtmlStrike
Wrapper for the HTML element "strike".class
HtmlStrong
Wrapper for the HTML element "strong".class
HtmlStyle
Wrapper for the HTML element "style".class
HtmlSubmitInput
Wrapper for the HTML element "input".class
HtmlSubscript
Wrapper for the HTML element "sub".class
HtmlSummary
Wrapper for the HTML element "summary".class
HtmlSuperscript
Wrapper for the HTML element "sup".class
HtmlSvg
Wrapper for the SVG elementsvg
.class
HtmlTable
Wrapper for the HTML element "table".class
HtmlTableBody
Wrapper for the HTML element "tbody".class
HtmlTableCell
An abstract cell that provides the implementation for HtmlTableDataCell and HtmlTableHeaderCell.class
HtmlTableColumn
Wrapper for the HTML element "col".class
HtmlTableColumnGroup
Wrapper for the HTML element "colgroup".class
HtmlTableDataCell
Wrapper for the HTML element "td".class
HtmlTableFooter
Wrapper for the HTML element "tfoot".class
HtmlTableHeader
Wrapper for the HTML element "thead".class
HtmlTableHeaderCell
Wrapper for the HTML "th" tag.class
HtmlTableRow
Wrapper for the HTML element "tr".class
HtmlTeletype
Wrapper for the HTML element "tt".class
HtmlTelInput
Wrapper for the HTML element "input" where type is "tel".class
HtmlTemplate
Wrapper for the HTML element "template".class
HtmlTextArea
Wrapper for the HTML element "textarea".class
HtmlTextInput
Wrapper for the HTML element "input" with type="text".class
HtmlTime
Wrapper for the HTML element "time".class
HtmlTimeInput
Wrapper for the HTML element "input" where type is "time".class
HtmlTitle
Wrapper for the HTML element "title".class
HtmlTrack
Wrapper for the HTML element "track".class
HtmlUnderlined
Wrapper for the HTML element "u".class
HtmlUnknownElement
An element that is returned for an HTML tag that is not supported by this framework.class
HtmlUnorderedList
Wrapper for the HTML element "ul".class
HtmlUrlInput
Wrapper for the HTML element "input" where type is "url".class
HtmlVariable
Wrapper for the HTML element "var".class
HtmlVideo
Wrapper for the HTML element "video".class
HtmlWeekInput
Wrapper for the HTML element "input" where type is "week".class
HtmlWordBreak
Wrapper for the HTML element "wbr".class
TableRowGroup
Superclass for the wrappers for the HTML elements "thead", "tbody" and "tfoot".class
XHtmlPage
A representation of an XHTML page returned from a server.Fields in org.htmlunit.html declared as DomNode Modifier and Type Field Description private DomNode
DomChangeEvent. changedNode_
private DomNode
DomNode.ChildIterator. currentNode_
private DomNode
DomNode.DescendantElementsIterator. currentNode_
private DomNode
HtmlDomTreeWalker. currentNode_
private DomNode
DoTypeProcessor. domNode_
EitherHtmlElement
orDomText
.private DomNode
DomNode. firstChild_
Start of the child list.private DomNode
SiblingDomNodeList.SiblingListIterator. next_
private DomNode
DomNode.ChildIterator. nextNode_
private DomNode
DomNode.DescendantElementsIterator. nextNode_
private DomNode
DomNode. nextSibling_
The next sibling.private DomNode
AbstractDomNodeList. node_
This node list's root node.private DomNode
DomNode. parent_
The parent node.private DomNode
SiblingDomNodeList. parent_
private DomNode
SiblingDomNodeList.SiblingListIterator. prev_
private DomNode
DomNode. previousSibling_
The previous sibling.private DomNode
DomNodeIterator. referenceNode_
private DomNode
DomNodeIterator. root_
private DomNode
HtmlDomTreeWalker. 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 DomNode
DomNode. appendChild(org.w3c.dom.Node node)
DomNode
HtmlSelect. appendChild(org.w3c.dom.Node node)
DomNode
BaseFrameElement. cloneNode(boolean deep)
Creates a newWebWindow
for the new clone.DomNode
DomElement. cloneNode(boolean deep)
DomNode
DomNode. cloneNode(boolean deep)
DomNode
DomText. cloneNode(boolean deep)
DomNode
HtmlElement. cloneNode(boolean deep)
DomNode
HtmlInput. cloneNode(boolean deep)
DomNode
HtmlSelectableTextInput. cloneNode(boolean deep)
DomNode
HtmlTextArea. cloneNode(boolean deep)
DomNode
HtmlDomTreeWalker. firstChild()
DomNode
SiblingDomNodeList. get(int index)
DomNode
StaticDomNodeList. get(int index)
DomNode
DomChangeEvent. getChangedNode()
Returns the node that has been added or deleted.private static DomNode
DomNodeIterator. getChild(DomNode node, boolean lookLeft)
DomNode
HtmlDomTreeWalker. getCurrentNode()
protected DomNode
AbstractDomNodeList. getDomNode()
Returns the DOM node.private DomNode
HtmlDomTreeWalker. getEquivalentLogical(DomNode n, boolean lookLeft)
Recursively find the logical node occupying the same position as this _actual_ node.protected DomNode
DomElement. getEventTargetElement()
Returns the event target element.DomNode
DomNode. getFirstChild()
private DomNode
DomNode.DescendantElementsIterator. getFirstChildElement(DomNode parent)
private DomNode
DomNodeIterator. getFirstUncleNode(DomNode node)
Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNode
HtmlDomTreeWalker. getFirstUncleNode(DomNode n)
Helper method to get the first uncle node in document order (preorder traversal) from the given node.DomNode
DomNode. getLastChild()
private DomNode
DomNode.DescendantElementsIterator. getNextDomSibling(DomNode element)
private DomNode
DomNode.DescendantElementsIterator. getNextElementUpwards(DomNode startingNode)
DomNode
DomNode. getNextSibling()
DomNode
DomChangeEvent. getParentNode()
Returns the parent of the node that was changed.DomNode
DomNode. getParentNode()
private DomNode
HtmlDomTreeWalker. getPreviousNode(DomNode n)
Helper method to get the previous node in document order (preorder traversal) from the given node.DomNode
DomNode. getPreviousSibling()
DomNode
DomNodeIterator. getRoot()
DomNode
HtmlDomTreeWalker. getRoot()
private static DomNode
DomNodeIterator. getSibling(DomNode node, boolean lookLeft)
private DomNode
HtmlDomTreeWalker. getSibling(DomNode n, boolean lookLeft)
DomNode
HtmlDomTreeWalker. lastChild()
DomNode
DomNode.ChildIterator. next()
DomNode
SiblingDomNodeList.SiblingListIterator. next()
DomNode
DomNodeIterator. nextNode()
DomNode
HtmlDomTreeWalker. nextNode()
DomNode
HtmlDomTreeWalker. nextSibling()
DomNode
HtmlDomTreeWalker. parentNode()
DomNode
SiblingDomNodeList.SiblingListIterator. previous()
DomNode
DomNodeIterator. previousNode()
DomNode
HtmlDomTreeWalker. previousNode()
DomNode
HtmlDomTreeWalker. previousSibling()
private DomNode
DomNodeIterator. 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 anIterable
that will recursively iterate over all of this node's descendants, includingDomText
elements,DomComment
elements, 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 void
SiblingDomNodeList.SiblingListIterator. add(DomNode e)
java.lang.String
XmlSerializer. asText(DomNode node)
private void
DomNode. 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 void
DomNode. 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).ScriptResult
HtmlPage. 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 ScriptResult
HtmlPage. executeJavaScriptFunction(org.htmlunit.corejs.javascript.Function function, org.htmlunit.corejs.javascript.Scriptable thisObject, java.lang.Object[] args, DomNode htmlElementScope)
private void
DomNode. fireAddition(DomNode domNode)
private void
DomNode. fireRemoval(DomNode exParent)
private static DomNode
DomNodeIterator. getChild(DomNode node, boolean lookLeft)
private DomNode
HtmlDomTreeWalker. getEquivalentLogical(DomNode n, boolean lookLeft)
Recursively find the logical node occupying the same position as this _actual_ node.private DomNode
DomNode.DescendantElementsIterator. getFirstChildElement(DomNode parent)
private DomNode
DomNodeIterator. getFirstUncleNode(DomNode node)
Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNode
HtmlDomTreeWalker. getFirstUncleNode(DomNode n)
Helper method to get the first uncle node in document order (preorder traversal) from the given node.private DomNode
DomNode.DescendantElementsIterator. getNextDomSibling(DomNode element)
private DomNode
DomNode.DescendantElementsIterator. getNextElementUpwards(DomNode startingNode)
private DomNode
HtmlDomTreeWalker. getPreviousNode(DomNode n)
Helper method to get the previous node in document order (preorder traversal) from the given node.private static DomNode
DomNodeIterator. getSibling(DomNode node, boolean lookLeft)
private DomNode
HtmlDomTreeWalker. getSibling(DomNode n, boolean lookLeft)
void
DomNode. 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.void
HtmlOption. 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 boolean
DomNode.DescendantElementsIterator. isAccepted(DomNode node)
Indicates if the node is accepted.boolean
DomNode. isAncestorOf(DomNode node)
Returnstrue
if this node is an ancestor of the specified node.boolean
DomNode. isAncestorOfAny(DomNode... nodes)
Returnstrue
if this node is an ancestor of the specified nodes.void
HtmlPage.ComputedStylesCache. nodeChanged(DomNode changed, boolean clearParents)
private void
HtmlPage.DomHtmlAttributeChangeListenerImpl. nodeChanged(DomNode changedNode, java.lang.String attribName)
(package private) void
HtmlPage. notifyNodeAdded(DomNode node)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.(package private) void
HtmlPage. notifyNodeRemoved(DomNode node)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.protected void
XmlSerializer. printText(DomNode node)
void
DomNode. 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)
void
DomNode. replace(DomNode newNode)
Replaces this node with another node.void
SiblingDomNodeList.SiblingListIterator. set(DomNode e)
private void
HtmlTableRow.CellIterator. setNextCell(DomNode node)
Sets the internal position to the next cell, starting at the given nodeprivate void
DomElement.ChildElementsIterator. setNextElement(DomNode node)
private void
HtmlTable.RowIterator. setNextRow(DomNode node)
Sets the internal position to the next row, starting at the given node.protected void
DomNode. 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 DomNode
SimpleRange. endContainer_
The end (focus) container.private DomNode
SimpleRange. startContainer_
The start (anchor) container.Methods in org.htmlunit.html.impl that return DomNode Modifier and Type Method Description DomNode
SimpleRange. getCommonAncestorContainer()
DomNode
SimpleRange. getEndContainer()
DomNode
SimpleRange. 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 void
SimpleRange. deleteAfter(DomNode node, int offset)
private static void
SimpleRange. deleteBefore(DomNode node, int offset)
private void
SimpleRange. deleteContents(DomNode ancestor)
private static int
SimpleRange. getMaxOffset(DomNode node)
private static java.lang.String
SimpleRange. getText(DomNode node)
void
SimpleRange. insertNode(DomNode newNode)
Inserts a node into the Document or DocumentFragment at the start of the Range.private static void
SimpleRange. insertNodeOrDocFragment(DomNode parent, DomNode newNode, DomNode refNode)
private static boolean
SimpleRange. isOffsetChars(DomNode node)
void
SimpleRange. selectNode(DomNode node)
Select a node and its contents.void
SimpleRange. selectNodeContents(DomNode node)
Select the contents within a node.void
SimpleRange. setEnd(DomNode refNode, int offset)
Sets the attributes describing the end.void
SimpleRange. setStart(DomNode refNode, int offset)
Sets the attributes describing the start.private static void
SimpleRange. setText(DomNode node, java.lang.String text)
void
SimpleRange. 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 void
HTMLParser. parseFragment(DomNode parent, java.lang.String source)
Parses the HTML content from the given string into an object tree representation.void
HTMLParser. 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 DomNode
HtmlUnitNekoDOMBuilder. 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 DomNode
HtmlUnitNekoDOMBuilder. findElementOnStack(java.lang.String... searchedElementNames)
Methods in org.htmlunit.html.parser.neko with parameters of type DomNode Modifier and Type Method Description private void
HtmlUnitNekoDOMBuilder. 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 void
HtmlUnitNekoDOMBuilder. appendChild(DomNode parent, DomNode child)
void
HtmlUnitNekoHtmlParser. parseFragment(DomNode parent, java.lang.String source)
Parses the HTML content from the given string into an object tree representation.void
HtmlUnitNekoHtmlParser. 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 void
HtmlSerializerInnerOuterText. appendChildren(HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode mode, boolean insideHead)
Iterate over all Children and call appendNode() for every.protected void
HtmlSerializerNormalizedText. appendChildren(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode node)
Iterate over all Children and call appendNode() for every.protected void
HtmlSerializerVisibleText. appendChildren(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomNode node, HtmlSerializerVisibleText.Mode mode)
Iterate over all Children and call appendNode() for every.protected void
HtmlSerializerNormalizedText. appendDomNode(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode domNode)
ProcessHtmlHiddenInput
.protected void
HtmlSerializerVisibleText. appendDomNode(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomNode domNode, HtmlSerializerVisibleText.Mode mode)
ProcessDomNode
.protected void
HtmlSerializerInnerOuterText. 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 void
HtmlSerializerNormalizedText. appendNode(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomNode node)
The core distribution method call the different appendXXX methods depending on the type of the given node.protected void
HtmlSerializerVisibleText. 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.String
HtmlSerializerInnerOuterText. asText(DomNode node)
Converts an HTML node to text.java.lang.String
HtmlSerializerNormalizedText. asText(DomNode node)
Converts an HTML node to text.java.lang.String
HtmlSerializerVisibleText. asText(DomNode node)
Converts an HTML node to text.protected boolean
HtmlSerializerVisibleText. isDisplayed(DomNode domNode)
Check domNode visibility.private boolean
HtmlSerializerNormalizedText. isVisible(DomNode node)
protected HtmlSerializerVisibleText.Mode
HtmlSerializerVisibleText. updateWhiteSpaceStyle(DomNode domNode, HtmlSerializerVisibleText.Mode defaultMode)
private static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode
HtmlSerializerInnerOuterText. whiteSpaceStyle(DomNode domNode, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode defaultMode)
protected HtmlSerializerVisibleText.Mode
HtmlSerializerVisibleText. 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.XObject
XPathHelper. 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 DomNode
HtmlUnitScriptable. domNode_
Methods in org.htmlunit.javascript that return DomNode Modifier and Type Method Description DomNode
HtmlUnitScriptable. getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.DomNode
HtmlUnitScriptable. 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.Object
JavaScriptEngine. 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.Scriptable
JavaScriptEngine. getScope(HtmlPage page, DomNode node)
protected void
HtmlUnitScriptable. initParentScope(DomNode domNode, HtmlUnitScriptable scriptable)
Initialize the parent scope of a newly created scriptable.HtmlUnitScriptable
HtmlUnitScriptable. makeScriptableFor(DomNode domNode)
Builds a new the JavaScript object that corresponds to the specified object.void
HtmlUnitScriptable. setDomNode(DomNode domNode)
Sets the DOM node that corresponds to this JavaScript object.void
HtmlUnitScriptable. 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.String
Element. getInnerHTML(DomNode domNode)
Helper for getInnerHtml (to be reuses bei HTMLTemplate.private static void
Element. parseHtmlSnippet(DomNode target, java.lang.String source)
Parses the specified HTML source code, appending the resulting content at the specified target location.protected void
Element. printChildren(java.lang.StringBuilder builder, DomNode node, boolean html)
Helper for getting code back from nodes.protected void
Element. printNode(java.lang.StringBuilder builder, DomNode node, boolean html)
void
Element. 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 void
CSSStyleSheet. 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 AbstractList
AbstractList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected AbstractList
NodeList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected Node
Node. getJavaScriptNode(DomNode domNode)
Gets the JavaScript node for a given DomNode.private static Node
NodeIterator. getNodeOrNull(DomNode domNode)
private static Node
TreeWalker. getNodeOrNull(DomNode domNode)
private static void
Node. 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.void
AbstractList. 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 AbstractList
AbstractList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected AbstractList
NodeList. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected java.lang.Object
AbstractList. getWithPreemptionByName(java.lang.String name, java.util.List<DomNode> elements)
Helper forAbstractList.getWithPreemption(String)
when finding by id doesn't get results.void
AbstractList. setElementsSupplier(java.util.function.Supplier<java.util.List<DomNode>> elementsSupplier)
Returns the elements whose associated host objects are available through this collection.void
AbstractList. setIsMatchingPredicate(java.util.function.Predicate<DomNode> isMatchingPredicate)
Indicates if the node should belong to the collection.static NodeList
NodeList. 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 DomNode
EventHandler. node_
Methods in org.htmlunit.javascript.host.event with parameters of type DomNode Modifier and Type Method Description static Event
Event. createPropertyChangeEvent(DomNode domNode, java.lang.String propertyName)
Creates a new Event withEvent.TYPE_PROPERTY_CHANGE
type.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 class
HTMLElement.ProxyDomNode
ProxyDomNode.Fields in org.htmlunit.javascript.host.html declared as DomNode Modifier and Type Field Description private DomNode
HTMLElement.ProxyDomNode. target_
Methods in org.htmlunit.javascript.host.html that return DomNode Modifier and Type Method Description DomNode
HTMLElement.ProxyDomNode. appendChild(org.w3c.dom.Node node)
DomNode
HTMLElement.ProxyDomNode. getDomNode()
Gets wrapped DomNode.DomNode
HTMLDocument. 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 HTMLCollection
HTMLCollection. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.static HTMLCollection
HTMLCollection. emptyCollection(DomNode domNode)
Gets an empty collection.void
HTMLElement. setDomNode(DomNode domNode)
Sets the DOM node that corresponds to this JavaScript object.void
HTMLImageElement. setDomNode(DomNode domNode)
Sets the DOM node that corresponds to this JavaScript object.void
HTMLSpanElement. setDomNode(DomNode domNode)
Sets the DOM node that corresponds to this JavaScript object.void
ValidityState. 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 HTMLCollection
HTMLCollection. create(DomNode parentScope, java.util.List<DomNode> initialElements)
Constructs a new instance with an initial cache value.protected java.lang.Object
HTMLCollection. 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 DomNode
XSLTProcessor. findOutputNode(DomNode xsltDomNode)
Methods in org.htmlunit.javascript.host.xml with parameters of type DomNode Modifier and Type Method Description private static DomNode
XSLTProcessor. findOutputNode(DomNode xsltDomNode)
protected void
XMLDocument. initParentScope(DomNode domNode, HtmlUnitScriptable scriptable)
Initialize the parent scope of a newly created scriptable.HtmlUnitScriptable
XMLDocument. makeScriptableFor(DomNode domNode)
Builds a new the JavaScript object that corresponds to the specified object.private void
XMLSerializer. 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 DomNode
DomTreeWalker. firstChild()
DomNode
DomTreeWalker. getCurrentNode()
DomNode
DomTreeWalker. getRoot()
DomNode
DomTreeWalker. lastChild()
DomNode
DomTreeWalker. nextNode()
DomNode
DomTreeWalker. nextSibling()
DomNode
DomTreeWalker. parentNode()
DomNode
DomTreeWalker. previousNode()
DomNode
DomTreeWalker. 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 class
SvgAltGlyph
Wrapper for the SVG elementaltGlyph
.class
SvgAltGlyphDef
Wrapper for the SVG elementaltGlyphDef
.class
SvgAltGlyphItem
Wrapper for the SVG elementaltGlyphItem
.class
SvgAnchor
Wrapper for the SVG elementa
.class
SvgAnimate
Wrapper for the SVG elementanimate
.class
SvgAnimateColor
Wrapper for the SVG elementanimateColor
.class
SvgAnimateMotion
Wrapper for the SVG elementanimateMotion
.class
SvgAnimateTransform
Wrapper for the SVG elementanimateTransform
.class
SvgCircle
Wrapper for the SVG elementcircle
.class
SvgClipPath
Wrapper for the SVG elementclipPath
.class
SvgColorProfile
Wrapper for the SVG element "color-profile".class
SvgCursor
Wrapper for the SVG elementcursor
.class
SvgDefs
Wrapper for the SVG elementdefs
.class
SvgDesc
Wrapper for the SVG elementdesc
.class
SvgElement
Parent elements of all SVG elements, and wrapper for any unknown one.class
SvgEllipse
Wrapper for the SVG elementellipse
.class
SvgFeBlend
Wrapper for the SVG elementfeBlend
.class
SvgFeColorMatrix
Wrapper for the SVG elementfeColorMatrix
.class
SvgFeComponentTransfer
Wrapper for the SVG elementfeComponentTransfer
.class
SvgFeComposite
Wrapper for the SVG elementfeComposite
.class
SvgFeConvolveMatrix
Wrapper for the SVG elementfeConvolveMatrix
.class
SvgFeDiffuseLighting
Wrapper for the SVG elementfeDiffuseLighting
.class
SvgFeDisplacementMap
Wrapper for the SVG elementfeDisplacementMap
.class
SvgFeDistantLight
Wrapper for the SVG elementfeDistantLight
.class
SvgFeFlood
Wrapper for the SVG elementfeFlood
.class
SvgFeFuncA
Wrapper for the SVG elementfeFuncA
.class
SvgFeFuncB
Wrapper for the SVG elementfeFuncB
.class
SvgFeFuncG
Wrapper for the SVG elementfeFuncG
.class
SvgFeFuncR
Wrapper for the SVG elementfeFuncR
.class
SvgFeGaussianBlur
Wrapper for the SVG elementfeGaussianBlur
.class
SvgFeImage
Wrapper for the SVG elementfeImage
.class
SvgFeMerge
Wrapper for the SVG elementfeMerge
.class
SvgFeMergeNode
Wrapper for the SVG elementfeMergeNode
.class
SvgFeMorphology
Wrapper for the SVG elementfeMorphology
.class
SvgFeOffset
Wrapper for the SVG elementfeOffset
.class
SvgFePointLight
Wrapper for the SVG elementfePointLight
.class
SvgFeSpecularLighting
Wrapper for the SVG elementfeSpecularLighting
.class
SvgFeSpotLight
Wrapper for the SVG elementfeSpotLight
.class
SvgFeTile
Wrapper for the SVG elementfeTile
.class
SvgFeTurbulence
Wrapper for the SVG elementfeTurbulence
.class
SvgFilter
Wrapper for the SVG elementfilter
.class
SvgFont
Wrapper for the SVG elementfont
.class
SvgFontFace
Wrapper for the SVG element "font-face".class
SvgFontFaceFormat
Wrapper for the SVG element "font-face-format".class
SvgFontFaceName
Wrapper for the SVG element "font-face-name".class
SvgFontFaceSrc
Wrapper for the SVG element "font-face-src".class
SvgFontFaceURI
Wrapper for the SVG element "font-face-uri".class
SvgForeignObject
Wrapper for the SVG elementforeignObject
.class
SvgGlyph
Wrapper for the SVG elementglyph
.class
SvgGlyphRef
Wrapper for the SVG elementglyphRef
.class
SvgGroup
Wrapper for the SVG elementg
.class
SvgHKern
Wrapper for the SVG elementhkern
.class
SvgImage
Wrapper for the SVG elementimage
.class
SvgLine
Wrapper for the SVG elementline
.class
SvgLinearGradient
Wrapper for the SVG elementlinearGradient
.class
SvgMarker
Wrapper for the SVG elementmarker
.class
SvgMask
Wrapper for the SVG elementmask
.class
SvgMetadata
Wrapper for the SVG elementmetadata
.class
SvgMissingGlyph
Wrapper for the SVG element "missing-glyph".class
SvgMPath
Wrapper for the SVG elementmpath
.class
SvgPath
Wrapper for the SVG elementpath
.class
SvgPattern
Wrapper for the SVG elementpattern
.class
SvgPolygon
Wrapper for the SVG elementpolygon
.class
SvgPolyline
Wrapper for the SVG elementpolyline
.class
SvgRadialGradient
Wrapper for the SVG elementradialGradient
.class
SvgRect
Wrapper for the SVG elementrect
.class
SvgScript
Wrapper for the SVG elementscript
.class
SvgSet
Wrapper for the SVG elementset
.class
SvgStop
Wrapper for the SVG elementstop
.class
SvgStyle
Wrapper for the SVG elementstyle
.class
SvgSwitch
Wrapper for the SVG elementswitch
.class
SvgSymbol
Wrapper for the SVG elementsymbol
.class
SvgText
Wrapper for the SVG elementtext
.class
SvgTextPath
Wrapper for the SVG elementtextPath
.class
SvgTitle
Wrapper for the SVG elementtitle
.class
SvgTRef
Wrapper for the SVG elementtref
.class
SvgTSpan
Wrapper for the SVG elementtspan
.class
SvgUse
Wrapper for the SVG elementuse
.class
SvgView
Wrapper for the SVG elementview
.class
SvgVKern
Wrapper 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 DomNode
XmlUtils. 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 void
XmlUtils. appendChild(SgmlPage page, DomNode parent, org.w3c.dom.Node child, boolean handleXHTMLAsHTML)
Recursively appends aNode
child toDomNode
parent.static void
XmlUtils. 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 aNode
child toDomNode
parent.private static void
XmlUtils. 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 class
XmlPage
A page that will be returned for response with content type "text/xml".
-