Type Editor / @type-editor/model / dom-parser/context/DocumentParseContext
dom-parser/context/DocumentParseContext
Classes
| Class | Description |
|---|---|
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. |