Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.fm.transform: Javadoc index of package com.fm.transform.


Package Samples:

com.fm.transform

Classes:

Transformer: Abstract class, which defines common behavior for item transformators. It is desirable to read channel items in various text formats, for example reading item's text from the UNIX CLI in the HTML format doesn't look pleasant. So item transformators transform the RSS channel items into appropriate text format (e.g. HTML, plain text, DocBook). Nevertheless the output format isn't required to be text, it also may be fmTransofrmer interface defines common behavior for all transformers.
htmlTransformer: Default implementation of the transformer. Current implementation uses get methods to get channel/item attributes and manually transforms them into html code.
fmTransformException: RSS channel transformation exception. Entities should be thrown if any error occures during transformation of the RSS channel data.

Home | Contact Us | Privacy Policy | Terms of Service