|
|
Home | Loader API | Interfaces | File List | Index | |
This interface is implemented by the application making use of the p6sax2 component. More...
#include "p6sax2types.h"
#include "p6sax2locator.h"
#include "p6sax2attributes.h"
Go to the source code of this file.
Classes | |
interface | P6R::p6ISAX2ContentHandler |
This SAX2 interface is implemented by an application using P6R's XML parser. More... | |
Defines | |
#define | IF_p6ISAX2ContentHandler {0x6ad46931,0x5d6b,0x4d3a,{0x9d,0x3f,0x43,0xb,0x29,0x91,0x27,0x24}} |
Typedefs | |
typedef P6UINT32 | P6R::P6SAX2METADATA |
P6SAX2METADATA. | |
Variables | |
const P6SAX2METADATA | P6R::P6SAX2META_INCDATA = 0x00000001 |
const P6SAX2METADATA | P6R::P6SAX2META_NOFLAGS = 0x00000000 |
This interface is implemented by the application making use of the p6sax2 component.
It defines a standard callback interface that the p6sax2 component writes to.
Definition in file p6sax2contenthandler.h.