技术字典
fuweibo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SAX
What is SAX? SAX (Simple API for XML) like DOM (Document Object Model) gives access to the information stored in XML documents using any programming language (and a parser for that language). Howev转载 2006-03-29 11:41:00 · 1105 阅读 · 0 评论 -
XSLT
XSLT ---- the XML Stylesheet Language for Transformations。 This the transformation language, which lets you transform XML into some other format. For example, you might use XSLT to produce转载 2006-03-29 13:39:00 · 1067 阅读 · 0 评论 -
JDOM
JDOM是一种面向Java的读、写和操作XML文档的API。JDOM 与现行的SAX 和DOM标准兼容,为Java 程序员提供了一个简单、轻量的XML文档操作方法。由于JDOM是专门为Java 程序员开发的,所以采用许多Java语言的优秀特性,比如方法重载、集合(Collections)和类映射(Reflection)。转载 2006-03-30 17:02:00 · 1100 阅读 · 0 评论 -
xalan
xalan xalan-java是一套xslt处理器,用来将 XML文件转换为HTML,TEXT和XML等其他类型文件格式。支持XSLT1.0和XPATH 1.0版。开发人员可以通过命令行方式或在JAVA APPLET和SERVLET中使用,并可以作为自己开发的应用程序的类库使用。xalan-java实现的是transformation API for XML(TRaX)接口,此接口为jaxp转载 2006-03-30 16:27:00 · 1884 阅读 · 0 评论 -
XJTL
JSTL---JSP Standard Tag Library XJTL----XML JSP Tag Library XJTL contains two sub-libraries. One was designed to generate XML dynamically in JSP pages and the other contains JSP actions for p转载 2006-03-29 17:12:00 · 991 阅读 · 0 评论 -
Dom4j
Dom4j是一个易用的、开源的库,用于XML,XPath和XSLT。它应用于Java平台,采用了Java集合框架并完全支持DOM,SAX和JAXP。转载 2006-03-30 17:02:00 · 1180 阅读 · 0 评论 -
XJTL
XJTL----XML JSP Tag Library XJTL contains two sub-libraries. One was designed to generate XML dynamically in JSP pages and the other contains JSP actions for parsing and processing XML on the se转载 2006-03-29 17:10:00 · 1005 阅读 · 0 评论 -
SAX
SAX---the Simple API for XML SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a “de facto” standard. The current version is SAX转载 2006-03-29 13:43:00 · 1080 阅读 · 0 评论 -
JAXP
JAXP--Java API for Xml ProcessingJAXP: Java API for XML ProcessingThis API is the subject of the present tutorial. It provides a common interface for creating and using the standard SAX, DOM,转载 2006-03-29 11:40:00 · 1172 阅读 · 0 评论 -
xerces
Xerces是由Apache组织所推动的一项XML文档解析开源项目,它目前有多种语言版本包括JAVA、C++、PERL、COM等。转载 2006-03-30 17:01:00 · 1265 阅读 · 0 评论 -
GUN GNOME
GNOME GNU Network Object Model Environment GNU 工程 开始於一九八四年,旨在发展一个类似 Unix ,且为 自由软件 的完整操作系统: GNU 系统。(GNU 是由“GNUs Not Unix”所递回定义出的首字母缩写语;它的发音为“guh-NEW”)。各种使用 Linux 作为内核的 GNU 操作系统正被广泛地使用著;虽然这些系统通常被称作为转载 2006-11-22 19:42:00 · 1127 阅读 · 0 评论
分享