p6domxml.h File Reference

P6R's interface of the DOM parser. More...

#include "p6err.h"
#include "p6datastream.h"
#include "p6domxmltypes.h"
#include "p6domnodeset.h"
#include "p6sax2xmlreader.h"
#include "p6jsonreader.h"

Go to the source code of this file.

Classes

interface  P6R::p6IDOMXML
 P6R's interface of the DOM parser. More...
struct  P6R::P6XPATH_RESULT
 The return value form an XPath 2.0 expression evaluation. More...

Defines

#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
 P6DOMOUTPUT.

Variables

const P6DOMOUTPUT P6R::P6DOMOUTPUT_CHARSETUTF8 = 0x00000003
const P6DOMOUTPUT P6R::P6DOMOUTPUT_JSON = 0x00000002
const P6DOMOUTPUT P6R::P6DOMOUTPUT_XML = 0x00000001

Detailed Description

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.