Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6skc.h
Go to the documentation of this file.
1 
9 #ifndef P6RGX_H__
10 #define P6RGX_H__ 1
11 
12 #include "p6com.h"
13 #include "p6datastream.h" // p6IDataStream interface definition
14 #include "p6loader.h" // Standalone Component Loader definitions
15 #include "p6regex.h" // Narrow string regular expression interfaces
16 #include "p6wregex.h" // Wide string regular expression interfaces
17 #include "p6split.h" // Narrow split and and explode using regex
18 #include "p6wsplit.h" // Wide split and and explode using wregex
19 #include "p6jsonreader.h" // Streaming JSON parser interfaces
20 #include "p6loader.h" // Standalone Component Loader definitions
21 #include "p6sax2contenthandler.h" // SAX2 content handler definitions
22 #include "p6sax2xmlreader.h" // Definitions for the main SAX2 interface
23 #include "p6sax2errorhandler.h" // SAX2 error handler definitions
24 #include "p6domxml.h" // DOM Parser interface definitions
25 #include "p6xmlnode.h" // XML and JSON node definitions
26 #include "p6xpathexpression.h" // XPATH 2.0 expression compilation interface definitions
27 #include "p6domnodeset.h" // DOM node enumeration interface definitions
28 #include "p6domnodesetsort.h" // DOM Node sorting interface definitions
29 #include "p6xslt.h" // XSLT parser interfaces
30 #include "p6xslttemplate.h" // XSLT compiled template interfaces
31 #include "p6keystore.h"
32 #include "p6kmip.h"
33 #include "p6kmipclient.h"
34 #endif
35 
36 
This component is used to parse a complex XPath 2.0 expression or pattern into an expression tree for...
p6Loader - Standalone Component Loader definitions
P6R's keystore component to manage keys, certificates, and blobs.
Constant KMIP definitions.
Supports the sorting of a node set by an XPath expression of the following types: numeric...
P6R's C++ Interface of the SAX 2 XML Reader.
This component represents an element in an XML or JSON document.
This interface is implemented by the application making use of the p6sax2 component.
P6R's C++ Interface of the XSLT component.
p6IDataStream interface definitions
P6R's interface of the DOM parser.
Interface definition for the Wide Character Regular Expression Engine.
Get or set a compiled template in the XSLT processor.
Given a regular expression and a target string, split the target string into delimited chunks of narr...
This interface is an enumerator over a set of nodes resulting from the evaluation of an XPath express...
References 1) OASIS, "Key Management Interoperabilty Protocol Specification 1.2", Working Draft 08...
Given a regular expression and a target string, split the target string into delimited chunks of wide...
P6COM definitions and interfaces.
This interface defines the methods than an application is notified of SAX2 errors during the XML pars...
P6R's C++ Interface of a SAX-like JSON Reader.
Interface definition for the Regular Expression Engine.