visitComment abstract method

T visitComment(
  1. XmlComment node
)

Visit an XmlComment node.

Implementation

T visitComment(XmlComment node);