| Package | Description |
|---|---|
| scriptella.driver.csv |
CSV Driver for Scriptella.
|
| scriptella.driver.shell |
Shell scripts driver.
|
| 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 |
ShellScriptExecutor.execute(java.io.Reader reader,
ParametersCallback pc,
AbstractConnection.StatementCounter counter)
Parses a script from read, expands properties and produces the output.
|
| 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 © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.