| Package | Description |
|---|---|
| org.daisy.pipeline.client.models | |
| org.daisy.pipeline.client.utils |
| Modifier and Type | Method and Description |
|---|---|
static List<Job> |
Job.parseJobsXml(Node jobsXml)
Parse the list of jobs described by the provided XML document/node.
|
static Result |
Result.parseResultXml(Node resultNode) |
static Result |
Result.parseResultXml(Node resultNode,
String base) |
static List<Script> |
Script.parseScriptsXml(Node scriptsXml)
Parse the list of scripts described by the provided XML document/node.
|
| Constructor and Description |
|---|
Alive(Node aliveXml)
Parse the "alive"-XML described by the provided XML document/node.
|
Argument(Node argumentNode)
Create option instance from option node.
|
Job(Node jobXml)
Parse the job described by the provided XML document/node.
|
Script(Node scriptXml)
Parse the script described by the provided XML document/node.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
XPath.selectNode(String expr,
Node doc,
Map<String,String> ns)
Select the nodes matching `expr` and return it.
|
static List<Node> |
XPath.selectNodes(String expr,
Node doc,
Map<String,String> ns)
Select all nodes matching `expr` and return them as a List.
|
static String |
XPath.selectText(String expr,
Node doc,
Map<String,String> ns)
Select the node matching `expr` and return its text content.
|
Copyright © 2012–2016 The DAISY Consortium. All rights reserved.