public interface XProcStepRegistry
Modifier and Type | Method and Description |
---|---|
boolean |
hasStep(net.sf.saxon.s9api.QName type)
Checks whether the step identified by the qualified name has been already registered.
|
com.xmlcalabash.core.XProcStep |
newStep(net.sf.saxon.s9api.QName type,
com.xmlcalabash.core.XProcRuntime runtime,
com.xmlcalabash.runtime.XAtomicStep step,
XProcMonitor monitor,
Map<String,String> properties)
returns the step implementation for the atomic step using the the step provider type given by the first argument.
|
boolean hasStep(net.sf.saxon.s9api.QName type)
type
- the stepcom.xmlcalabash.core.XProcStep newStep(net.sf.saxon.s9api.QName type, com.xmlcalabash.core.XProcRuntime runtime, com.xmlcalabash.runtime.XAtomicStep step, XProcMonitor monitor, Map<String,String> properties)
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.