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

Search list

[JSP/Javach4

Description: xml 两种解析方式的例子,sax和dom-xml examples of two analytical methods
Platform: | Size: 35840 | Author: yaozhen | Hits:

[xml-soap-webservicexmlDemo

Description: 1. 使用DOM(DOM、JDOM或DOM4J等开源工具)或SAX方式解析inquire.wsdl文件(见附件),结合Xpath,获取文件中有关Message类型的信息保存到Messages.xml,并使用XSLT将inquire.wsdl文件中所有与Message无关的信息滤掉,从而产生一个HTML页面,用来展示这些Message信息。-how to operate with xml documents
Platform: | Size: 14336 | Author: sophieChan | Hits:

[JSP/Javaasm-3.3.tar

Description: 专门用来操作java 字节码文件的开源框架,可以像sax,dom解析xml一样,解析class文件,并对class文件进行操作,hibernate等开源框架都是用它-Designed to operate in the open source java framework for bytecode file, can be like sax, dom, like xml parsing, parsing class files, and file class action, hibernate and other open source frameworks are to use it
Platform: | Size: 854016 | Author: 刘金良 | Hits:

[androidandroidweather

Description: android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
Platform: | Size: 3718144 | Author: | Hits:

[JSP/JavaParsingXML

Description: 用sax方法解析xml文件,url可以随意改写,解析后的数据以systemout打印在logcat中,可通过logcat看到打印的时间。源码中有写测试语句。-sax xml
Platform: | Size: 83968 | Author: hang | Hits:

[androidxmlii

Description: 在android环境中用sax法解析xml,url访问的是nextbus服务器,返回值是三个时间,并打印到了logcat中。用户可以自己找其他的url,改程序获取其他属性-sax xml
Platform: | Size: 46080 | Author: hang | Hits:

[JSP/Javapms_ssh_beta

Description: 通用权限管理系统,使用struts1.2.9+spring3.0.4+Hibernate3.5.6开发,本系统应该内置资源,操作,权限,角色和超级管理员。提供一个系统初始化的功能: XML技术:XML语法、DTD、Schema、XML的解析技术(DOM、SAX、JDOM、DOM4J) -Common rights management system, the use struts1.2.9+ spring3.0.4+ Hibernate3.5.6 development, the system should be built-in resources, operations, permissions, roles, and super-administrator. The function of a system initialization: XML technologies: XML syntax, DTD, Schema, XML parsing technologies (DOM, SAX, JDOM, DOM4J)
Platform: | Size: 14536704 | Author: gubo | Hits:

[xml-soap-webserviceme

Description: 解析xml文件主流的是dom与sax,本例是用dom解析xml文件的一个示例-Parse xml file with the mainstream of the dom sax, dom in this case is an example of parsing xml file
Platform: | Size: 1024 | Author: wyz | Hits:

[androidmySAXxml

Description: Android 应用软件,用sax 解释XML文件..效果比DOM等更好-Android applications, explain the XML file with the sax better than DOM, etc. .. better
Platform: | Size: 49152 | Author: wu410541767 | Hits:

[JSP/Javaparsexml

Description: java编写的多种解析xml文件的工程,sax,dom,jdom-tool to parse xml via sax,dom,jdom
Platform: | Size: 5120 | Author: 蒋勇男 | Hits:

[Industry researchjavafr_EXEMPLE-SAX-GENERATION-CLASS-JAVA-PARTIR-F

Description: this load it simple really
Platform: | Size: 435200 | Author: leila jarray | Hits:

[JSP/JavaExempleSAX

Description: exemple for use xml sax
Platform: | Size: 3072 | Author: adel | Hits:

[xml-soap-webserviceXml_Factory

Description: 四种对XML文件的解析方法,分别是Dom,Jdom,SAX和Dom4j这四种方法,并实现了对xml文件的增删改查功能-Four analytical methods for XML documents
Platform: | Size: 896000 | Author: 辰安绿 | Hits:

[JSP/JavaDom_Parse02

Description: 本源码完成的是对xml文件的解析,包括四种解析方法:dom,sax,jdom,dom4j!-The complete source code is parsing the xml file, including four analytical methods: dom, sax, jdom, dom4j!
Platform: | Size: 11264 | Author: 辰安绿 | Hits:

[androidXmlDemo

Description: xml解析,主要是用了sax解析方法,这个解析方法比其他的方法好。-xml parsing, the sax is the main analytical methods, this analytical method better than the other methods.
Platform: | Size: 57344 | Author: zhang | Hits:

[androiddata-storage(5)

Description: Android中解析xml文件的方法  SAX:Simple API for XML  DOM:Document Object Model  pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数,这些方法定义在ContentHandler接口中。 -Xml file parsing in Android method  SAX: Simple API for XML  DOM: Document Object Model  pull for SAX SAX parsing is fast and small footprint XML parser. SAX parsing XML file using the event-driven, that is, it does not need to parse the entire document, in order to parse the document according to the content process, SAX will determine whether the current read character in a certain part of the XML syntax, if the line is departure events. Fact that some so-called event callback function, these methods defined in the ContentHandler interface.
Platform: | Size: 113664 | Author: 玉树 | Hits:

[androidRSSReader_0200

Description: 基于android手机RSS应用:内容包括:SAX解析XML,adapter是使用已经listactivity的使用,如何动态展现xml的数据-Android-based mobile RSS application: include: SAX parsing XML, adapter is to use already listactivity use xml data to show how dynamic
Platform: | Size: 65536 | Author: 罗又 | Hits:

[JSP/JavaSAXTest

Description: sax学习,简单学习sax源码,简单的功能介绍-Simple to learn sax source, simple Features
Platform: | Size: 1024 | Author: langzhi | Hits:

[androidclient

Description: 这样基本上实现了通讯 还有要解决的是SAX对XML文件的解析。 解析其实挺简单的,只要继承一个DefaultHandler 。然后去重写它的一些方法就可以了。其实挺好用的。-This is basically there to achieve a communications solution that SAX parsing of XML documents. Resolution actually quite simple, as long as inherited a DefaultHandler. And then to rewrite some of its methods on it. In fact, very good use.
Platform: | Size: 475136 | Author: 草拟嘛 | Hits:

[androidKZH

Description: android sax数据解析,及升级自动检测,客户端-android sax data analysis, and upgrade automatically detects the client
Platform: | Size: 187392 | Author: 荷叶 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net