Source Code Cross Referenced for WV.java in  » XML » kXML » org » kxml2 » wap » wv » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » kXML » org.kxml2.wap.wv 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        package org.kxml2.wap.wv;
002:
003:        import java.io.IOException;
004:
005:        import org.kxml2.wap.*;
006:
007:        /*
008:
009:         * WV.java
010:
011:         *
012:
013:         * Created on 25 September 2003, 10:40
014:
015:         */
016:
017:        /** 
018:         *    Wireless Village CSP 1.1 ("OMA-WV-CSP-V1_1-20021001-A.pdf")
019:         *    Wireless Village CSP 1.2 ("OMA-IMPS-WV-CSP_WBXML-v1_2-20030221-C.PDF")
020:         *    There are some bugs in the 1.2 spec but this is Ok. 1.2 is candidate  
021:         *
022:
023:         * @author  Bogdan Onoiu
024:
025:         */
026:
027:        public abstract class WV {
028:
029:            public static WbxmlParser createParser() throws IOException {
030:
031:                WbxmlParser parser = new WbxmlParser();
032:
033:                parser.setTagTable(0, WV.tagTablePage0);
034:                parser.setTagTable(1, WV.tagTablePage1);
035:                parser.setTagTable(2, WV.tagTablePage2);
036:                parser.setTagTable(3, WV.tagTablePage3);
037:                parser.setTagTable(4, WV.tagTablePage4);
038:                parser.setTagTable(5, WV.tagTablePage5);
039:                parser.setTagTable(6, WV.tagTablePage6);
040:                parser.setTagTable(7, WV.tagTablePage7);
041:                parser.setTagTable(8, WV.tagTablePage8);
042:                parser.setTagTable(9, WV.tagTablePage9);
043:                parser.setTagTable(10, WV.tagTablePageA);
044:
045:                parser.setAttrStartTable(0, WV.attrStartTable);
046:
047:                parser.setAttrValueTable(0, WV.attrValueTable);
048:
049:                return parser;
050:            }
051:
052:            public static final String[] tagTablePage0 = {
053:            /* Common ... continue on Page 0x09 */
054:            "Acceptance", //0x00, 0x05
055:                    "AddList", //0x00, 0x06
056:                    "AddNickList", //0x00, 0x07
057:                    "SName", //0x00, 0x08
058:                    "WV-CSP-Message", //0x00, 0x09
059:                    "ClientID", //0x00, 0x0A
060:                    "Code", //0x00, 0x0B
061:                    "ContactList", //0x00, 0x0C
062:                    "ContentData", //0x00, 0x0D
063:                    "ContentEncoding",//0x00, 0x0E
064:                    "ContentSize", //0x00, 0x0F
065:                    "ContentType", //0x00, 0x10
066:                    "DateTime", //0x00, 0x11
067:                    "Description", //0x00, 0x12
068:                    "DetailedResult", //0x00, 0x13
069:                    "EntityList", //0x00, 0x14
070:                    "Group", //0x00, 0x15
071:                    "GroupID", //0x00, 0x16
072:                    "GroupList", //0x00, 0x17
073:                    "InUse", //0x00, 0x18
074:                    "Logo", //0x00, 0x19
075:                    "MessageCount", //0x00, 0x1A
076:                    "MessageID", //0x00, 0x1B
077:                    "MessageURI", //0x00, 0x1C
078:                    "MSISDN", //0x00, 0x1D
079:                    "Name", //0x00, 0x1E
080:                    "NickList", //0x00, 0x1F
081:                    "NickName", //0x00, 0x20
082:                    "Poll", //0x00, 0x21
083:                    "Presence", //0x00, 0x22
084:                    "PresenceSubList",//0x00, 0x23
085:                    "PresenceValue", //0x00, 0x24
086:                    "Property", //0x00, 0x25
087:                    "Qualifier", //0x00, 0x26
088:                    "Recipient", //0x00, 0x27
089:                    "RemoveList", //0x00, 0x28
090:                    "RemoveNickList", //0x00, 0x29
091:                    "Result", //0x00, 0x2A
092:                    "ScreenName", //0x00, 0x2B
093:                    "Sender", //0x00, 0x2C
094:                    "Session", //0x00, 0x2D
095:                    "SessionDescriptor",//0x00, 0x2E
096:                    "SessionID", //0x00, 0x2F
097:                    "SessionType", //0x00, 0x30
098:                    "Status", //0x00, 0x31
099:                    "Transaction", //0x00, 0x32
100:                    "TransactionContent",//0x00, 0x33
101:                    "TransactionDescriptor",//0x00, 0x34
102:                    "TransactionID", //0x00, 0x35
103:                    "TransactionMode",//0x00, 0x36
104:                    "URL", //0x00, 0x37
105:                    "URLList", //0x00, 0x38
106:                    "User", //0x00, 0x39
107:                    "UserID", //0x00, 0x3A
108:                    "UserList", //0x00, 0x3B
109:                    "Validity", //0x00, 0x3C
110:                    "Value", //0x00, 0x3D
111:            };
112:
113:            public static final String[] tagTablePage1 = {
114:            /* Access ... continue on Page 0x0A */
115:            "AllFunctions", //  0x01, 0x05
116:                    "AllFunctionsRequest", //  0x01, 0x06
117:                    "CancelInvite-Request", //  0x01, 0x07
118:                    "CancelInviteUser-Request", //  0x01, 0x08
119:                    "Capability", //  0x01, 0x09
120:                    "CapabilityList", //  0x01, 0x0A
121:                    "CapabilityRequest", //  0x01, 0x0B
122:                    "ClientCapability-Request", //  0x01, 0x0C
123:                    "ClientCapability-Response",//  0x01, 0x0D
124:                    "DigestBytes", //  0x01, 0x0E
125:                    "DigestSchema", //  0x01, 0x0F
126:                    "Disconnect", //  0x01, 0x10
127:                    "Functions", //  0x01, 0x11
128:                    "GetSPInfo-Request", //  0x01, 0x12
129:                    "GetSPInfo-Response", //  0x01, 0x13
130:                    "InviteID", //  0x01, 0x14
131:                    "InviteNote", //  0x01, 0x15
132:                    "Invite-Request", //  0x01, 0x16
133:                    "Invite-Response", //  0x01, 0x17
134:                    "InviteType", //  0x01, 0x18
135:                    "InviteUser-Request", //  0x01, 0x19
136:                    "InviteUser-Response", //  0x01, 0x1A
137:                    "KeepAlive-Request", //  0x01, 0x1B
138:                    "KeepAliveTime", //  0x01, 0x1C
139:                    "Login-Request", //  0x01, 0x1D
140:                    "Login-Response", //  0x01, 0x1E
141:                    "Logout-Request", //  0x01, 0x1F
142:                    "Nonce", //  0x01, 0x20
143:                    "Password", //  0x01, 0x21
144:                    "Polling-Request", //  0x01, 0x22
145:                    "ResponseNote", //  0x01, 0x23
146:                    "SearchElement", //  0x01, 0x24
147:                    "SearchFindings", //  0x01, 0x25
148:                    "SearchID", //  0x01, 0x26
149:                    "SearchIndex", //  0x01, 0x27
150:                    "SearchLimit", //  0x01, 0x28
151:                    "KeepAlive-Response", //  0x01, 0x29
152:                    "SearchPairList", //  0x01, 0x2A
153:                    "Search-Request", //  0x01, 0x2B
154:                    "Search-Response", //  0x01, 0x2C
155:                    "SearchResult", //  0x01, 0x2D
156:                    "Service-Request", //  0x01, 0x2E
157:                    "Service-Response", //  0x01, 0x2F
158:                    "SessionCookie", //  0x01, 0x30
159:                    "StopSearch-Request", //  0x01, 0x31
160:                    "TimeToLive", //  0x01, 0x32
161:                    "SearchString", //  0x01, 0x33
162:                    "CompletionFlag", //  0x01, 0x34
163:                    null, //  0x01, 0x35
164:                    "ReceiveList", //  0x01, 0x36 /* WV 1.2 */
165:                    "VerifyID-Request", //  0x01, 0x37 /* WV 1.2 */
166:                    "Extended-Request", //  0x01, 0x38 /* WV 1.2 */
167:                    "Extended-Response", //  0x01, 0x39 /* WV 1.2 */
168:                    "AgreedCapabilityList", //  0x01, 0x3A /* WV 1.2 */
169:                    "Extended-Data", //  0x01, 0x3B /* WV 1.2 */
170:                    "OtherServer", //  0x01, 0x3C /* WV 1.2 */
171:                    "PresenceAttributeNSName",//0x01, 0x3D /* WV 1.2 */
172:                    "SessionNSName", //  0x01, 0x3E /* WV 1.2 */
173:                    "TransactionNSName", //  0x01, 0x3F /* WV 1.2 */
174:            };
175:
176:            public static final String[] tagTablePage2 = {
177:            /* Service ... continue on Page 0x08 */
178:            "ADDGM", //  0x02, 0x05
179:                    "AttListFunc", //  0x02, 0x06
180:                    "BLENT", //  0x02, 0x07
181:                    "CAAUT", //  0x02, 0x08
182:                    "CAINV", //  0x02, 0x09
183:                    "CALI", //  0x02, 0x0A
184:                    "CCLI", //  0x02, 0x0B
185:                    "ContListFunc", //  0x02, 0x0C
186:                    "CREAG", //  0x02, 0x0D
187:                    "DALI", //  0x02, 0x0E
188:                    "DCLI", //  0x02, 0x0F
189:                    "DELGR", //  0x02, 0x10
190:                    "FundamentalFeat",//0x02, 0x11
191:                    "FWMSG", //  0x02, 0x12
192:                    "GALS", //  0x02, 0x13
193:                    "GCLI", //  0x02, 0x14
194:                    "GETGM", //  0x02, 0x15
195:                    "GETGP", //  0x02, 0x16
196:                    "GETLM", //  0x02, 0x17
197:                    "GETM", //  0x02, 0x18
198:                    "GETPR", //  0x02, 0x19
199:                    "GETSPI", //  0x02, 0x1A
200:                    "GETWL", //  0x02, 0x1B
201:                    "GLBLU", //  0x02, 0x1C
202:                    "GRCHN", //  0x02, 0x1D
203:                    "GroupAuthFunc",//  0x02, 0x1E
204:                    "GroupFeat", //  0x02, 0x1F
205:                    "GroupMgmtFunc",//  0x02, 0x20
206:                    "GroupUseFunc", //  0x02, 0x21
207:                    "IMAuthFunc", //  0x02, 0x22
208:                    "IMFeat", //  0x02, 0x23
209:                    "IMReceiveFunc",//  0x02, 0x24
210:                    "IMSendFunc", //  0x02, 0x25
211:                    "INVIT", //  0x02, 0x26
212:                    "InviteFunc", //  0x02, 0x27
213:                    "MBRAC", //  0x02, 0x28
214:                    "MCLS", //  0x02, 0x29
215:                    "MDELIV", //  0x02, 0x2A
216:                    "NEWM", //  0x02, 0x2B
217:                    "NOTIF", //  0x02, 0x2C
218:                    "PresenceAuthFunc",//0x02, 0x2D
219:                    "PresenceDeliverFunc",//0x02, 0x2E
220:                    "PresenceFeat", //  0x02, 0x2F
221:                    "REACT", //  0x02, 0x30
222:                    "REJCM", //  0x02, 0x31
223:                    "REJEC", //  0x02, 0x32
224:                    "RMVGM", //  0x02, 0x33
225:                    "SearchFunc", //  0x02, 0x34
226:                    "ServiceFunc", //  0x02, 0x35
227:                    "SETD", //  0x02, 0x36
228:                    "SETGP", //  0x02, 0x37
229:                    "SRCH", //  0x02, 0x38
230:                    "STSRC", //  0x02, 0x39
231:                    "SUBGCN", //  0x02, 0x3A
232:                    "UPDPR", //  0x02, 0x3B
233:                    "WVCSPFeat", //  0x02, 0x3C
234:                    "MF", //  0x02, 0x3D /* WV 1.2 */
235:                    "MG", //  0x02, 0x3E /* WV 1.2 */
236:                    "MM" //  0x02, 0x3F /* WV 1.2 */
237:            };
238:
239:            public static final String[] tagTablePage3 = {
240:            /* Client Capability */
241:            "AcceptedCharset", //  0x03, 0x05
242:                    "AcceptedContentLength", //  0x03, 0x06
243:                    "AcceptedContentType", //  0x03, 0x07
244:                    "AcceptedTransferEncoding", //  0x03, 0x08
245:                    "AnyContent", //  0x03, 0x09
246:                    "DefaultLanguage", //  0x03, 0x0A
247:                    "InitialDeliveryMethod", //  0x03, 0x0B
248:                    "MultiTrans", //  0x03, 0x0C
249:                    "ParserSize", //  0x03, 0x0D
250:                    "ServerPollMin", //  0x03, 0x0E
251:                    "SupportedBearer", //  0x03, 0x0F
252:                    "SupportedCIRMethod", //  0x03, 0x10
253:                    "TCPAddress", //  0x03, 0x11
254:                    "TCPPort", //  0x03, 0x12
255:                    "UDPPort" //  0x03, 0x13
256:            };
257:
258:            public static final String[] tagTablePage4 = {
259:            /* Presence Primitive */
260:            "CancelAuth-Request", //  0x04, 0x05
261:                    "ContactListProperties", //  0x04, 0x06
262:                    "CreateAttributeList-Request", //  0x04, 0x07
263:                    "CreateList-Request", //  0x04, 0x08
264:                    "DefaultAttributeList", //  0x04, 0x09
265:                    "DefaultContactList", //  0x04, 0x0A
266:                    "DefaultList", //  0x04, 0x0B
267:                    "DeleteAttributeList-Request", //  0x04, 0x0C
268:                    "DeleteList-Request", //  0x04, 0x0D
269:                    "GetAttributeList-Request", //  0x04, 0x0E
270:                    "GetAttributeList-Response", //  0x04, 0x0F
271:                    "GetList-Request", //  0x04, 0x10
272:                    "GetList-Response", //  0x04, 0x11
273:                    "GetPresence-Request", //  0x04, 0x12
274:                    "GetPresence-Response", //  0x04, 0x13
275:                    "GetWatcherList-Request", //  0x04, 0x14
276:                    "GetWatcherList-Response", //  0x04, 0x15
277:                    "ListManage-Request", //  0x04, 0x16
278:                    "ListManage-Response", //  0x04, 0x17
279:                    "UnsubscribePresence-Request", //  0x04, 0x18
280:                    "PresenceAuth-Request", //  0x04, 0x19
281:                    "PresenceAuth-User", //  0x04, 0x1A
282:                    "PresenceNotification-Request", //  0x04, 0x1B
283:                    "UpdatePresence-Request", //  0x04, 0x1C
284:                    "SubscribePresence-Request", //  0x04, 0x1D
285:                    "Auto-Subscribe", //  0x04, 0x1E /* WV 1.2 */
286:                    "GetReactiveAuthStatus-Request",//  0x04, 0x1F /* WV 1.2 */
287:                    "GetReactiveAuthStatus-Response",// 0x04, 0x20 /* WV 1.2 */
288:            };
289:
290:            public static final String[] tagTablePage5 = {
291:            /* Presence Attribute */
292:            "Accuracy", //  0x05, 0x05
293:                    "Address", //  0x05, 0x06
294:                    "AddrPref", //  0x05, 0x07
295:                    "Alias", //  0x05, 0x08
296:                    "Altitude", //  0x05, 0x09
297:                    "Building", //  0x05, 0x0A
298:                    "Caddr", //  0x05, 0x0B
299:                    "City", //  0x05, 0x0C
300:                    "ClientInfo", //  0x05, 0x0D
301:                    "ClientProducer", //  0x05, 0x0E
302:                    "ClientType", //  0x05, 0x0F
303:                    "ClientVersion", //  0x05, 0x10
304:                    "CommC", //  0x05, 0x11
305:                    "CommCap", //  0x05, 0x12
306:                    "ContactInfo", //  0x05, 0x13
307:                    "ContainedvCard", //  0x05, 0x14
308:                    "Country", //  0x05, 0x15
309:                    "Crossing1", //  0x05, 0x16
310:                    "Crossing2", //  0x05, 0x17
311:                    "DevManufacturer", //  0x05, 0x18
312:                    "DirectContent", //  0x05, 0x19
313:                    "FreeTextLocation", //  0x05, 0x1A
314:                    "GeoLocation", //  0x05, 0x1B
315:                    "Language", //  0x05, 0x1C
316:                    "Latitude", //  0x05, 0x1D
317:                    "Longitude", //  0x05, 0x1E
318:                    "Model", //  0x05, 0x1F
319:                    "NamedArea", //  0x05, 0x20
320:                    "OnlineStatus", //  0x05, 0x21
321:                    "PLMN", //  0x05, 0x22
322:                    "PrefC", //  0x05, 0x23
323:                    "PreferredContacts",//  0x05, 0x24
324:                    "PreferredLanguage",//  0x05, 0x25
325:                    "PreferredContent", //  0x05, 0x26
326:                    "PreferredvCard", //  0x05, 0x27
327:                    "Registration", //  0x05, 0x28
328:                    "StatusContent", //  0x05, 0x29
329:                    "StatusMood", //  0x05, 0x2A
330:                    "StatusText", //  0x05, 0x2B
331:                    "Street", //  0x05, 0x2C
332:                    "TimeZone", //  0x05, 0x2D
333:                    "UserAvailability", //  0x05, 0x2E
334:                    "Cap", //  0x05, 0x2F
335:                    "Cname", //  0x05, 0x30
336:                    "Contact", //  0x05, 0x31
337:                    "Cpriority", //  0x05, 0x32
338:                    "Cstatus", //  0x05, 0x33
339:                    "Note", //  0x05, 0x34 /* WV 1.2 */
340:                    "Zone", //  0x05, 0x35
341:                    null, "Inf_link", //  0x05, 0x37 /* WV 1.2 */
342:                    "InfoLink", //  0x05, 0x38 /* WV 1.2 */
343:                    "Link", //  0x05, 0x39 /* WV 1.2 */
344:                    "Text", //  0x05, 0x3A /* WV 1.2 */
345:            };
346:
347:            public static final String[] tagTablePage6 = {
348:            /* Messaging */
349:            "BlockList", //  0x06, 0x05
350:                    //      "BlockUser-Request",        //  0x06, 0x06  //This is a bug in the spec
351:                    "BlockEntity-Request", //  0x06, 0x06  
352:                    "DeliveryMethod", //  0x06, 0x07
353:                    "DeliveryReport", //  0x06, 0x08
354:                    "DeliveryReport-Request", //  0x06, 0x09
355:                    "ForwardMessage-Request", //  0x06, 0x0A
356:                    "GetBlockedList-Request", //  0x06, 0x0B
357:                    "GetBlockedList-Response", //  0x06, 0x0C
358:                    "GetMessageList-Request", //  0x06, 0x0D
359:                    "GetMessageList-Response", //  0x06, 0x0E
360:                    "GetMessage-Request", //  0x06, 0x0F
361:                    "GetMessage-Response", //  0x06, 0x10
362:                    "GrantList", //  0x06, 0x11
363:                    "MessageDelivered", //  0x06, 0x12
364:                    "MessageInfo", //  0x06, 0x13
365:                    "MessageNotification", //  0x06, 0x14
366:                    "NewMessage", //  0x06, 0x15
367:                    "RejectMessage-Request", //  0x06, 0x16
368:                    "SendMessage-Request", //  0x06, 0x17
369:                    "SendMessage-Response", //  0x06, 0x18
370:                    "SetDeliveryMethod-Request",//  0x06, 0x19
371:                    "DeliveryTime", //  0x06, 0x1A
372:            };
373:
374:            public static final String[] tagTablePage7 = {
375:            /* Group */
376:            "AddGroupMembers-Request", //  0x07, 0x05
377:                    "Admin", //  0x07, 0x06
378:                    "CreateGroup-Request", //  0x07, 0x07
379:                    "DeleteGroup-Request", //  0x07, 0x08
380:                    "GetGroupMembers-Request", //  0x07, 0x09
381:                    "GetGroupMembers-Response", //  0x07, 0x0A
382:                    "GetGroupProps-Request", //  0x07, 0x0B
383:                    "GetGroupProps-Response", //  0x07, 0x0C
384:                    "GroupChangeNotice", //  0x07, 0x0D
385:                    "GroupProperties", //  0x07, 0x0E
386:                    "Joined", //  0x07, 0x0F
387:                    "JoinedRequest", //  0x07, 0x10
388:                    "JoinGroup-Request", //  0x07, 0x11
389:                    "JoinGroup-Response", //  0x07, 0x12
390:                    "LeaveGroup-Request", //  0x07, 0x13
391:                    "LeaveGroup-Response", //  0x07, 0x14
392:                    "Left", //  0x07, 0x15
393:                    "MemberAccess-Request", //  0x07, 0x16
394:                    "Mod", //  0x07, 0x17
395:                    "OwnProperties", //  0x07, 0x18
396:                    "RejectList-Request", //  0x07, 0x19
397:                    "RejectList-Response", //  0x07, 0x1A
398:                    "RemoveGroupMembers-Request",// 0x07, 0x1B
399:                    "SetGroupProps-Request", //  0x07, 0x1C
400:                    "SubscribeGroupNotice-Request", //  0x07, 0x1D
401:                    "SubscribeGroupNotice-Response",//  0x07, 0x1E
402:                    "Users", //  0x07, 0x1F
403:                    "WelcomeNote", //  0x07, 0x20
404:                    "JoinGroup", //  0x07, 0x21
405:                    "SubscribeNotification", //  0x07, 0x22
406:                    "SubscribeType", //  0x07, 0x23
407:                    "GetJoinedUsers-Request", //  0x07, 0x24 /* WV 1.2 */
408:                    "GetJoinedUsers-Response", //  0x07, 0x25 /* WV 1.2 */
409:                    "AdminMapList", //  0x07, 0x26 /* WV 1.2 */
410:                    "AdminMapping", //  0x07, 0x27 /* WV 1.2 */
411:                    "Mapping", //  0x07, 0x28 /* WV 1.2 */
412:                    "ModMapping", //  0x07, 0x29 /* WV 1.2 */
413:                    "UserMapList", //  0x07, 0x2A /* WV 1.2 */
414:                    "UserMapping", //  0x07, 0x2B /* WV 1.2 */
415:            };
416:
417:            public static final String[] tagTablePage8 = {
418:            /* Service ... continued */
419:            "MP", //  0x08, 0x05 /* WV 1.2 */
420:                    "GETAUT", //  0x08, 0x06 /* WV 1.2 */
421:                    "GETJU", //  0x08, 0x07 /* WV 1.2 */
422:                    "VRID", //  0x08, 0x08 /* WV 1.2 */
423:                    "VerifyIDFunc", //  0x08, 0x09 /* WV 1.2 */
424:            };
425:
426:            public static final String[] tagTablePage9 = {
427:            /* Common ... continued */
428:            "CIR", //  0x09, 0x05 /* WV 1.2 */
429:                    "Domain", //  0x09, 0x06 /* WV 1.2 */
430:                    "ExtBlock", //  0x09, 0x07 /* WV 1.2 */
431:                    "HistoryPeriod", //  0x09, 0x08 /* WV 1.2 */
432:                    "IDList", //  0x09, 0x09 /* WV 1.2 */
433:                    "MaxWatcherList", //  0x09, 0x0A /* WV 1.2 */
434:                    "ReactiveAuthState", //  0x09, 0x0B /* WV 1.2 */
435:                    "ReactiveAuthStatus", //  0x09, 0x0C /* WV 1.2 */
436:                    "ReactiveAuthStatusList", //  0x09, 0x0D /* WV 1.2 */
437:                    "Watcher", //  0x09, 0x0E /* WV 1.2 */
438:                    "WatcherStatus" //  0x09, 0x0F /* WV 1.2 */
439:            };
440:
441:            public static final String[] tagTablePageA = {
442:            /* Access ... continued */
443:            "WV-CSP-NSDiscovery-Request", //0x0A, 0x05 /* WV 1.2 */
444:                    "WV-CSP-NSDiscovery-Response", //0x0A, 0x06 /* WV 1.2 */
445:                    "VersionList" //0x0A, 0x07 /* WV 1.2 */
446:            };
447:
448:            public static final String[] attrStartTable = {
449:                    "xmlns=http://www.wireless-village.org/CSP",//  0x00, 0x05
450:                    "xmlns=http://www.wireless-village.org/PA", //  0x00, 0x06
451:                    "xmlns=http://www.wireless-village.org/TRC",//  0x00, 0x07
452:                    "xmlns=http://www.openmobilealliance.org/DTD/WV-CSP", //  0x00, 0x08
453:                    "xmlns=http://www.openmobilealliance.org/DTD/WV-PA", //  0x00, 0x09
454:                    "xmlns=http://www.openmobilealliance.org/DTD/WV-TRC", //  0x00, 0x0A
455:            };
456:
457:            public static final String[] attrValueTable = {
458:
459:            "AccessType", // 0x00 /* Common value token */
460:                    "ActiveUsers", // 0x01 /* Common value token */
461:                    "Admin", // 0x02 /* Common value token */
462:                    "application/", // 0x03 /* Common value token */
463:                    "application/vnd.wap.mms-message", // 0x04 /* Common value token */
464:                    "application/x-sms", // 0x05 /* Common value token */
465:                    "AutoJoin", // 0x06 /* Common value token */
466:                    "BASE64", // 0x07 /* Common value token */
467:                    "Closed", // 0x08 /* Common value token */
468:                    "Default", // 0x09 /* Common value token */
469:                    "DisplayName", // 0x0a /* Common value token */
470:                    "F", // 0x0b /* Common value token */
471:                    "G", // 0x0c /* Common value token */
472:                    "GR", // 0x0d /* Common value token */
473:                    "http://", // 0x0e /* Common value token */
474:                    "https://", // 0x0f /* Common value token */
475:                    "image/", // 0x10 /* Common value token */
476:                    "Inband", // 0x11 /* Common value token */
477:                    "IM", // 0x12 /* Common value token */
478:                    "MaxActiveUsers", // 0x13 /* Common value token */
479:                    "Mod", // 0x14 /* Common value token */
480:                    "Name", // 0x15 /* Common value token */
481:                    "None", // 0x16 /* Common value token */
482:                    "N", // 0x17 /* Common value token */
483:                    "Open", // 0x18 /* Common value token */
484:                    "Outband", // 0x19 /* Common value token */
485:                    "PR", // 0x1a /* Common value token */
486:                    "Private", // 0x1b /* Common value token */
487:                    "PrivateMessaging", // 0x1c /* Common value token */
488:                    "PrivilegeLevel", // 0x1d /* Common value token */
489:                    "Public", // 0x1e /* Common value token */
490:                    "P", // 0x1f /* Common value token */
491:                    "Request", // 0x20 /* Common value token */
492:                    "Response", // 0x21 /* Common value token */
493:                    "Restricted", // 0x22 /* Common value token */
494:                    "ScreenName", // 0x23 /* Common value token */
495:                    "Searchable", // 0x24 /* Common value token */
496:                    "S", // 0x25 /* Common value token */
497:                    "SC", // 0x26 /* Common value token */
498:                    "text/", // 0x27 /* Common value token */
499:                    "text/plain", // 0x28 /* Common value token */
500:                    "text/x-vCalendar", // 0x29 /* Common value token */
501:                    "text/x-vCard", // 0x2a /* Common value token */
502:                    "Topic", // 0x2b /* Common value token */
503:                    "T", // 0x2c /* Common value token */
504:                    "Type", // 0x2d /* Common value token */
505:                    "U", // 0x2e /* Common value token */
506:                    "US", // 0x2f /* Common value token */
507:                    "www.wireless-village.org", // 0x30 /* Common value token */
508:                    "AutoDelete", // 0x31 /* Common value token */ /* WV 1.2 */
509:                    "GM", // 0x32 /* Common value token */ /* WV 1.2 */
510:                    "Validity", // 0x33 /* Common value token */ /* WV 1.2 */
511:                    "ShowID", // 0x34 /* Common value token */ /* WV 1.2 */
512:                    "GRANTED", // 0x35 /* Common value token */ /* WV 1.2 */
513:                    "PENDING", // 0x36 /* Common value token */ /* WV 1.2 */
514:                    null, // 0x37
515:                    null, // 0x38
516:                    null, // 0x39
517:                    null, // 0x3a
518:                    null, // 0x3b
519:                    null, // 0x3c
520:                    "GROUP_ID", // 0x3d /* Access value token */
521:                    "GROUP_NAME", // 0x3e /* Access value token */
522:                    "GROUP_TOPIC", // 0x3f /* Access value token */
523:                    "GROUP_USER_ID_JOINED", // 0x40 /* Access value token */
524:                    "GROUP_USER_ID_OWNER", // 0x41 /* Access value token */
525:                    "HTTP", // 0x42 /* Access value token */
526:                    "SMS", // 0x43 /* Access value token */
527:                    "STCP", // 0x44 /* Access value token */
528:                    "SUDP", // 0x45 /* Access value token */
529:                    "USER_ALIAS", // 0x46 /* Access value token */
530:                    "USER_EMAIL_ADDRESS", // 0x47 /* Access value token */
531:                    "USER_FIRST_NAME", // 0x48 /* Access value token */
532:                    "USER_ID", // 0x49 /* Access value token */
533:                    "USER_LAST_NAME", // 0x4a /* Access value token */
534:                    "USER_MOBILE_NUMBER", // 0x4b /* Access value token */
535:                    "USER_ONLINE_STATUS", // 0x4c /* Access value token */
536:                    "WAPSMS", // 0x4d /* Access value token */
537:                    "WAPUDP", // 0x4e /* Access value token */
538:                    "WSP", // 0x4f /* Access value token */
539:                    "GROUP_USER_ID_AUTOJOIN", // 0x50 /* Access value token */ /* WV 1.2 */
540:                    null, // 0x51
541:                    null, // 0x52
542:                    null, // 0x53
543:                    null, // 0x54
544:                    null, // 0x55
545:                    null, // 0x56
546:                    null, // 0x57
547:                    null, // 0x58
548:                    null, // 0x59
549:                    null, // 0x5a
550:                    "ANGRY", // 0x5b /* Presence value token */
551:                    "ANXIOUS", // 0x5c /* Presence value token */
552:                    "ASHAMED", // 0x5d /* Presence value token */
553:                    "AUDIO_CALL", // 0x5e /* Presence value token */
554:                    "AVAILABLE", // 0x5f /* Presence value token */
555:                    "BORED", // 0x60 /* Presence value token */
556:                    "CALL", // 0x61 /* Presence value token */
557:                    "CLI", // 0x62 /* Presence value token */
558:                    "COMPUTER", // 0x63 /* Presence value token */
559:                    "DISCREET", // 0x64 /* Presence value token */
560:                    "EMAIL", // 0x65 /* Presence value token */
561:                    "EXCITED", // 0x66 /* Presence value token */
562:                    "HAPPY", // 0x67 /* Presence value token */
563:                    "IM", // 0x68 /* Presence value token */
564:                    "IM_OFFLINE", // 0x69 /* Presence value token */
565:                    "IM_ONLINE", // 0x6a /* Presence value token */
566:                    "IN_LOVE", // 0x6b /* Presence value token */
567:                    "INVINCIBLE", // 0x6c /* Presence value token */
568:                    "JEALOUS", // 0x6d /* Presence value token */
569:                    "MMS", // 0x6e /* Presence value token */
570:                    "MOBILE_PHONE", // 0x6f /* Presence value token */
571:                    "NOT_AVAILABLE", // 0x70 /* Presence value token */
572:                    "OTHER", // 0x71 /* Presence value token */
573:                    "PDA", // 0x72 /* Presence value token */
574:                    "SAD", // 0x73 /* Presence value token */
575:                    "SLEEPY", // 0x74 /* Presence value token */
576:                    "SMS", // 0x75 /* Presence value token */
577:                    "VIDEO_CALL", // 0x76 /* Presence value token */
578:                    "VIDEO_STREAM", // 0x77 /* Presence value token */
579:            };
580:
581:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.