首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > XML解析器API返回的XML树结构中输入截面基于XPath表达式提供。

XML解析器API返回的XML树结构中输入截面基于XPath表达式提供。

资 源 简 介

PDOM (Partial DOM) Parser is a cross breed between SAX and DOM Parsers. It uses SAX internally, but loads only that cross section of the xml, which the client program needs as a tree structure and hence the name “Partial DOM”. This is largely useful when you want to load only a small section of a huge xml document. The PDOM API would accept one or more XPATH expressions as input, and will load the tree structure represented by this XPATH. This tree structure is represented by JDOM API (as JDOM is user friendly and is widely accepted). Salient Features: * Supports Java 1.4 and above * Supports a variety of XPATH expressions (see FAQ for limiations). Implementation Specifics: * Has built-in XPATH Compiler * Has built-in Expression Evaluator * Custom Stack/Tree collection implementations System Requirements: * Java 1.4 and above * JDOM v1.1 and above

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.149247s