Searched defs:rootTag (Results 1 – 5 of 5) sorted by relevance
263 private void dumpAll(Iterator<? extends Object> data, Writer output, Tag rootTag) { in dumpAll()310 public String dumpAs(Object data, Tag rootTag, FlowStyle flowStyle) { in dumpAs()318 dumpAll(list.iterator(), buffer, rootTag); in dumpAs() local
62 public Serializer(Emitable emitter, Resolver resolver, DumperOptions opts, Tag rootTag) { in Serializer()
80 Tag rootTag = null; in serializeWithCommentsEnabled() local
79 protected Tag rootTag; field in BaseConstructor
302 function initExpandableNavItems(rootTag) { argument