- 
          baseUri
          → String         
        
- 
          
                  @JSName('baseURI'), final 
- 
          childNodes
          → List<Node>         
        
- 
          A list of this node's children. [...]
                  @Creates('NodeList'), @Returns('NodeList'), final 
- 
          firstChild
          → Node         
        
- 
          The first child of this node. [...]
                  final 
- 
          isConnected
          → bool         
        
- 
          
                  final 
- 
          lastChild
          → Node         
        
- 
          The last child of this node. [...]
                  final 
- 
          nextNode
          → Node         
        
- 
          The next sibling node. [...]
                  @JSName('nextSibling'), final 
- 
          nodeName
          → String         
        
- 
          The name of this node. [...]
                  final 
- 
          nodes
          ↔ List<Node>         
        
- 
          A modifiable list of this node's children.
                  read / write 
- 
          nodeType
          → int         
        
- 
          The type of node. [...]
                  final 
- 
          nodeValue
          → String         
        
- 
          The value of this node. [...]
                  final 
- 
          ownerDocument
          → Document         
        
- 
          The document this node belongs to. [...]
                  final 
- 
          parent
          → Element         
        
- 
          The parent element of this node. [...]
                  @JSName('parentElement'), final 
- 
          parentNode
          → Node         
        
- 
          The parent node of this node. [...]
                  final 
- 
          previousNode
          → Node         
        
- 
          The previous sibling node. [...]
                  @JSName('previousSibling'), final 
- 
          text
          ↔ String         
        
- 
          All text within this node and its descendents. [...]
                  @JSName('textContent'), read / write 
- 
          hashCode
          → int         
        
- 
          The hash code for this object. [...]
                  read-only, inherited 
- 
          on
          → Events         
        
- 
          This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
                  read-only, inherited 
- 
          runtimeType
          → Type         
        
- 
          A representation of the runtime type of the object.
                  read-only, inherited