Inherited by DataUpdaterFacade::XMLDataUpdaterCallback.
|
| enum | ContinuationCode { kKeepIterating = 0, kSkipChildren, kStopIterating } |
| |
| virtual ContinuationCode IXMLUtils::IXMLCallback::Visit | ( | IIDXMLElement * | element | ) | |
| pure virtual |
Visit will be called once for each element. It may do whatever processing it needs to on the element, and then returns true to continue visiting other elements, false otherwise.
- Parameters
| element | the element we're visiting |
- Returns
- kTrue to continue visiting more elements, false otherwise.