Package | Description |
---|---|
scriptella.driver.csv |
CSV Driver for Scriptella.
|
scriptella.driver.text |
Text Driver for Scriptella.
|
scriptella.driver.xpath |
XPath Driver for Scriptella.
|
scriptella.spi |
Service Provider Interface classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvQuery.execute(CSVReader reader,
QueryCallback queryCallback,
AbstractConnection.StatementCounter counter)
Executes a query over a specified text content.
|
Modifier and Type | Method and Description |
---|---|
void |
TextScriptExecutor.execute(java.io.Reader reader,
ParametersCallback pc,
AbstractConnection.StatementCounter counter)
Parses a script from read, expands properties and produces the output.
|
Constructor and Description |
---|
XPathQueryExecutor(java.lang.ThreadLocal<org.w3c.dom.Node> context,
org.w3c.dom.Document document,
Resource xpathResource,
scriptella.driver.xpath.XPathExpressionCompiler compiler,
AbstractConnection.StatementCounter counter,
boolean returnArrays)
Crates executor to query document using a specified xpath expression.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractConnection.StatementCounter |
AbstractConnection.counter |
Copyright © Copyright 2006-2019 The Scriptella Project Team.