xml/cxmllibrary/group/bmarm/CXMLPARSERU.DEF
author hgs
Wed, 23 Jun 2010 20:27:15 +0530
changeset 24 74f0b3eb154c
permissions -rw-r--r--
201024
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
hgs
parents:
diff changeset
     1
EXPORTS
hgs
parents:
diff changeset
     2
	NW_XML_Reader_SkipSpace @ 1 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     3
	NW_DOM_AttrVal_getOpaque @ 2 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     4
	NW_DOM_AttrVal_getType @ 3 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     5
	NW_DOM_AttrVal_initFromString @ 4 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     6
	NW_DOM_AttrVal_initFromToken @ 5 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     7
	NW_DOM_AttrVal_toString @ 6 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     8
	NW_DOM_AttributeHandle_addVal @ 7 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
     9
	NW_DOM_AttributeHandle_getEncoding @ 8 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    10
	NW_DOM_AttributeHandle_getName @ 9 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    11
	NW_DOM_AttributeHandle_getNextVal @ 10 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    12
	NW_DOM_AttributeHandle_getToken @ 11 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    13
	NW_DOM_AttributeHandle_getValue @ 12 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    14
	NW_DOM_AttributeHandle_getValuePrefix @ 13 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    15
	NW_DOM_AttributeHandle_initWithStartToken @ 14 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    16
	NW_DOM_AttributeListIterator_getNextAttribute @ 15 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    17
	NW_DOM_DocumentNode_Delete @ 16 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    18
	NW_DOM_DocumentNode_createDocumentWithNumberPublicId @ 17 NONAME ; (null)
hgs
parents:
diff changeset
    19
	NW_DOM_DocumentNode_createElementNode @ 18 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    20
	NW_DOM_DocumentNode_createElementNodeByToken @ 19 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    21
	NW_DOM_DocumentNode_createTextNode @ 20 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    22
	NW_DOM_DocumentNode_createTextNodeWithTextItem @ 21 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    23
	NW_DOM_DocumentNode_getCharacterEncoding @ 22 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    24
	NW_DOM_DocumentNode_getDictionary @ 23 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    25
	NW_DOM_DocumentNode_getDocumentElement @ 24 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    26
	NW_DOM_DocumentNode_getPublicId @ 25 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    27
	NW_DOM_DocumentNode_getPublicIdAsNumber @ 26 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    28
	NW_DOM_DocumentNode_getVersion @ 27 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    29
	NW_DOM_ElementNode_getAttribute @ 28 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    30
	NW_DOM_ElementNode_getAttributeHandleByName @ 29 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    31
	NW_DOM_ElementNode_getAttributeHandleByToken @ 30 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    32
	NW_DOM_ElementNode_getAttributeListIterator @ 31 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    33
	NW_DOM_ElementNode_getTagName @ 32 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    34
	NW_DOM_ElementNode_getTagToken @ 33 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    35
	NW_DOM_ElementNode_hasAttributes @ 34 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    36
	NW_DOM_ElementNode_removeAttribute @ 35 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    37
	NW_DOM_ElementNode_setAttribute @ 36 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    38
	NW_DOM_ElementNode_setAttributeByAttrVal @ 37 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    39
	NW_DOM_ElementNode_setAttributeByAttributeHandle @ 38 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    40
	NW_DOM_ElementNode_setAttributeByToken @ 39 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    41
	NW_DOM_Node_appendChild @ 40 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    42
	NW_DOM_Node_getFirstChild @ 41 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    43
	NW_DOM_Node_getLastChild @ 42 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    44
	NW_DOM_Node_getNextSibling @ 43 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    45
	NW_DOM_Node_getNodeName @ 44 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    46
	NW_DOM_Node_getNodeToken @ 45 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    47
	NW_DOM_Node_getNodeType @ 46 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    48
	NW_DOM_Node_getOwnerDocument @ 47 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    49
	NW_DOM_Node_getParentNode @ 48 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    50
	NW_DOM_Node_getPreviousSibling @ 49 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    51
	NW_DOM_Node_hasChildNodes @ 50 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    52
	NW_DOM_Node_insertBefore @ 51 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    53
	NW_DOM_Node_removeChild @ 52 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    54
	NW_DOM_Node_replaceChild @ 53 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    55
	NW_DOM_ProcessingInstructionNode_getTargetToken @ 54 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    56
	NW_DOM_TextItemIterator_getNextTextItem @ 55 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    57
	NW_DOM_TextItem_getEntity @ 56 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    58
	NW_DOM_TextItem_getExtension @ 57 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    59
	NW_DOM_TextItem_getExtensionInt @ 58 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    60
	NW_DOM_TextItem_getExtensionToken @ 59 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    61
	NW_DOM_TextItem_getOpaque @ 60 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    62
	NW_DOM_TextItem_getString @ 61 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    63
	NW_DOM_TextItem_getType @ 62 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    64
	NW_DOM_TextItem_initFromEntity @ 63 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    65
	NW_DOM_TextItem_initFromExtension @ 64 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    66
	NW_DOM_TextItem_initFromExtensionInt @ 65 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    67
	NW_DOM_TextItem_initFromOpaque @ 66 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    68
	NW_DOM_TextItem_initFromString @ 67 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    69
	NW_DOM_TextItem_toString @ 68 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    70
	NW_DOM_TextNode_addDataFromTextItem @ 69 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    71
	NW_DOM_TextNode_getData @ 70 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    72
	NW_DOM_TextNode_getTextItemIterator @ 71 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    73
	NW_DOM_TextNode_setData @ 72 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    74
	NW_DOM_TextNode_setDataFromTextItem @ 73 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    75
	NW_Encoder_encodeWBXML @ 74 NONAME ; (null)
hgs
parents:
diff changeset
    76
	NW_String_UCS2BuffToString @ 75 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    77
	NW_String_byteToUCS2Char @ 76 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    78
	NW_String_charBuffGetLength @ 77 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    79
	NW_String_clearUserOwnsStorage @ 78 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    80
	NW_String_concatenate @ 79 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    81
	NW_String_deepCopy @ 80 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    82
	NW_String_delete @ 81 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    83
	NW_String_deleteStorage @ 82 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    84
	NW_String_entityToString @ 83 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    85
	NW_String_entityToUCS2Char @ 84 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    86
	NW_String_equals @ 85 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    87
	NW_String_getByteCount @ 86 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    88
	NW_String_getCharCount @ 87 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    89
	NW_String_getStorage @ 88 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    90
	NW_String_getUserOwnsStorage @ 89 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    91
	NW_String_initialize @ 90 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    92
	NW_String_new @ 91 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    93
	NW_String_readChar @ 92 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    94
	NW_String_setUserOwnsStorage @ 93 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    95
	NW_String_shallowCopy @ 94 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    96
	NW_String_stringToUCS2Char @ 95 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    97
	NW_String_tokenToString @ 96 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    98
	NW_String_ucs2CharLength @ 97 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
    99
	NW_String_ucs2CharToString @ 98 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   100
	NW_TinyDom_MakeDOMTree @ 99 NONAME ; (null)
hgs
parents:
diff changeset
   101
	NW_TinyDom_ParserDelete @ 100 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   102
	NW_TinyDom_ParserInitialize @ 101 NONAME ; (null)
hgs
parents:
diff changeset
   103
	NW_TinyDom_Parser_construct @ 102 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   104
	NW_TinyDom_getParser @ 103 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   105
	NW_TinyDom_getTagToken @ 104 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   106
	NW_TinyDom_getTree @ 105 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   107
	NW_TinyTree_Node_findTree @ 106 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   108
	NW_WBXML_Dictionary_destroy @ 107 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   109
	NW_WBXML_Dictionary_getAttributeNameByToken @ 108 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   110
	NW_WBXML_Dictionary_getAttributeToken @ 109 NONAME ; (null)
hgs
parents:
diff changeset
   111
	NW_WBXML_Dictionary_getByPublicId @ 110 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   112
	NW_WBXML_Dictionary_getTagByFqToken @ 111 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   113
	NW_WBXML_Dictionary_getTagToken @ 112 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   114
	NW_WBXML_Dictionary_initialize @ 113 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   115
	NW_WBXML_Dictionary_resolveLiteralToken @ 114 NONAME ; (null)
hgs
parents:
diff changeset
   116
	NW_WBXML_Document_getTableString @ 115 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   117
	NW_WBXML_Parser_getOpaque @ 116 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   118
	NW_WBXML_Parser_getStringInline @ 117 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   119
	NW_WBXML_Parser_newInPlace @ 118 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   120
	NW_WBXML_Parser_parseBuffer @ 119 NONAME ; (null)
hgs
parents:
diff changeset
   121
	NW_WBXML_Parser_registerHandler @ 120 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   122
	NW_WBXML_Writer_AttributeAndValue @ 121 NONAME ; (null)
hgs
parents:
diff changeset
   123
	NW_WBXML_Writer_End @ 122 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   124
	NW_WBXML_Writer_Header @ 123 NONAME ; (null)
hgs
parents:
diff changeset
   125
	NW_WBXML_Writer_Initialize @ 124 NONAME ; (null)
hgs
parents:
diff changeset
   126
	NW_WBXML_Writer_Opaque @ 125 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   127
	NW_WBXML_Writer_PI @ 126 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   128
	NW_WBXML_Writer_TagClearContentFlag @ 127 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   129
	NW_WBXML_Writer_TagSetAttributesFlag @ 128 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   130
	NW_WBXML_Writer_TagSetContentFlag @ 129 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   131
	NW_WBXML_Writer_TagString @ 130 NONAME ; (null)
hgs
parents:
diff changeset
   132
	NW_WBXML_Writer_Text @ 131 NONAME ; (null)
hgs
parents:
diff changeset
   133
	NW_XML_ComputeEncoding @ 132 NONAME ; (null)
hgs
parents:
diff changeset
   134
	NW_XML_Parse @ 133 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   135
	NW_XML_Reader_AdvanceOffset @ 134 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   136
	NW_XML_Reader_AsciiCharMatch @ 135 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   137
	NW_XML_Reader_AsciiStringMatch @ 136 NONAME ; (null)
hgs
parents:
diff changeset
   138
	NW_XML_Reader_DataAddressFromBuffer @ 137 NONAME ; (null)
hgs
parents:
diff changeset
   139
	NW_XML_Reader_GetLineColumn @ 138 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   140
	NW_XML_Reader_GetPosition @ 139 NONAME ; (null)
hgs
parents:
diff changeset
   141
	NW_XML_Reader_InitFromBuffer @ 140 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   142
	NW_XML_Reader_Interval_Start @ 141 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   143
	NW_XML_Reader_Interval_Stop @ 142 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   144
	NW_XML_Reader_IsDigit @ 143 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   145
	NW_XML_Reader_IsLetter @ 144 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   146
	NW_XML_Reader_IsSpace @ 145 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   147
	NW_XML_Reader_PeekOffset @ 146 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   148
	NW_XML_Reader_SetPosition @ 147 NONAME ; (null)
hgs
parents:
diff changeset
   149
	NW_DOM_AttrVal_getExtension @ 148 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   150
	NW_DOM_DocumentNode_BuildWBXMLTree @ 149 NONAME ; (null)
hgs
parents:
diff changeset
   151
	NW_DOM_DocumentNode_BuildTree @ 150 NONAME ; (null)
hgs
parents:
diff changeset
   152
	CXML_Read_From_File @ 151 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   153
	NW_String_getCharCount32 @ 152 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   154
	NW_TinyDom_AppendDOMTree @ 153 NONAME ; (null)
hgs
parents:
diff changeset
   155
	NW_WBXML_Writer_AttributeAndValue2 @ 154 NONAME ; (null)
hgs
parents:
diff changeset
   156
	NW_WBXML_Document_construct @ 155 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   157
	NW_WBXML_Document_destruct @ 156 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   158
	NW_Encoder_StringTable_GetSize @ 157 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   159
	NW_Encoder_StringTable_StringTableIterateInit @ 158 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   160
	NW_Encoder_StringTable_StringTableIterateNext @ 159 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   161
	NW_Encoder_StringTable_createFromDOM @ 160 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   162
	NW_Encoder_StringTable_delete @ 161 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   163
	NW_Encoder_StringTable_getStringTableOffset @ 162 NONAME ; (null)
hgs
parents:
diff changeset
   164
	NW_Encoder_StringTable_getTotalBytes @ 163 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   165
	NW_Encoder_StringTable_new @ 164 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   166
	CXML_Additional_Feature_Supprted @ 165 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   167
	NW_Encoder_StringTable_addToStringTable @ 166 NONAME ; (null)
hgs
parents:
diff changeset
   168
	NW_WBXML_Document_putTableString @ 167 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   169
	CXML_XML_Get_Entity @ 168 NONAME R3UNUSED ; (null)
hgs
parents:
diff changeset
   170
	CXML_DOM_DocumentNode_BuildTree @ 169 NONAME ; (null)
hgs
parents:
diff changeset
   171