org.openmobileis.module.core
Class XmlModuleParser

java.lang.Object
  extended byorg.openmobileis.module.core.XmlModuleParser

public class XmlModuleParser
extends java.lang.Object

Title: OpenMobileIS project source
Description: Profile file parser. Extract module and Rubric from the file.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
XmlModuleParser(java.io.Reader reader)
           
 
Method Summary
 ProfileModule getModuletoload()
           
 void parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlModuleParser

public XmlModuleParser(java.io.Reader reader)
Method Detail

parse

public void parse()
           throws XmlPullParserException,
                  java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

getModuletoload

public ProfileModule getModuletoload()


Copyright 2006 OpenMobileIS. All Rights Reserved.