xmlengnodefilter.h File Reference

Link against: xmlengineDOM.lib


#include <e32base.h>

Go to the source code of this file.


Data Structures

class   MXmlEngNodeFilter
  Interface of nodes filter class. More...

Enumerations

enum   TXmlEngNodeFilterResult { EAccept = 1, EReject = 2, ESkip = 3, ESkipContents = 4 }
  Results that can be returned by node filter. More...

Enumeration Type Documentation

enum TXmlEngNodeFilterResult
 

Results that can be returned by node filter.

Enumerator:
EAccept 
EReject 
ESkip 
ESkipContents 

Copyright © Nokia Corporation 2001-2007
Back to top