C# 클래스 jumoo.NavMaker.EsdNavParser

EdsNavParser - does stuff with Esd Navigations (in xml)
파일 보기 프로젝트 열기: KevinJump/LocalGovStarterKit-Old 1 사용 예제들

공개 메소드들

메소드 설명
EsdNavParser ( ) : System
Load ( string xmlFile ) : void
ParseNav ( bool doServices ) : void
ParseNode ( System.Xml.Linq.XElement node, string nodeType, int parentId, bool doServices ) : void

비공개 메소드들

메소드 설명
CreateContent ( string template, System.Xml.Linq.XElement webNode, int parentId ) : int

메소드 상세

EsdNavParser() 공개 메소드

public EsdNavParser ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string xmlFile ) : void
xmlFile string
리턴 void

ParseNav() 공개 메소드

public ParseNav ( bool doServices ) : void
doServices bool
리턴 void

ParseNode() 공개 메소드

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
리턴 void