XSLTProcessor クラス
導入
Description of the class.
クラス概要
XSLTProcessor
XSLTProcessor
{
/* メソッド */
string
getParameter
( string $namespaceURI
, string $localName
)
bool
hasExsltSupport
( void
)
bool
removeParameter
( string $namespaceURI
, string $localName
)
bool setParameter
( string $namespace
, string $name
, string $value
)
bool setProfiling
( string $filename
)
}目次
- XSLTProcessor::__construct — 新規 XSLTProcessor オブジェクトを生成する
- XSLTProcessor::getParameter — パラメータの値を取得する
- XSLTProcessor::hasExsltSupport — PHP が EXSLT をサポートしているかどうかを判定する
- XSLTProcessor::importStylesheet — スタイルシートを取り込む
- XSLTProcessor::registerPHPFunctions — PHP 関数を XSLT 関数として利用できるようにする
- XSLTProcessor::removeParameter — パラメータを削除する
- XSLTProcessor::setParameter — パラメータの値を設定する
- XSLTProcessor::setProfiling — プロファイル情報の出力ファイルを設定する
- XSLTProcessor::transformToDoc — DOMDocument に変換する
- XSLTProcessor::transformToUri — URI に変換する
- XSLTProcessor::transformToXML — XML に変換する
XSLTProcessor
There are no user contributed notes for this page.
