Package com.xmlcalabash.steps
Class CastContentTypeStep
-
- All Implemented Interfaces:
-
com.xmlcalabash.api.XProcStep
public class CastContentTypeStep extends AbstractAtomicStep
-
-
Field Summary
Fields Modifier and Type Field Description private XProcDocument
document
private MediaType
docContentType
private MediaType
contentType
private Map<QName, XdmValue>
parameters
private final RuntimeStepParameters
stepParams
private final XProcStepConfiguration
stepConfig
private final Receiver
receiver
private final Map<QName, LazyValue>
options
private final Map<String, List<XProcDocument>>
queues
private final Long
nodeId
-
Constructor Summary
Constructors Constructor Description CastContentTypeStep()
-
Method Summary
Modifier and Type Method Description final XProcDocument
getDocument()
final Unit
setDocument(XProcDocument document)
final MediaType
getDocContentType()
final Unit
setDocContentType(MediaType docContentType)
final MediaType
getContentType()
final Unit
setContentType(MediaType contentType)
final Map<QName, XdmValue>
getParameters()
final Unit
setParameters(Map<QName, XdmValue> parameters)
Unit
run()
String
toString()
-
Methods inherited from class com.xmlcalabash.steps.AbstractAtomicStep
abort, booleanBinding, establishNamespaceBinding, establishNamespaceBinding, extensionAttributes, getNodeId, getOptions, getQueues, getReceiver, getStepConfig, getStepParams, hasBinding, input, integerBinding, mediaTypeBinding, option, overrideContentTypes, qnameBinding, qnameMapBinding, reset, setup, stringBinding, stringMapBinding, teardown, uriBinding, valueBinding, xmlBinding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDocument
final XProcDocument getDocument()
-
setDocument
final Unit setDocument(XProcDocument document)
-
getDocContentType
final MediaType getDocContentType()
-
setDocContentType
final Unit setDocContentType(MediaType docContentType)
-
getContentType
final MediaType getContentType()
-
setContentType
final Unit setContentType(MediaType contentType)
-
getParameters
final Map<QName, XdmValue> getParameters()
-
setParameters
final Unit setParameters(Map<QName, XdmValue> parameters)
-
-
-
-