| Class | Description |
|---|---|
| AXmlTransformationPipelet |
Abstract base class for XML processing pipelets.
|
| RemoveElementFromXMLPipelet |
Pipelet that removes a selected element from an XML document.
|
| TidyPipelet |
Pipelet that performs an Tidy transformation on an attribute or attachment value.
|
| XmlSplitterPipelet |
Pipelet that splits a XML stream into multiple xml snippets.
|
| XPathExtractorPipelet |
Pipelet that extracts elements selected by XPath and converts them in appropriate data types (Boolean, Double,
String).
|
| XPathFilterPipelet |
Pipelet that filters elements by XPath (either include or exclude mode).
|
| XslTransformationPipelet |
Pipelet that performs an XSL transformation on an attribute or attachment value.
|
| Enum | Description |
|---|---|
| XPathFilterPipelet.XPathFilerMode |
The XPathFilerMode, either include or exclude.
|