_nodes = new Stack<FuzzyXMLNode>();
_caches.push(cache);
_cssBuffer = new StringBuffer();
_tagDelegates = new HashMap<String, TagDelegate>();
_tagDelegates.put("WOString", new WOStringTagDelegate());
_tagDelegates.put("ERXLocalizedString", new WOStringTagDelegate());
_tagDelegates.put("WOConditional", new WOConditionalTagDelegate());
_tagDelegates.put("WOComponentContent", new WOComponentContentTagDelegate());
_tagDelegates.put("WORepetition", new WORepetitionTagDelegate());
_tagDelegates.put("WOGenericContainer", new WOGenericContainerTagDelegate());
_tagDelegates.put("WOGenericElement", new WOGenericElementTagDelegate());