michael@0: 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: michael@0: #ifndef SkBML_Verbs_DEFINED michael@0: #define SkBML_Verbs_DEFINED michael@0: michael@0: enum Verbs { michael@0: kStartElem_Value_Verb, michael@0: kStartElem_Index_Verb, michael@0: kEndElem_Verb, michael@0: kAttr_Value_Value_Verb, michael@0: kAttr_Value_Index_Verb, michael@0: kAttr_Index_Value_Verb, michael@0: kAttr_Index_Index_Verb, michael@0: michael@0: kVerbCount michael@0: }; michael@0: michael@0: #endif // SkBML_Verbs_DEFINED