class UserProfileParser

Provide methods to parse User Profile File.

Public Methods

[more] UserProfileParser()
Default Constructor
[more]UserProfile* parseFile(string xmlFileURI)
Parse specified user profile file and return an object of UserProfile.
[more]UserProfile* parseData(string xmlData, string userName, string password)
Parse specified user profile data and return an object of UserProfile.


Documentation

Provide methods to parse User Profile File.

o UserProfileParser()
Default Constructor

oUserProfile* parseFile(string xmlFileURI)
Parse specified user profile file and return an object of UserProfile.

Parameters:
userProfileFileURI - a String value of User Profile File URI
Returns:
an object of UserProfile

oUserProfile* parseData(string xmlData, string userName, string password)
Parse specified user profile data and return an object of UserProfile.

Parameters:
xmlData - a String value of User Profile data
userName - a String value of User Name
password - a String value of password
Returns:
an object of UserProfile


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.