| Package | Description |
|---|---|
| org.trancecode.xproc.binding | |
| org.trancecode.xproc.port | |
| org.trancecode.xproc.step | |
| org.trancecode.xproc.variable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPortBinding |
class |
DataPortBinding |
class |
DocumentPortBinding |
class |
EmptyPortBinding |
class |
InlinePortBinding |
class |
PipePortBinding |
| Modifier and Type | Method and Description |
|---|---|
PortBinding |
AbstractPortBinding.clonePortBinding(Map<Port,Port> portMappings) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<PortBinding> |
PortBindingPredicates.isConnectedTo(PortReference portReference) |
static com.google.common.base.Function<net.sf.saxon.s9api.XdmNode,PortBinding> |
PortBindingFunctions.toPortBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<PortBinding> |
Port.getPortBindings() |
static com.google.common.base.Function<Port,Iterable<PortBinding>> |
PortFunctions.getPortBindings() |
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.addPortBinding(PortBinding portBinding) |
Port |
Port.setPortBindings(PortBinding... portBindings) |
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.setPortBindings(Iterable<PortBinding> portBindings) |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.setPortBindings(String portName,
PortBinding... portBindings) |
Step |
Step.withOption(net.sf.saxon.s9api.QName name,
String select,
net.sf.saxon.s9api.XdmNode node,
PortBinding portBinding) |
Step |
Step.withParam(net.sf.saxon.s9api.QName name,
String select,
String value,
Location location,
net.sf.saxon.s9api.XdmNode node,
PortBinding portBinding) |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.setPortBindings(String portName,
Iterable<PortBinding> portBindings) |
| Modifier and Type | Method and Description |
|---|---|
PortBinding |
Variable.getPortBinding() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.setPortBinding(PortBinding portBinding) |
Copyright © 2009-2012 TranceCode. All Rights Reserved.