| 2189 | |
| 2190 | |
| 2191 | bool XMLPrinter::VisitEnter( const XMLDocument& doc ) |
| 2192 | { |
| 2193 | _processEntities = doc.ProcessEntities(); |
| 2194 | if ( doc.HasBOM() ) { |
| 2195 | PushHeader( true, false ); |
| 2196 | } |
| 2197 | return true; |
| 2198 | } |
| 2199 | |
| 2200 | |
| 2201 | bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) |