com.ibm.portal.resolver.data
Interface DataSourceParser

All Known Subinterfaces:
StaticPageDataSourceParser, ThemeDataSourceParser

public interface DataSourceParser

Abstraction of a parser that parses the content of the DataSource onto a handler. The handler is assigned via a subclass interface.

Since:
7.0

Method Summary
 void parse(DataSource ds)
          Parses the data source
 

Method Detail

parse

void parse(DataSource ds)
           throws java.io.IOException,
                  org.xml.sax.SAXException
Parses the data source

Parameters:
ds - the data source, not null
Throws:
java.io.IOException
org.xml.sax.SAXException