Write the contents of the subtree rooted at this node in the dialect of XML used by KMIP: OASIS, KMIP Additional Message Encodings Version 1.0, 10 August 2013.
- Parameters
-
| pOutput | [ in ] Data stream object to write the DOM out to. |
| charSet | [ in ] How to encode the generated XML |
| omitXMLDecl | [ in ] Don't output the starting XML declaration line |
| bPrettyPrint | [ in ] Output each new element indendented on a new line |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNoMemory | Insufficient memory to output tree. |