AcceptStart

Table.AcceptStart method

Accepts a visitor for visiting the start of the table.

public override VisitorAction AcceptStart(DocumentVisitor visitor)
ParameterTypeDescription
visitorDocumentVisitorThe document visitor.

Return Value

The action to be taken by the visitor.

See Also