[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 251 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Document:: (17 methods):
__construct()
createXslApplyTemplates()
createXslAttribute()
createXslChoose()
createXslComment()
createXslCopyOf()
createXslIf()
createXslOtherwise()
createXslText()
createXslValueOf()
createXslVariable()
createXslWhen()
evaluate()
firstOf()
query()
createElementXSL()
xpath()
__construct(string $version = '1.0', string $encoding = 'utf-8') X-Ref |
param: string $version Version number of the document param: string $encoding Encoding of the document |
createXslApplyTemplates(string $select = null) X-Ref |
Create and return an xsl:apply-templates element param: string $select XPath expression for the "select" attribute return: Element |
createXslAttribute(string $name, string $text = '') X-Ref |
Create and return an xsl:attribute element param: string $name Attribute's name param: string $text Text content for the element return: Element |
createXslChoose() X-Ref |
Create and return an xsl:choose element return: Element |
createXslComment(string $text = '') X-Ref |
Create and return an xsl:comment element param: string $text Text content for the comment return: Element |
createXslCopyOf(string $select) X-Ref |
Create and return an xsl:copy-of element param: string $select XPath expression for the "select" attribute return: Element |
createXslIf(string $test, string $text = '') X-Ref |
Create and return an xsl:if element param: string $test XPath expression for the "test" attribute param: string $text Text content for the element return: Element |
createXslOtherwise(string $text = '') X-Ref |
Create and return an xsl:otherwise element param: string $text Text content for the element return: Element |
createXslText(string $text = '') X-Ref |
Create and return an xsl:text element param: string $text Text content for the element return: Element |
createXslValueOf(string $select) X-Ref |
Create and return an xsl:value-of element param: string $select XPath expression for the "select" attribute return: Element |
createXslVariable(string $name, string $select = null) X-Ref |
Create and return an xsl:variable element param: string $name Name of the variable param: string $select XPath expression return: Element |
createXslWhen(string $test, string $text = '') X-Ref |
Create and return an xsl:when element param: string $test XPath expression for the "test" attribute param: string $text Text content for the element return: Element |
evaluate(string $expr, DOMNode $node = null, bool $registerNodeNS = true) X-Ref |
Evaluate and return the result of a given XPath expression param: string $expr XPath expression param: DOMNode $node Context node param: bool $registerNodeNS Whether to register the node's namespace return: mixed |
firstOf(string $expr, DOMNode $node = null, bool $registerNodeNS = true) X-Ref |
Evaluate and return the first element of a given XPath query param: string $expr XPath expression param: DOMNode $node Context node param: bool $registerNodeNS Whether to register the node's namespace return: DOMNode|null |
query(string $expr, DOMNode $node = null, bool $registerNodeNS = true) X-Ref |
Evaluate and return the result of a given XPath query param: string $expr XPath expression param: DOMNode $node Context node param: bool $registerNodeNS Whether to register the node's namespace return: DOMNodeList |
createElementXSL(string $localName, string $text = '') X-Ref |
Create and return an XSL element param: string $name Element's local name param: string $text Text content for the element return: Element |
xpath(string $methodName, array $args) X-Ref |
Execute a DOMXPath method and return the result param: string $methodName param: array $args return: mixed |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |