搜索资源列表
jsXe
- jsXe 是java简单的XML编辑器。 它使用的Swing工具,JAXP,和DOM编写java.你可以以一种树状形式编写XML文档。 -jsXe java is a simple XML editor. It uses the Swing tools, JAXP, DOM and prepared java. You can form in a tree prepared XML documents.
JspTree
- jsp + xml实现treeview,用很少代码就能实现,超级简单-jsp+ xml achieve treeview, with very little code can achieve, super simple
FCA_Greysh_Configuration
- 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
VKX.java
- This sample read file xml and creater tree -This is sample read file xml and creater tree
JXMLEditor
- JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of this editor is to offer some features (tree view, drag & drop, syntax colorizing) to create XML documents easily. Also available as Eclipse Plugin.
AjaxTree
- ajax实现动态树结构,可以动态修改树结构!很不错的!-ajax very good
XMLTreeDiagram
- this java program draws a tree diagram for any XML document.incluing source code for learning. great !
Asg1_Evronia_14
- creating a directory tree of files and folders in a given destination, using xml dom parser.. written in java
Jsp.XML.tree.menu.library.development
- Jsp XML树状菜单类库开发代码Jsp XML tree menu code library development -Jsp XML tree menu code library development
XML
- 使用DOM解析XML文件 Dom解析是将xml文件全部载入,组装成一颗dom树,然后通过节点以及节点之间的关系来解析xml文件。对于特别大的文档,解析和加载整个文档可能很慢且很耗资源 http://www.iteye.com/topic/763926 -Dom XML file using DOM parser to parse the xml file is all loaded, assembled into a dom tree, then the relationship b
xstream-distribution-1.4.2-src
- 在越来越多项目的中xml扮演着重要的角色,程序对xml的解析也越来越频繁。常规的解析工具都是解析器把xml文档转化为一个包含其内容的树,并对树进行遍历,要实现将java对象序列化为xml或者再转换回来,则需要大量的代码实现。而使用XStream则不用任何映射就能实现多数java对象的序列化。-Play an important role in more and more projects in the xml process xml parsing more and more frequent.
java_dom_xml
- 对当前流行的xml进行解析,并且封装到java 类里面,本次解析采用的是w3c标准的dom树解析-On the popular XML parsing, and encapsulated into the Java Class, the analysis using the W3C standard DOM tree analysis
JavaCompiler3.0
- Java实现的一个编译器前端,可以生生成符号表和中间虚拟语法树。做了模块化设计,分别对象的前端,中间码还有后端进行的分别实现,任何一部分都可以写成自己的实现。有一个小MX5的测试文件,可以直接运行MX5.java-A compiler in Java implementation, it is be able to generate symbol table and abstract syntax tree, outputting them in a nice XML format. Each