If you mean for script blocking purposes, NoScript does NOT parse the HTML source (e.g. for stripping out <script> tags or event attributes) but relies on CSP to block content loading and execution.
A NoScript component which actually involves some amount of HTML scanning instead, mostly via regular expressions, and on Firefox only, is the
XSS injection checker.