| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /*
- * Copyright (C) 2007-2012 Siemens AG
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /*******************************************************************
- *
- * @author Daniel.Peintner.EXT@siemens.com
- * @version 0.7
- * @contact Joerg.Heuer@siemens.com
- *
- * <p>Code generated by EXIdizer.com</p>
- ********************************************************************/
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef EXI_appHand_CODER_H
- #define EXI_appHand_CODER_H
- #include "EXITypes.h"
- #define DOCUMENT 0
- #define DOC_CONTENT 13
- #define DOC_END 14
- #define UR_TYPE_GRAMMAR_0 22
- #define UR_TYPE_GRAMMAR_1 23
- /* increments global and local string count */
- int exi_appHand_IncrementStringValueCount(exi_state_t* state, uint16_t qnameID);
- int exi_appHand_PushStack(exi_state_t* state, int16_t newState, uint16_t qnameID);
- int exi_appHand_PopStack(exi_state_t* state);
- int exi_appHand_HandleXsiNilTrue(exi_state_t* state);
- int exi_appHand_HandleXsiType(exi_state_t* state, exi_eqname_t* xsiType);
- int exi_appHand_RetrieveAndPushGlobalGrammar(exi_state_t* state, uint16_t qnameID);
- int exi_appHand_LearnAttribute(exi_state_t* state, uint16_t qnameID, uint16_t uriID, uint16_t localID);
- int exi_appHand_IsStartContent(int16_t ruleID);
- int exi_appHand_MoveToElementContentRule(exi_state_t* state);
- #endif
- #ifdef __cplusplus
- }
- #endif
|