Provide methods to parse User Profile File.
Public Methods
-
UserProfileParser()
- Default Constructor
-
UserProfile* parseFile(string xmlFileURI)
- Parse specified user profile file and return an object of UserProfile.
-
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.
UserProfileParser()
-
Default Constructor
UserProfile* 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
UserProfile* 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++.