com.sun.management.oss.impl.pm.util.xml
Class WeeklyScheduleXmlTranslator

java.lang.Object
  extended bycom.sun.management.oss.impl.pm.util.xml.WeeklyScheduleXmlTranslator

public class WeeklyScheduleXmlTranslator
extends java.lang.Object


Constructor Summary
WeeklyScheduleXmlTranslator()
           
 
Method Summary
static java.lang.Object fromXml(org.w3c.dom.Element element, java.lang.String type)
           
static void fromXmlNoRoot(org.jdom.Element element, WeeklySchedule weeklySchedule)
           
static java.lang.String toXml(WeeklySchedule weeklySchedule, java.lang.String elementName)
           boolean boolean boolean boolean boolean boolean boolean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeeklyScheduleXmlTranslator

public WeeklyScheduleXmlTranslator()
Method Detail

toXml

public static java.lang.String toXml(WeeklySchedule weeklySchedule,
                                     java.lang.String elementName)
boolean boolean boolean boolean boolean boolean boolean


fromXml

public static java.lang.Object fromXml(org.w3c.dom.Element element,
                                       java.lang.String type)
                                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromXmlNoRoot

public static void fromXmlNoRoot(org.jdom.Element element,
                                 WeeklySchedule weeklySchedule)
                          throws org.xml.sax.SAXException,
                                 java.text.ParseException
Throws:
org.xml.sax.SAXException
java.text.ParseException