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
Afficher le fichier Open project: jeremytammik/RevitLookup

Méthodes publiques

Méthode Description
Collect ( System node ) : void
CollectorXmlNode ( ) : System

Private Methods

Méthode Description
Stream ( System node ) : void

Method Details

Collect() public méthode

public Collect ( System node ) : void
node System
Résultat void

CollectorXmlNode() public méthode

public CollectorXmlNode ( ) : System
Résultat System