Welcome![Sign In][Sign Up]
Location:
Search - sax

Search list

[xml-soap-webserviceXMLchaxunyuju

Description: SAX是Simple API for XML的缩写,它并不是由W3C官方所提出的标准,可以说是“民间”的事实标准。实际上,它是一种社区性质的讨论产物。-虽然如此,在XML中对SAX的应用丝毫不比DOM少,几乎所有的XML解析器都会支持它
Platform: | Size: 4862976 | Author: why354 | Hits:

[JSP/JavaFCA_Greysh_Configuration

Description: 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~ Helloworld 笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties. Xml files exist to expand the biggest benefits of a good sax or dom in general with the direction of these two frameworks, such as DOM4J, JDOM, etc.. Sun introduced JAXM (Java API for XML Messaging) is also used DOM4J. SAX approach because a similar streaming media, are progressive and do not need the full load. And DOM are all loaded in memory, spanning tree. SAX and thus the better read performance than the DOM, but DOM is better if modified. properties of paper as an extension of xml, but can not realize there is a lot of the advanta
Platform: | Size: 1054720 | Author: Greysh | Hits:

[JSP/Java6

Description: 使用SAX解析XML,提取数据并存入数据库-SAX analytical use XML, to extract data and database
Platform: | Size: 3072 | Author: fj | Hits:

[.netVC_WND_SAX

Description: 用VC写的XML分析器,支持非连续性分析!-VC with the XML parser written in support of non-continuity analysis!
Platform: | Size: 18077696 | Author: ljh | Hits:

[JSP/JavaParseXML

Description: 很好的解析XML文件,利用的SAX库,很方便-parse XML class
Platform: | Size: 1024 | Author: geometrist | Hits:

[OtherXMLmodelparse

Description: 这也是一个关于KML解析的程序。。只是这个思想跟sax解析的思想不同。。希望读者看了以后会有所收获-this is also a very good mathod to parse the kml。。。
Platform: | Size: 2152448 | Author: 费聪聪 | Hits:

[OtherSAXReader

Description: 一个关于SAX的解析器。能够解析相关数据库文档-One on the SAX parser. Be able to resolve relational database documentation
Platform: | Size: 4096 | Author: sun | Hits:

[JSPJavafourwaystoparseXMLfiles

Description: Java解析XML文件的四种方法。DOM、SAX、JDOM、DOM4J-Java four ways to parse XML files
Platform: | Size: 9216 | Author: olin017 | Hits:

[xml-soap-webservicetestJAXP

Description: 分别使用DOM和SAX读写XML文档的代码,可以导入到ECLIPSE中-wu
Platform: | Size: 12288 | Author: yangli | Hits:

[JSP/Javaxmlparser

Description: 分别用DOM、SAX、JDOM对XML文档进行解析-Respectively DOM, SAX, JDOM parsing of the XML document
Platform: | Size: 138240 | Author: bandianhong | Hits:

[Software EngineeringSaxRead

Description: 有Java 编写的 sax 解析器,可以很方便的了解xml文件内容,并进行输出-a program is using sax analysis xml by Java。you can know the xml document easily。NetBeans 6.5.1。
Platform: | Size: 13312 | Author: 董双龙 | Hits:

[JSP/Javaxml001

Description: 通过dom4j,sax方式解析xml文件-By dom4j, sax parsing xml file form
Platform: | Size: 1012736 | Author: 张飞 | Hits:

[JSP/JavajavaSAXsource

Description: SAX 例子, 其中包含被读取的xml文档,读取的java类文件,输出的类文件。 非常好用。-SAX read in and output
Platform: | Size: 4096 | Author: song | Hits:

[JSP/JavaXMLParser

Description: 利用java代码解析xml 包括dom,jdom,sax三种解析方式-Xml parsing using java code, including dom, jdom, sax of three analytical methods
Platform: | Size: 174080 | Author: kafka | Hits:

[JSP/JavaJavaAllCode

Description: 利用XercesJ解析xml文档实例(sax方式和serializer过滤器方式)-Xml instance document parsing using XercesJ (sax ways and serializer filter mode)
Platform: | Size: 1155072 | Author: gamevai | Hits:

[JSP/Javajavaxml

Description: java操作xml文件的源码。包括了各种函数,包含JDom,sax等。-xml file java source operation. Including a variety of functions, including JDom, sax, etc..
Platform: | Size: 12288 | Author: 吴红超 | Hits:

[Symbiansymbian14

Description: symbian c++的十四个经典实例.包括QT和音乐播放器等。-14 examples for symbian c++
Platform: | Size: 10134528 | Author: Woody | Hits:

[xml-soap-webservicexml.tar

Description: 这是perl中使用xml的一个运行库.-XML::SAX is a new way to work with XML Parsers in Perl. In this article we ll discuss why you should be using SAX, why you should be using XML::SAX, and we ll see some of the finer implementation details. The text below assumes some familiarity with callback, or push based parsing, but if you are unfamiliar with these techniques then a good place to start is Kip Hampton s excellent series of articles on XML.com.
Platform: | Size: 76800 | Author: 搞搞 | Hits:

[JSP/Javaxmlread

Description: dom和sax解析技术读取和写入xml文件-read and write into xml for dom or sax
Platform: | Size: 8192 | Author: zhangxin_08new | Hits:

[JSP/JavaSAX_interfaces_Java_implementation_file_parsing_bo

Description: Java实现SAX接口解析book.xml文件SAX interfaces Java implementation file parsing book.xml-SAX interfaces Java implementation file parsing book.xml
Platform: | Size: 1024 | Author: 3 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net