Visit a declaration.
| 499 | |
| 500 | /// Visit a declaration. |
| 501 | virtual bool Visit( const XMLDeclaration& /*declaration*/ ) { |
| 502 | return true; |
| 503 | } |
| 504 | /// Visit a text node. |
| 505 | virtual bool Visit( const XMLText& /*text*/ ) { |
| 506 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected