#include "p6err.h"
#include "p6datastream.h"
#include "p6domxmltypes.h"
#include "p6domnodeset.h"
#include "p6sax2xmlreader.h"
#include "p6jsonreader.h"
#include "p6iobuffer.h"
Go to the source code of this file.
Classes | |
interface | P6R::p6IDOMXML |
struct | P6R::P6XPATH_RESULT |
Namespaces | |
P6R | |
Macros | |
#define | COMP_p6DOMXML {0x15bba122,0x8b01,0x404b,{0xbc,0x4d,0x2e,0x7e,0x12,0x94,0x37,0xa6}} |
#define | IF_p6IDOMXML {0x774f828d,0x44ce,0x4e62,{0x86,0xbb,0x71,0xf9,0x39,0x60,0x5a,0xfe}} |
Typedefs | |
typedef P6UINT32 | P6R::P6DOMOUTPUT |
Variables | |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_CHARSETUTF8 = 0x00000004 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_JSON = 0x00000002 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_JSONML = 0x00000008 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_KMIPJSON = 0x00000020 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_KMIPJSON_SOLIDUS_ESCAPE = 0x00000040 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_KMIPXML = 0x00000010 |
const P6DOMOUTPUT | P6R::P6DOMOUTPUT_XML = 0x00000001 |
P6R's interface of the DOM parser.
This interface is also used by our XPath 2.0 interface P6R::p6IXpathExpression. References 1) N.Bradley, The XML Companion, Addison-Wesley, 3rd edition, 2002, ISBN 0-201-77059-8. 2) M.Kay, XPath 2.0 Programmer's Reference, Wiley Publishing, 2004, ISBN 0-7645-6910-4
Definition in file p6domxml.h.