Visit a declaration.
| 464 | |
| 465 | /// Visit a declaration. |
| 466 | virtual bool Visit( const XMLDeclaration& /*declaration*/ ) { |
| 467 | return true; |
| 468 | } |
| 469 | /// Visit a text node. |
| 470 | virtual bool Visit( const XMLText& /*text*/ ) { |
| 471 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected