/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkXMLParser_DEFINED #define SkXMLParser_DEFINED #include "include/core/SkString.h" class SkStream; class SkDOM; struct SkDOMNode; class SkXMLParserError { … }; class SkXMLParser { … }; #endif