AddPostParsingFilter Method
Add regular expression to apply to all markup
files after parsing and scanning for images, scripts, style sheets and
other resources. All matches of the regular expression pattern will be replaced
by the given format string.
For more information please read about AddPreParsingFilter
method.
ActiveX Script Syntax
Show Syntax
void AddPostParsingFilter(
String regExp,
String format
);
Parameters
- regExp
- String - regular expression pattern
-
- format
- String - extended syntax format string (other formats are
not supported)
ActiveX C++ Syntax
Show Syntax
HRESULT AddPostParsingFilter(
[in] BSTR bstrRegExp,
[in] BSTR bstrFormat
);
Parameters
- bstrRegExp
- [in] BSTR - regular expression pattern
-
- bstrFormat
- [in] BSTR - extended syntax format string (other formats
are not supported)
Return value
Returns S_OK if successful, or an error value otherwise.
Library C++ Syntax
Show Syntax
void AddPostParsingFilter(
const std::string& sRegExp,
const std::string& sFormat
);
Parameters
- sRegExp
- std::string - regular expression pattern
-
- sFormat
- std::string - extended syntax format string (other formats are not supported)
-
WebArchiveX
API - WebArchiveX
Website - C Systems Website -
C Systems - Creative software solutions since 1996. All rights reserved. Terms of use.