| 2958 | |
| 2959 | |
| 2960 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2961 | { |
| 2962 | _processEntities = doc.ProcessEntities(); |
| 2963 | if ( doc.HasBOM() ) { |
| 2964 | PushHeader( true, false ); |
| 2965 | } |
| 2966 | return true; |
| 2967 | } |
| 2968 | |
| 2969 | |
| 2970 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |