Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RxCData

Hierarchy

Index

Constructors

constructor

Properties

nodeType

nodeType: RxNodeType

nodeValue

nodeValue: string

parentNode

parentNode: RxElement | null

Accessors

innerText

  • get innerText(): string | null
  • set innerText(nodeValue: null | string): void

outerHTML

  • get outerHTML(): string | null

textContent

  • get textContent(): string | null
  • set textContent(nodeValue: null | string): void

wholeText

  • get wholeText(): string | null

Methods

cloneNode

  • cloneNode(deep?: boolean): RxNode

serialize

  • serialize(): string