org.jfor.jfor.converter
Class JforCmdAttributesConverter

java.lang.Object
  extended by org.jfor.jfor.converter.JforCmdAttributesConverter

public class JforCmdAttributesConverter
extends java.lang.Object


Method Summary
(package private) static RtfAttributes convertRowAttributes(org.xml.sax.Attributes attrs)
          Converts jfor-cmd to rtf attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertRowAttributes

static RtfAttributes convertRowAttributes(org.xml.sax.Attributes attrs)
                                   throws ConverterException
Converts jfor-cmd to rtf attributes.

Parameters:
attrs - Given attributes
Returns:
RtfAttributes or null if no jfor-cmd is found
Throws:
ConverterException - On convertion error