Abstract CommonMark\Node

(cmark >= 1.0.0)

Introduzione

Represents an Abstract Node, this final abstract is not for direct use by the programmer.

Sommario della classe

final abstract class CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {
/* Proprietà */
public readonly ?Node $parent;
public readonly ?Node $previous;
public readonly ?Node $next;
public readonly ?Node $lastChild;
public readonly ?Node $firstChild;
public readonly int $startLine;
public readonly int $endLine;
public readonly int $startColumn;
public readonly int $endColumn;
/* Metodi */
public unlink (): void
}

Indice dei contenuti

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /