org.kuali.rice.kew.xml
Class RuleAttributeXmlParser

java.lang.Object
  extended by org.kuali.rice.kew.xml.RuleAttributeXmlParser

public class RuleAttributeXmlParser
extends Object

Parses RuleAttributes from XML.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
RuleAttribute

Constructor Summary
RuleAttributeXmlParser()
           
 
Method Summary
 List parseRuleAttributes(Element element)
           
 List parseRuleAttributes(InputStream input)
           
protected  void validateRuleAttributeType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleAttributeXmlParser

public RuleAttributeXmlParser()
Method Detail

parseRuleAttributes

public List parseRuleAttributes(InputStream input)
                         throws IOException,
                                XmlException
Throws:
IOException
XmlException

parseRuleAttributes

public List parseRuleAttributes(Element element)
                         throws XmlException
Throws:
XmlException

validateRuleAttributeType

protected void validateRuleAttributeType(String type)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.