class XMLFilterReader : FilterReader
XML filter reader edits a file based on the xml content. The content is represented by a XmlProvider.
XMLFilterReader(reader: Reader)
initializes an instances of a xml content filter reader |
lateinit var action: Action<in XmlProvider>
Action to change the content of the file stored in the XmlProvider instance. |
fun filterReader(source: Reader): Reader
Changes the file source stream. |