public class VtdUtilityParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VtdUtilityParser.Node |
| 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 VtdUtilityParser.Node |
getNode(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static List<VtdUtilityParser.Node> |
getNodes(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav vn,
String xpath) |
static String |
getSingleValue(com.ximpleware.AutoPilot ap,
com.ximpleware.VTDNav nav,
String xpath)
Deprecated.
|
static List<String> |
getTextValue(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 VtdUtilityParser.Node getNode(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav vn, String xpath) throws VtdException
VtdExceptionpublic static List<VtdUtilityParser.Node> getNodes(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav vn, String xpath) throws VtdException
VtdExceptionpublic static List<String> getTextValue(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
VtdException@Deprecated public static String getSingleValue(com.ximpleware.AutoPilot ap, com.ximpleware.VTDNav nav, String xpath) throws VtdException
VtdExceptionCopyright © 2018. All rights reserved.