Class RuleAttributeXmlParser

java.lang.Object
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:
  • Constructor Details

    • RuleAttributeXmlParser

      public RuleAttributeXmlParser()
  • Method Details

    • parseRuleAttributes

      public List parseRuleAttributes(InputStream input) throws IOException, org.kuali.rice.core.api.util.xml.XmlException
      Throws:
      IOException
      org.kuali.rice.core.api.util.xml.XmlException
    • parseRuleAttributes

      public List parseRuleAttributes(Element element) throws org.kuali.rice.core.api.util.xml.XmlException
      Throws:
      org.kuali.rice.core.api.util.xml.XmlException
    • validateRuleAttributeType

      protected void validateRuleAttributeType(String type)