| 2773 | |
| 2774 | |
| 2775 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2776 | { |
| 2777 | _processEntities = doc.ProcessEntities(); |
| 2778 | if ( doc.HasBOM() ) { |
| 2779 | PushHeader( true, false ); |
| 2780 | } |
| 2781 | return true; |
| 2782 | } |
| 2783 | |
| 2784 | |
| 2785 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |