public class VtdUtilityParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NS_SEPARATOR |
| Constructor and Description |
|---|
VtdUtilityParser() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static String |
getFirstValue(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav nav,
String xpath) |
static Node |
getNode(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static List<Node> |
getNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static com.ximpleware.VTDGen |
parseXml(String xml) |
static String |
xpath(String... p) |
public static final String NS_SEPARATOR
public static com.ximpleware.VTDGen parseXml(String xml) throws VtdException
VtdExceptionpublic static int countNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath)
throws VtdException
VtdExceptionpublic static Node getNode(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav vn, String xpath) throws VtdException
VtdExceptionpublic static List<Node> getNodes(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav vn, String xpath) throws VtdException
VtdExceptionpublic static String getFirstValue(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav nav, String xpath) throws VtdException
VtdExceptionCopyright © 2024. All rights reserved.