C# Class jumoo.NavMaker.EsdNavParser

EdsNavParser - does stuff with Esd Navigations (in xml)
Datei anzeigen Open project: KevinJump/LocalGovStarterKit-Old Class Usage Examples

Public Methods

Method Description
EsdNavParser ( ) : System
Load ( string xmlFile ) : void
ParseNav ( bool doServices ) : void
ParseNode ( System.Xml.Linq.XElement node, string nodeType, int parentId, bool doServices ) : void

Private Methods

Method Description
CreateContent ( string template, System.Xml.Linq.XElement webNode, int parentId ) : int

Method Details

EsdNavParser() public method

public EsdNavParser ( ) : System
return System

Load() public method

public Load ( string xmlFile ) : void
xmlFile string
return void

ParseNav() public method

public ParseNav ( bool doServices ) : void
doServices bool
return void

ParseNode() public method

public ParseNode ( System.Xml.Linq.XElement node, string nodeType, int parentId, bool doServices ) : void
node System.Xml.Linq.XElement
nodeType string
parentId int
doServices bool
return void