diff options
author | 2023-09-15 01:58:06 +0200 | |
---|---|---|
committer | 2023-09-15 01:58:06 +0200 | |
commit | 3b91b1d260f8fc9fd725b9797a3a149e85d408d0 (patch) | |
tree | 3515f1d9b808e105e612c6e5380f383dcf69cc4b /docs/05_Bridge_API/04_XPathAbstract.md | |
parent | 409236e48e4cf8bc2e2ce6e6f73942feee6a8469 (diff) | |
download | rss-bridge-3b91b1d260f8fc9fd725b9797a3a149e85d408d0.tar.gz rss-bridge-3b91b1d260f8fc9fd725b9797a3a149e85d408d0.tar.zst rss-bridge-3b91b1d260f8fc9fd725b9797a3a149e85d408d0.zip |
[XPathBridge] add option to skip htmlspecialchars (#3672)
Diffstat (limited to 'docs/05_Bridge_API/04_XPathAbstract.md')
-rw-r--r-- | docs/05_Bridge_API/04_XPathAbstract.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/05_Bridge_API/04_XPathAbstract.md b/docs/05_Bridge_API/04_XPathAbstract.md index cf091edc..fd697995 100644 --- a/docs/05_Bridge_API/04_XPathAbstract.md +++ b/docs/05_Bridge_API/04_XPathAbstract.md @@ -68,6 +68,9 @@ Should return the XPath expression for extracting an item title from the item co ### Method `getExpressionItemContent()` Should return the XPath expression for extracting an item's content from the item context. +### Method `getSettingUseRawItemContent()` +Should return the 'Use raw item content' setting value (bool true or false). + ### Method `getExpressionItemUri()` Should return the XPath expression for extracting an item link from the item context. |