Lines Matching refs:xmlStream
31 class xmlStream;
38 friend class xmlStream;
42 xmlStream* _outer_xmlStream;
54 // Use the xmlStream::text() stream to write unmarked text.
56 // Characters written directly to an xmlStream via print_cr, etc.,
57 // are directly written to the encapsulated stream, xmlStream::out().
61 class xmlStream : public outputStream {
76 xmlStream() {}
97 xmlStream(outputStream* out) { initialize(out); }
98 DEBUG_ONLY(virtual ~xmlStream();)
181 extern xmlStream* xtty;