org.kuali.rice.coreservice.impl.style
Interface StyleXmlParser

All Superinterfaces:
XmlLoader
All Known Implementing Classes:
StyleXmlParserImpl

public interface StyleXmlParser
extends XmlLoader

Parses an inputstream containing XML into Style objects.

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

Method Summary
 List<Style> parseStyles(InputStream inputStream)
           
 
Methods inherited from interface org.kuali.rice.core.framework.impex.xml.XmlLoader
loadXml
 

Method Detail

parseStyles

List<Style> parseStyles(InputStream inputStream)


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