()
| 5995 | return this._core.element; |
| 5996 | } |
| 5997 | get parser() { |
| 5998 | return this._parser || (this._parser = new h.ParserApi(this._core)), this._parser; |
| 5999 | } |
| 6000 | get unicode() { |
| 6001 | return this._checkProposedApi(), new c.UnicodeApi(this._core); |
| 6002 | } |
nothing calls this directly
no test coverage detected