appHandEXICoder.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * Copyright (C) 2007-2012 Siemens AG
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU Lesser General Public License as published
  6. * by the Free Software Foundation, either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU Lesser General Public License for more details.
  13. * GNU Lesser General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Lesser General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /*******************************************************************
  19. *
  20. * @author Daniel.Peintner.EXT@siemens.com
  21. * @version 0.7
  22. * @contact Joerg.Heuer@siemens.com
  23. *
  24. * <p>Code generated by EXIdizer.com</p>
  25. ********************************************************************/
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. #ifndef EXI_appHand_CODER_H
  30. #define EXI_appHand_CODER_H
  31. #include "EXITypes.h"
  32. #define DOCUMENT 0
  33. #define DOC_CONTENT 13
  34. #define DOC_END 14
  35. #define UR_TYPE_GRAMMAR_0 22
  36. #define UR_TYPE_GRAMMAR_1 23
  37. /* increments global and local string count */
  38. int exi_appHand_IncrementStringValueCount(exi_state_t* state, uint16_t qnameID);
  39. int exi_appHand_PushStack(exi_state_t* state, int16_t newState, uint16_t qnameID);
  40. int exi_appHand_PopStack(exi_state_t* state);
  41. int exi_appHand_HandleXsiNilTrue(exi_state_t* state);
  42. int exi_appHand_HandleXsiType(exi_state_t* state, exi_eqname_t* xsiType);
  43. int exi_appHand_RetrieveAndPushGlobalGrammar(exi_state_t* state, uint16_t qnameID);
  44. int exi_appHand_LearnAttribute(exi_state_t* state, uint16_t qnameID, uint16_t uriID, uint16_t localID);
  45. int exi_appHand_IsStartContent(int16_t ruleID);
  46. int exi_appHand_MoveToElementContentRule(exi_state_t* state);
  47. #endif
  48. #ifdef __cplusplus
  49. }
  50. #endif