OnlinePhotoShop.ProductParser Class
Utility class providing helper methods to parse an XML product catalog file.

Access: Public
Base Classes: Object
  Members Description  
    mFilename Private member that stores the path of the XML product catalog file.

 
    ProductParser Constructor.

 
    ProductList Queries all products from a product catalog.

 
    OptionList Queries all options of a given product from a product catalog.

 
    ProductDetails Queries all properties of a given product from a product catalog excluding the product options. To query the product options use OptionList().

 
    OptionDetails Queries all information of a given product option from a product catalog.