| Package | Description |
|---|---|
| com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterChain.addStep(FilterStep filterStep)
Adds a
FilterStep to the end of the FilterChain. |
void |
FilterChain.appendFilterChain(FilterChain chain)
Adds
FilterSteps to the end of this FilterChain. |
void |
FilterChain.insertStepAfterName(FilterStep filterStep,
java.lang.String name)
|
void |
FilterChain.insertStepAtPosition(FilterStep filterStep,
int pos)
Inserts the supplied
FilterStep at the specified position in the FilterChain. |
FilterChain |
FilterStepHelper.newFilterChain(java.util.List<FilterStep> filterSteps)
Create a new
FilterChain which is initially made up of the supplied FilterSteps. |
FilterChain |
FilterStepHelper.newLockedFilterChain(java.util.List<FilterStep> filterSteps,
java.lang.String name)
Create a new
FilterChain which is made up of the supplied FilterSteps and cannot be subsequently modified. |
void |
FilterChain.prependFilterChain(FilterChain chain)
Adds
FilterSteps to the start of this FilterChain. |
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.