Decodes HexBinary data into XMLCh.
NOTE: The returned buffer is dynamically allocated and is the responsibility of the caller to delete it when not longer needed. You can call XMLString::release to release this returned buffer.
If a memory manager is provided, ask the memory manager to de-allocate the returned buffer. -
Parameters:
-
hexData |
HexBinary data in XMLCh stream. |
manager |
client provided memory manager |
-
Returns:
-
Decoded binary data in XMLCh stream, or NULL if input data can not be decoded.
-
See also:
-
XMLString::release(XMLCh**)
|