| [ Index ] |
PHP Cross Reference of Unnamed Project v0.00 |
[Source view] [Print]
(no description)
| File Size: | 46 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XSLTProcessor:: (2 methods):
process()
processFile()
Class: XSLTProcessor - X-Ref
抽象的なXSLT処理クラスです| process($xslt, $xml, $xsl) X-Ref |
| XML/XSLデータから、変換結果を返します 子クラスで実装すべきメソッドです。 param: Object $xslt XSLTハンドラ param: String $xml XMLデータ param: String $xsl XSLTデータ return: String 変換結果 |
| processFile($xslt, $xml, $xsl) X-Ref |
| XML/XSLファイルを読み込み、変換結果を返します 子クラスで実装すべきメソッドです。 param: Object $xslt XSLTハンドラ param: String $xml XMLファイル名 param: String $xsl XSLTファイル名 return: String 変換結果 |
| Generated: Wed May 25 00:22:31 2005 | Cross-referenced by PHPXref 0.6 |