175176177178179180181182183184185
for (int i = 0; i < p.length; i++) { o.output(p[i], h); } o.endDocument("match", h); return p.length; } /**
210211212213214215216217218219220
for (int i = 0; i < l.length; i++) { o.output(l[i], h); } o.endDocument("log", h); return l.length; } /**
321322323324325326327328329330331
} // Outputs the fetched Contexts to the OutputStream in XML format. o.startDocument("get", h); output(parents, o, h); o.endDocument("get", h); return c.length; } /**