michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: #include "SkXMLParser.h" michael@0: michael@0: bool SkXMLParser::parse(SkStream& docStream) michael@0: { michael@0: return false; michael@0: } michael@0: michael@0: bool SkXMLParser::parse(const char doc[], size_t len) michael@0: { michael@0: return false; michael@0: } michael@0: michael@0: void SkXMLParser::GetNativeErrorString(int error, SkString* str) michael@0: { michael@0: michael@0: }