| 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.
|
| XmlDocumentSplitterPipelet |
The possible properties are:
beginTagName: the name of the tag to start the xml snippet
beginTagNamespace: the (optional) namespace of the tag to start the xml snippet
endTagName: the name of the tag to end the xml snippet
endTagNamespace: the (optional) namespace of the tag to end the xml snippet
inputName: name of the Attribute/Attachment to read the XML Document from.
|
| 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.XPathFilterMode |
The XPathFilerMode, either include or exclude.
|