| Package | Description |
|---|---|
| org.trancecode.xproc | |
| org.trancecode.xproc.step |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePipelineContext |
class |
PipelineConfiguration |
| Modifier and Type | Method and Description |
|---|---|
PipelineContext |
Pipeline.getPipelineContext() |
PipelineContext |
PipelineProcessor.getPipelineContext() |
PipelineContext |
Environment.getPipelineContext() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePipelineContext |
ImmutablePipelineContext.copyOf(PipelineContext context) |
static Environment |
Environment.newEnvironment(Step pipeline,
PipelineContext configuration) |
static PipelineLibrary |
PipelineParser.parseLibrary(PipelineContext context,
Source source) |
static PipelineLibrary |
PipelineParser.parseLibrary(PipelineContext context,
Source source,
PipelineLibrary library) |
static Step |
PipelineParser.parsePipeline(PipelineContext context,
Source source) |
static Step |
PipelineParser.parsePipeline(PipelineContext context,
Source source,
PipelineLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
PipelineContext |
AbstractStepProcessor.StepInput.getPipelineContext()
Returns the pipeline context, from which extra facilities can be
retrieved.
|
Copyright © 2009-2012 TranceCode. All Rights Reserved.