ParsePart Method

Parses the specified part as XML.

Syntax

ANSI (Cross Platform)
int ParsePart();

Unicode (Windows)
INT ParsePart();
- (void)parsePart;
#define MID_OFFICEDOC_PARSEPART 9

IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_OfficeDoc_Do(void *lpObj, int methid, int cparam, void *param[], int cbparam[], int64 *lpllVal);

Remarks

If the part specified by PartName exists, the corresponding physical file will be extracted from the archive and parsed as XML. If BuildDOM is enabled, the DOM will be built internally and you can use XPath to query the resulting document, using the XPath property. If BuildDOM is disabled, only the XML parser-related events will be fired.

Error Handling (C++)

This method returns a result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message. (Note: This method's result code can also be obtained by calling the GetLastErrorCode() method after it returns.)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Edition - Version 20.0 [Build 8300]