Dodo
DOm DOcument implementation
|
NodeTraversal. More...
Static Public Member Functions | |
static Node | nextSkippingChildren (Node $node, ?Node $stayWithin) |
Based on WebKit's NodeTraversal::nextSkippingChildren https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L109. | |
static Node | nextAncestorSibling (Node $node, ?Node $stayWithin) |
Based on WebKit's NodeTraversal::nextAncestorSibling https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.cpp?rev=179143#L93. | |
static Node | next (Node $node, ?Node $stayWithin) |
Based on WebKit's NodeTraversal::next https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L99. | |
static Node | deepLastChild (Node $node) |
Based on WebKit's NodeTraversal::deepLastChild https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.cpp?rev=179143#L116. | |
static Node | previous (Node $node, ?Node $stayWithin) |
Based on WebKit's NodeTraversal::previous https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L121. | |
NodeTraversal.
Based on WebKit's NodeTraversal::deepLastChild https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.cpp?rev=179143#L116.
Node | $node |
Based on WebKit's NodeTraversal::next https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L99.
Node | $node | |
?Node | $stayWithin |
|
static |
Based on WebKit's NodeTraversal::nextAncestorSibling https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.cpp?rev=179143#L93.
Node | $node | |
?Node | $stayWithin |
|
static |
Based on WebKit's NodeTraversal::nextSkippingChildren https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L109.
Node | $node | |
?Node | $stayWithin |
|
static |
Based on WebKit's NodeTraversal::previous https://trac.webkit.org/browser/trunk/Source/WebCore/dom/NodeTraversal.h?rev=179143#L121.
Node | $node | |
?Node | $stayWithin |