| 2285 | |
| 2286 | |
| 2287 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2288 | { |
| 2289 | _processEntities = doc.ProcessEntities(); |
| 2290 | if ( doc.HasBOM() ) { |
| 2291 | PushHeader( true, false ); |
| 2292 | } |
| 2293 | return true; |
| 2294 | } |
| 2295 | |
| 2296 | |
| 2297 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |