Class XmlFilterCommand

java.lang.Object
com.streamconverter.command.AbstractStreamCommand
com.streamconverter.command.impl.xml.XmlFilterCommand
All Implemented Interfaces:
IStreamCommand

XML Filter Command Class

This class implements pure data extraction from XML using TreePath expressions. Unlike XmlNavigateCommand which applies transformations, XmlFilterCommand only extracts/filters elements based on specified paths without any modifications.

Features: - Extract specific elements using TreePath expressions - Preserve exact XML structure of extracted elements - Memory-efficient streaming processing - Support for complex path expressions including nested elements and attributes