Abstract CommonMark\Node
(cmark >= 1.0.0)
はじめに
Represents an Abstract Node, this final abstract is not for direct use by the programmer.
クラス概要
/* プロパティ */
public
readonly
?Node
$parent;
public
readonly
?Node
$previous;
public
readonly
?Node
$next;
public
readonly
?Node
$lastChild;
public
readonly
?Node
$firstChild;
/* メソッド */
}目次
- CommonMark\Node::appendChild — AST Manipulation
- CommonMark\Node::prependChild — AST Manipulation
- CommonMark\Node::insertAfter — AST Manipulation
- CommonMark\Node::insertBefore — AST Manipulation
- CommonMark\Node::replace — AST Manipulation
- CommonMark\Node::unlink — AST Manipulation
- CommonMark\Node::accept — Visitation
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google