开发者

what is parsing ?And how we can implement it in j2me? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For h开发者_C百科elp clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

what is parsing ?And how we can implement it in j2me?


In computer science and linguistics, parsing, or, more formally, syntactic analysis, is the process of analyzing a text, made of a sequence of tokens (for example, words), to determine its grammatical structure with respect to a given (more or less) formal grammar.

Source: http://en.wikipedia.org/wiki/Parsing


Parsing is the process by which you scan a FILE (probably a text file) and do something with it. Depending on what you are trying to parse (XML, HTML, C code, Java code, anything...) you need to use a specific part of Java ME to do it.

Since I guess you are probably meaning XML parse, you can read this document to do it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜