render abstract method

T render(
  1. Node rootNode
)

Renders a DOM tree into another representation.

Implementation

T render(Node rootNode);