C# Class 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.
Inheritance: Collector
Exibir arquivo Open project: jeremytammik/RevitLookup

Public Methods

Method Description
Collect ( System node ) : void
CollectorXmlNode ( ) : System

Private Methods

Method Description
Stream ( System node ) : void

Method Details

Collect() public method

public Collect ( System node ) : void
node System
return void

CollectorXmlNode() public method

public CollectorXmlNode ( ) : System
return System