Package org.kuali.rice.kew.xml
Class RuleAttributeXmlParser
java.lang.Object
org.kuali.rice.kew.xml.RuleAttributeXmlParser
Parses
RuleAttributes from XML.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseRuleAttributes(InputStream input) parseRuleAttributes(Element element) protected void
-
Constructor Details
-
RuleAttributeXmlParser
public RuleAttributeXmlParser()
-
-
Method Details
-
parseRuleAttributes
public List parseRuleAttributes(InputStream input) throws IOException, org.kuali.rice.core.api.util.xml.XmlException - Throws:
IOExceptionorg.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
-