| 2482 | |
| 2483 | |
| 2484 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2485 | { |
| 2486 | _processEntities = doc.ProcessEntities(); |
| 2487 | if ( doc.HasBOM() ) { |
| 2488 | PushHeader( true, false ); |
| 2489 | } |
| 2490 | return true; |
| 2491 | } |
| 2492 | |
| 2493 | |
| 2494 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |