public class Listener extends Object implements Verifiable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static net.sf.saxon.s9api.QName |
ATTR_PORT |
static net.sf.saxon.s9api.QName |
ATTR_STOP |
static int |
DEFAULT_PORT |
static net.sf.saxon.s9api.QName |
QName |
| Constructor and Description |
|---|
Listener(int port,
String stopKeyword) |
Listener(String stopKeyword) |
| Modifier and Type | Method and Description |
|---|---|
JavaStep |
getJavastep() |
int |
getPort() |
String |
getStopKeyword() |
void |
setJavastep(JavaStep javastep) |
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public static final int DEFAULT_PORT
public static final transient net.sf.saxon.s9api.QName QName
public static final transient net.sf.saxon.s9api.QName ATTR_PORT
public static final transient net.sf.saxon.s9api.QName ATTR_STOP
public Listener(int port,
String stopKeyword)
public Listener(String stopKeyword)
public void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongpublic int getPort()
public String getStopKeyword()
public JavaStep getJavastep()
public void setJavastep(JavaStep javastep)
Copyright © 2019. All rights reserved.