Abstract CommonMark\Node
(cmark >= 1.0.0)
Introduction
Represents an Abstract Node, this final abstract is not for direct use by the programmer.
Class synopsis
/* Properties */
public readonly ?Node $parent;
public readonly ?Node $previous;
public readonly ?Node $next;
public readonly ?Node $lastChild;
public readonly ?Node $firstChild;
/* Methods */
}Table of Contents
- 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
↑ and ↓ to navigate • Enter to select • Esc to close • / to open