PEAR マニュアル
前のページ
第 68 章 XML
次のページ
XML_Statistics
目次
導入
-- XML_Statisticsの導入
例
-- XML_Statistics の使用例
XML_Statistics::apiVersion()
-- APIのバージョンを返す
XML_Statistics::analyzeFile()
-- XMLファイルを分析する
XML_Statistics::analyzeString()
-- XML文字列の分析をする
XML_Statistics::countTag()
-- タグの出現数をカウントする
XML_Statistics::countTagsInDepth()
-- ある深さのタグをカウントする
XML_Statistics::countPI()
-- processing instructionの出現数をカウントする
XML_Statistics::countExternalEntity()
-- 外部エンティティの出現数をカウントする
XML_Statistics::getMaxDepth()
-- ネストレベルの最大数を得る
XML_Statistics::countAttribute()
-- 属性 (attribute) の出現数をカウントする
XML_Statistics::countDataChunks()
-- データブロックの出現数をカウントする
XML_Statistics::getCDataLength()
-- すべてのCDataセクションを合わせた長さを得る
統計的にXML文書を分析するパッケージです。
前のページ
ホーム
次のページ
XML_sql2xml::getXpathChildValues
上に戻る
導入