static int |
VtdUtilityParser.countNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static int |
Dom4jUtilityParser.countNodes(org.dom4j.Document document,
String xpath) |
static String |
VtdUtilityParser.getFirstValue(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav nav,
String xpath) |
static String |
Dom4jUtilityParser.getFirstValue(org.dom4j.Document document,
String xpath) |
static Node |
VtdUtilityParser.getNode(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static Node |
Dom4jUtilityParser.getNode(org.dom4j.Document document,
String xpath) |
static List<Node> |
VtdUtilityParser.getNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static List<Node> |
Dom4jUtilityParser.getNodes(org.dom4j.Document document,
String xpath) |
static com.ximpleware.VTDGen |
VtdUtilityParser.parseXml(String xml) |