jp.ne.hi_ho.pat.dimension.xml.xslt
[ class tree: jp.ne.hi_ho.pat.dimension.xml.xslt ] [ index: jp.ne.hi_ho.pat.dimension.xml.xslt ] [ all elements ]

Class: XSLT

Source Location: /xml/xslt/XSLT.class.php

Class Overview

Object
   |
   --XSLT

XSLTクラス


Author(s):

Version:

  • $Id: XSLT.class.php,v 1.6 2002/02/08 18:35:35 shimooka Exp $

Variables

Methods


Inherited Methods

Class: Object

Object::instanceOf()
インスタンスかどうかを返します。

Class Details

[line 21]
XSLTクラス

PHP4.0.x系・4.1.x系に対応していますが、両者でかなりAPIの違いが ありますので、基本的なメソッドしか用意していません。が、徐々に 増やしていってます(^-^;




Tags:

version:  $Id: XSLT.class.php,v 1.6 2002/02/08 18:35:35 shimooka Exp $
author:  Hideyuki Shimooka <dimension@pat.hi-ho.ne.jp>
access:  public


[ Top ]


Class Variables

$xsltHandler_ =

[line 23]


Type:   mixed


[ Top ]

$xsltLogHandler_ =

[line 25]


Type:   mixed


[ Top ]

$xsltProcessor_ =

[line 24]


Type:   mixed


[ Top ]



Class Methods


constructor XSLT [line 34]

XSLT XSLT( )

コンストラクタ

PHPのバージョンによってXSLTハンドラとログハンドラの作成を行います




Tags:

access:  public


[ Top ]

method close [line 124]

void close( )

リソースを解放します



Tags:

access:  public


[ Top ]

method endLog [line 95]

void endLog( String $fileName)

デバッグ用のログファイルを指定を解除する



Tags:

access:  public


Parameters:

String   $fileName   ファイル名

[ Top ]

method getErrorMessage [line 105]

String getErrorMessage( )

カレントのエラーメッセージを返します



Tags:

return:  エラーメッセージ
access:  public


[ Top ]

method getErrorNo [line 115]

String getErrorNo( )

カレントのエラー番号を返します



Tags:

return:  エラー番号
access:  public


[ Top ]

method process [line 52]

String process( String $xml, String $xsl)

XML/XSLデータから、変換結果を返します



Tags:

return:  変換結果
access:  public


Parameters:

String   $xml   XMLデータ
String   $xsl   XSLTデータ

[ Top ]

method processFile [line 64]

String processFile( String $xml, String $xsl)

XML/XSLファイルを読み込み、変換結果を返します



Tags:

return:  変換結果
access:  public


Parameters:

String   $xml   XMLファイル名
String   $xsl   XSLTファイル名

[ Top ]

method setEncoding [line 75]

void setEncoding( String $encoding)

XMLドキュメントをパースするエンコーディングを設定します



Tags:

access:  public


Parameters:

String   $encoding   エンコーディング

[ Top ]

method startLog [line 85]

void startLog( String $fileName)

デバッグ用のログファイルを指定する



Tags:

access:  public


Parameters:

String   $fileName   ファイル名

[ Top ]


Documentation generated on Tue, 05 Jul 2005 01:17:56 +0900 by phpDocumentor 1.3.0RC3