package components.tree { public interface LabelRule { function getLabel(node:XML) : String; } }