#include <FdoStd.h>
Go to the source code of this file.
Classes | |
class | FdoXmlFeaturePropertyReader |
FdoXmlFeaturePropertyReader reads features from an XML document. The reading is event driven. As features and properties within features are encountered, the invoker is notified through the FdoXmlFeatureHandler interface. This class is similar to FdoXmlFeatureReader except that it provides better performance. More... | |
Typedefs | |
typedef FdoPtr < FdoXmlFeaturePropertyReader > | FdoXmlFeaturePropertyReaderP |
FdoXmlFeaturePropertyReaderP is a FdoPtr on FdoXmlFeaturePropertyReader, provided for convenience. |