由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JAVA XML Question - DocumentBuilderFactory
相关主题
jvm是怎么implement monitor的?Java on AIX
Is this a Bug or not?java内存泄露问题
Configuration File reading.. xml?想用javascript开发应用
need help from the J2EE expert去做J2EE好,还是Android好?
请教,business analyst 适合学什么语言?Java XML parser的问题
能这么 create thread 吗?要不要搞个.net版?
spring questionjava & XML 2 example problem
JAVA SDK language setting一个java servelet 的问题
相关话题的讨论汇总
话题: question话题: xml话题: java
进入Java版参与讨论
1 (共1页)
b*e
发帖数: 3845
1
Hello. javax.xml.parsers defines the abstract class -
DocumentBuilderFactory. I'm trying to find an implementation of
this class. Specifically, I'm looking for the sun implementation.
Can anybody tell me which jar files in j2sdk1.4.2 contains sun's
implementation? Thanks.
g**********y
发帖数: 14569
2
What are you looking for? source code or implementation classes?
If source code, unzip the src.zip and read org/apache/crimson; If package, it
is included in the SDK, there is no separate jar file needed. Unjar rt.jar and
you will see it.
BTW, 1.4.2 uses crimson, an old implementation; 1.5.0 uses xerces, an newer
one. Both from Apache.

【在 b*e 的大作中提到】
: Hello. javax.xml.parsers defines the abstract class -
: DocumentBuilderFactory. I'm trying to find an implementation of
: this class. Specifically, I'm looking for the sun implementation.
: Can anybody tell me which jar files in j2sdk1.4.2 contains sun's
: implementation? Thanks.

1 (共1页)
进入Java版参与讨论
相关主题
一个java servelet 的问题请教,business analyst 适合学什么语言?
Java那些XML的config file是怎么生成的?能这么 create thread 吗?
要将数据同时生成JSON和XML, 应该先生成哪个,再转换成另一个spring question
[转载] help please on JavaJAVA SDK language setting
jvm是怎么implement monitor的?Java on AIX
Is this a Bug or not?java内存泄露问题
Configuration File reading.. xml?想用javascript开发应用
need help from the J2EE expert去做J2EE好,还是Android好?
相关话题的讨论汇总
话题: question话题: xml话题: java