SMILA (incubation) API documentation

Package org.eclipse.smila.processing.pipelets.xmlprocessing

Class Summary
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 Summary
XPathFilterPipelet.XPathFilerMode The XPathFilerMode, either include or exclude.
 


SMILA (incubation) API documentation