org.kuali.rice.coreservice.impl.style
Class StyleXmlParserImpl
java.lang.Object
   org.kuali.rice.coreservice.impl.style.StyleXmlParserImpl
org.kuali.rice.coreservice.impl.style.StyleXmlParserImpl
- All Implemented Interfaces: 
- XmlLoader, StyleXmlParser
- public class StyleXmlParserImpl 
- extends Object- implements StyleXmlParser
Parser for Style content type, managed by StyleService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StyleXmlParserImpl
public StyleXmlParserImpl()
loadXml
public void loadXml(InputStream inputStream,
                    String principalId)
- 
- Specified by:
- loadXmlin interface- XmlLoader
 
- 
 
parseStyles
public List<Style> parseStyles(InputStream inputStream)
- 
- Specified by:
- parseStylesin interface- StyleXmlParser
 
- 
 
setStyleService
public void setStyleService(StyleService styleService)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.