net.sourceforge.rtf.context
Class RTFContextUtil

java.lang.Object
  extended by net.sourceforge.rtf.context.RTFContextUtil

public class RTFContextUtil
extends java.lang.Object

Description : Manage RTF context object for fields XML available.

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
RTFContextUtil()
           
 
Method Summary
static boolean isList(java.lang.Object o)
          return true if objectType is list and false otherwise
static void saveXmlFields(java.lang.String fileXmlFields, RTFContextFields newFields, boolean force)
           
static void saveXmlFields(java.lang.String inFileXmlFields, RTFContextFields newFields, java.lang.String outFileXmlFields, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFContextUtil

public RTFContextUtil()
Method Detail

isList

public static boolean isList(java.lang.Object o)
return true if objectType is list and false otherwise

Parameters:
objectType -
Returns:

saveXmlFields

public static void saveXmlFields(java.lang.String fileXmlFields,
                                 RTFContextFields newFields,
                                 boolean force)
                          throws org.xml.sax.SAXException,
                                 java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

saveXmlFields

public static void saveXmlFields(java.lang.String inFileXmlFields,
                                 RTFContextFields newFields,
                                 java.lang.String outFileXmlFields,
                                 boolean force)
                          throws org.xml.sax.SAXException,
                                 java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright 2007 null. All Rights Reserved.