* Returns the attributes from all body tags within the document. * @return {!Array<!Object>}
()
| 215 | * @return {!Array<!Object>} |
| 216 | */ |
| 217 | effectiveBodyAttribs() { |
| 218 | return this.effectiveBodyAttribs_; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Enter a tag, opening a scope for child tags. Entering a tag can close the |