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文書を分析するパッケージです。