_onParserComment (comment) {
    logger.log('debug', 'Comment found in XmlStreamReader')
    logger.log('silly', 'Comment:', comment)

    const node = this._document.createComment(comment)