Utility mixin that moves the close() functionality to the reallyClose method,
and overrides close() itself to no-op.
Creates an XMLEventReader by opening a FileInputStream of the given File.
Creates an XMLEventReader from a given java.io.InputStream.
Creates an XMLEventReader from a given String whose contents are assumed to be XML.
Creates an XMLEventReader from a given java.io.Reader.
Provides a ConsumableLike instance for any type T belonging to the XMLResource typeclass.
Provides a ConsumableLike instance for any type T belonging to the XMLResource typeclass.
A type representing some source of XML data
A ConsumableLike[T, XMLEvent]