Object | --Filer
A base class to read/write components from/to an xml stream
Filer __construct( xmlparser $xmlparser)
void cData( xmlparser $parser, string $cdata)
void tagClose( xmlparser $parser, string $tag)
void tagOpen( xmlparser $parser, string $tag, array $attributes)