diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-pt/xpath/funções/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-pt/xpath/funções/index.html')
-rw-r--r-- | files/pt-pt/xpath/funções/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/files/pt-pt/xpath/funções/index.html b/files/pt-pt/xpath/funções/index.html new file mode 100644 index 0000000000..0704cf3f14 --- /dev/null +++ b/files/pt-pt/xpath/funções/index.html @@ -0,0 +1,47 @@ +--- +title: Funções +slug: XPath/Funções +tags: + - Referência_XPath + - Todas_as_Categorias + - XPath +--- +<p> +{{ XsltRef() }} +A seguinte lista é uma lista de anotações das funções do <a href="pt/XPath">XPath</a> e <a href="pt/XSLT">XSLT</a> — adições específicas para o XPath, incluindo uma descrição, sintaxe, uma lista de argumentos, tipo de resultados, código na recomendação apropriada W3C, e suporte presente <a href="pt/Gecko">Gecko</a>. Para informações adicionais sobre utilização das funções do XPath/XSLT, por favor veja a página:. +</p> +<ul><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/boolean">boolean()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/ceiling">ceiling()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/concat">concat()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/contains">contains()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/count">count()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/current">current()</a> <i>específica ao XSLT</i> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/document">document()</a> <i>específica ao XSLT</i> </li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/element-available">element-available()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/false">false()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/floor">floor()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/format-number">format-number()</a> <i>específica ao XSLT</i> </li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/function-available">function-available()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/generate-id">generate-id()</a> <i>específica ao XSLT</i> </li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/id">id()</a> <i>(parcialmente suportada)</i> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/key">key()</a> <i>específica ao XSLT</i> </li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/lang">lang()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/last">last()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/local-name">local-name()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/name">name()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/namespace-uri">namespace-uri()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/normalize-space">normalize-space()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/not">not()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/number">number()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/position">position()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/round">round()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/starts-with">starts-with()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/string">string()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/string-length">string-length()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/substring">substring()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/substring-after">substring-after()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/substring-before">substring-before()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/sum">sum()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/system-property">system-property()</a> <i>específica ao XSLT</i> </li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/translate">translate()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/true">true()</a> +</li><li> <a href="pt/XPath/Fun%c3%a7%c3%b5es/unparsed-entity-url">unparsed-entity-url()</a> <i>específica ao XSLT</i> <i>(não suportada)</i> +</li></ul> +<p><span class="comment">Categorias</span> +</p><p><span class="comment">Interwiki Language Links</span> +</p>{{ languages( { "en": "en/Transforming_XML_with_XSLT/For_Further_Reading", "en": "en/XPath/Functions", "fr": "fr/XPath/Fonctions", "pl": "pl/XPath/Funkcje" } ) }} |