public class Gizmo
extends java.lang.Object
| Constructor and Description |
|---|
Gizmo()
Diagnostic interface
|
Gizmo(java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
executeTestCommand(java.lang.String command)
Execute a test command
|
Configuration |
getConfiguration() |
DocumentImpl |
getCurrentDoc()
Get the current document (for testing purposes)
|
protected Talker |
initTalker(java.lang.String script) |
static void |
main(java.lang.String[] args) |
void |
setCurrentDoc(DocumentImpl doc)
Set the current document (for testing purposes)
|
public Gizmo(java.lang.String[] args)
public Gizmo()
public static void main(java.lang.String[] args)
public Configuration getConfiguration()
public void setCurrentDoc(DocumentImpl doc)
doc - the current documentpublic DocumentImpl getCurrentDoc()
public java.lang.String executeTestCommand(java.lang.String command)
throws XPathException
command - the command to be executedXPathException - if the command execution failsprotected Talker initTalker(java.lang.String script)
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.