Whether the underlying element actually exists.
()
| 67 | |
| 68 | /** Whether the underlying element actually exists. */ |
| 69 | exists(): boolean { |
| 70 | return this.el !== null |
| 71 | } |
| 72 | |
| 73 | /** All direct child elements as SafeXmlNode[]. */ |
| 74 | allChildren(): SafeXmlNode[] { |
no outgoing calls
no test coverage detected