Searched refs:getDocumentTypeNodeName (Results 1 – 5 of 5) sorted by relevance
38 str += `<!DOCTYPE ${treeAdapter.getDocumentTypeNodeName(node) || ''}`;
20 * [getDocumentTypeNodeName](#getdocumenttypenodename)227 ### getDocumentTypeNodeName subsection229 ▸ **getDocumentTypeNodeName**(doctypeNode: *DocumentType*): `string`
157 const name = this.treeAdapter.getDocumentTypeNodeName(node);
181 exports.getDocumentTypeNodeName = function(doctypeNode) { function
308 exports.getDocumentTypeNodeName = function(doctypeNode) { function