visitDoctype abstract method

T visitDoctype(
  1. XmlDoctype node
)

Visit an XmlDoctype node.

Implementation

T visitDoctype(XmlDoctype node);