Hi,
I am using javax.xml.parsers.DocumentBuilder ,
javax.xml.parsers.DocumentBuilderFactory and org.xml.* and org.w3c.* in my code will
java 1.3 support this or not.
Thanks in advance.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi,
I am using javax.xml.parsers.DocumentBuilder ,
javax.xml.parsers.DocumentBuilderFactory and org.xml.* and org.w3c.* in my code will
java 1.3 support this or not.
Thanks in advance.
Read the API doc to see when those classes were added to java.
Get a 1.3 compiler and try to compile a program that uses those APIs
I believe it will but there is only one way to find out for sure..
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
Don't think so....the API for these packages should have a 'since' value - just looking at the org.w3c.dom.* docs shows this package has been available since 1.4 As norm suggested, I recommend you check the 'since' value for other packages you are interested