C# Class P02Project.Resources.xml.XMLUtilities

Provides methods to read and parse xml files that follow a specific schem (PageModel or BeadModel).
Mostra file Open project: raouldc/OptiDev

Public Methods

Method Description
GetBeadsContentFromFile ( String filePath ) : BeadModel

Gets the contents of a BeanModel form the specified xml file at filepath

GetContentFromFile ( String filePath ) : PageModel

Gets the contents of a page model specified at filepath

GetContentFromPage ( string url ) : PageModel

Method Details

GetBeadsContentFromFile() public static method

Gets the contents of a BeanModel form the specified xml file at filepath
public static GetBeadsContentFromFile ( String filePath ) : BeadModel
filePath String
return BeadModel

GetContentFromFile() public static method

Gets the contents of a page model specified at filepath
public static GetContentFromFile ( String filePath ) : PageModel
filePath String
return PageModel

GetContentFromPage() public static method

public static GetContentFromPage ( string url ) : PageModel
url string
return PageModel