Class PipelineConfiguration
java.lang.Object
net.sf.saxon.event.PipelineConfiguration
A PipelineConfiguration sets options that apply to all the operations in a pipeline.
Unlike the global Configuration, these options are always local to a process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the controller associated with this pipelineConfigurationintGet the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; returns null if none has been explicitly set.booleanvoidsetConfiguration(Configuration config) voidsetController(Controller controller) voidsetErrorListener(ErrorListener errorListener) voidsetHostLanguage(int language) voidsetLocationProvider(LocationProvider locationProvider) voidsetSchemaURIResolver(SchemaURIResolver resolver) Set a user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations.voidsetSerializing(boolean isSerializing) voidsetURIResolver(URIResolver uriResolver)
-
Constructor Details
-
PipelineConfiguration
public PipelineConfiguration() -
PipelineConfiguration
-
-
Method Details
-
getConfiguration
-
setConfiguration
-
getLocationProvider
-
setLocationProvider
-
getErrorListener
-
setErrorListener
-
getURIResolver
-
setURIResolver
-
setSchemaURIResolver
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations. -
getSchemaURIResolver
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; returns null if none has been explicitly set. -
setController
-
setHostLanguage
public void setHostLanguage(int language) -
getHostLanguage
public int getHostLanguage() -
setSerializing
public void setSerializing(boolean isSerializing) -
isSerializing
public boolean isSerializing() -
getController
Get the controller associated with this pipelineConfiguration- Returns:
- the controller if it is known; otherwise null.
-