Skip to content

Type Editor


Type Editor / @type-editor/model / dom-parser/context/DocumentParseContext

dom-parser/context/DocumentParseContext

Classes

ClassDescription

DocumentParseContext

Manages the state and operations for parsing DOM content into ProseMirror nodes.

Remarks

ParseContext maintains a stack of NodeParseContext objects representing the hierarchy of nodes being built during parsing. It handles DOM traversal, content matching, mark application, and position tracking.