文件名称:XmlStringParser
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
XML 解释器(字符串变量):
通常的XML解释,可能用Xerces,但这些解释器只能针对流(Stream),可以读取网络、文件的字符流进行解释,但是不能对内存中的字符串进行解释XML节点。
本代码可以解决这个问题,而且可以支持UTF8、UTF16LE、UTF16BE等字符集。
-XML Interpreter (a string variable) : usually XML, it is possible using Xerces, But these explanations can only against flow (Stream), the network can read documents of the characters flow interpretation But not the memory of a string explain XML nodes. The code can solve this problem, but can support UTF8, UTF16LE. UTF16BE etc. Character Set.
通常的XML解释,可能用Xerces,但这些解释器只能针对流(Stream),可以读取网络、文件的字符流进行解释,但是不能对内存中的字符串进行解释XML节点。
本代码可以解决这个问题,而且可以支持UTF8、UTF16LE、UTF16BE等字符集。
-XML Interpreter (a string variable) : usually XML, it is possible using Xerces, But these explanations can only against flow (Stream), the network can read documents of the characters flow interpretation But not the memory of a string explain XML nodes. The code can solve this problem, but can support UTF8, UTF16LE. UTF16BE etc. Character Set.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
build.properties
build.xml
ReadMe.txt
src
...\App.properties
...\com
...\...\hiany
...\...\.....\util
...\...\.....\....\PropertyManager.java
...\...\.....\....\Strings.java
...\...\.....\xml
...\...\.....\...\Stanza.java
...\...\.....\...\StanzaParser.java
...\...\.....\...\StanzaParserUtf16.java
...\...\.....\...\StanzaParserUtf8.java
...\log4j.properties
...\tests
...\.....\testCharset.java
...\.....\testParserUtf16.java
...\.....\testParserUtf8.java
...\.....\testStrings.java
build.xml
ReadMe.txt
src
...\App.properties
...\com
...\...\hiany
...\...\.....\util
...\...\.....\....\PropertyManager.java
...\...\.....\....\Strings.java
...\...\.....\xml
...\...\.....\...\Stanza.java
...\...\.....\...\StanzaParser.java
...\...\.....\...\StanzaParserUtf16.java
...\...\.....\...\StanzaParserUtf8.java
...\log4j.properties
...\tests
...\.....\testCharset.java
...\.....\testParserUtf16.java
...\.....\testParserUtf8.java
...\.....\testStrings.java