Package com.xmlcalabash.datamodel
Class ImportFunctionsInstruction
-
- All Implemented Interfaces:
public final class ImportFunctionsInstruction extends XProcInstruction
-
-
Field Summary
Fields Modifier and Type Field Description private final URI
href
private MediaType
contentType
private String
namespace
private final SaxonErrorReporter
errorReporter
private final FunctionLibrary
functionLibrary
private final URI
inputHref
private final String
id
private Boolean
expandText
private final XProcInstruction
parent
private final List<XProcInstruction>
children
private Map<QName, String>
extensionAttributes
private final List<XdmNode>
pipeinfo
private final Map<String, NamespaceUri>
inscopeNamespaces
private final Map<QName, VariableBindingContainer>
inscopeVariables
private final InstructionConfiguration
stepConfig
private final QName
instructionType
-
Constructor Summary
Constructors Constructor Description ImportFunctionsInstruction(XProcInstruction parent, InstructionConfiguration stepConfig, URI inputHref)
-
Method Summary
Modifier and Type Method Description final URI
getHref()
final MediaType
getContentType()
final Unit
setContentType(MediaType contentType)
final String
getNamespace()
final Unit
setNamespace(String namespace)
final SaxonErrorReporter
getErrorReporter()
final FunctionLibrary
getFunctionLibrary()
final URI
getInputHref()
final FunctionLibrary
prefetch()
-
Methods inherited from class com.xmlcalabash.datamodel.XProcInstruction
addVariable, addVisibleStepName, addVisibleStepType, fromString, getChildren, getExpandText, getExtensionAttributes, getId, getInscopeNamespaces, getInscopeVariables, getInstructionType, getParent, getPipeinfo, getStepConfig, setExpandText, setExtensionAttribute, setExtensionAttributes, stepAvailable, stepDeclaration, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ImportFunctionsInstruction
ImportFunctionsInstruction(XProcInstruction parent, InstructionConfiguration stepConfig, URI inputHref)
-
-
Method Detail
-
getContentType
final MediaType getContentType()
-
setContentType
final Unit setContentType(MediaType contentType)
-
getNamespace
final String getNamespace()
-
setNamespace
final Unit setNamespace(String namespace)
-
getErrorReporter
final SaxonErrorReporter getErrorReporter()
-
getFunctionLibrary
final FunctionLibrary getFunctionLibrary()
-
getInputHref
final URI getInputHref()
-
prefetch
final FunctionLibrary prefetch()
-
-
-
-