| 2765 | |
| 2766 | |
| 2767 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2768 | { |
| 2769 | _processEntities = doc.ProcessEntities(); |
| 2770 | if ( doc.HasBOM() ) { |
| 2771 | PushHeader( true, false ); |
| 2772 | } |
| 2773 | return true; |
| 2774 | } |
| 2775 | |
| 2776 | |
| 2777 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |