Aspose::Words::Markup::StructuredDocumentTag::Accept method
StructuredDocumentTag::Accept method
Accepts a visitor.
bool Aspose::Words::Markup::StructuredDocumentTag::Accept(System::SharedPtr<Aspose::Words::DocumentVisitor> visitor) override
| Parameter | Type | Description | 
|---|---|---|
| visitor | System::SharedPtr<Aspose::Words::DocumentVisitor> | The visitor that will visit the nodes. | 
ReturnValue
True if all nodes were visited; false if DocumentVisitor stopped the operation before visiting all nodes.
Remarks
Enumerates over this node and all of its children. Each node calls a corresponding method on DocumentVisitor.
For more info see the Visitor design pattern.
See Also
- Class DocumentVisitor
 - Class StructuredDocumentTag
 - Namespace Aspose::Words::Markup
 - Library Aspose.Words for C++