C# 클래스 RevitLookup.Snoop.Collectors.CollectorXmlNode

Collect data about an CollectorXmlNode. Since everything we encounter in XML will be restricted to XML and not Elements and such, keep these all in their own Collector object so we don't waste time trying to traverse a class hierarchy that we'll never be expected to deal with.
상속: Collector
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
Collect ( System node ) : void
CollectorXmlNode ( ) : System

비공개 메소드들

메소드 설명
Stream ( System node ) : void

메소드 상세

Collect() 공개 메소드

public Collect ( System node ) : void
node System
리턴 void

CollectorXmlNode() 공개 메소드

public CollectorXmlNode ( ) : System
리턴 System