The Artima Developer Community
Sponsored Link

Java Answers Forum
cannot retrieve some methods from xerces.jar

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
kacuak

Posts: 1
Nickname: kacuak
Registered: Apr, 2004

cannot retrieve some methods from xerces.jar Posted: Apr 18, 2004 10:50 PM
Reply to this message Reply
Advertisement
Hi,
I am totally new to Java, currently working on a project(written by another programmer) using Borland JbuilderX as IDE, and using IBM JDK 1.3 as JDK, and other libraries include xalan, and etc.

precondition: the classpath is correct.

After solving all the problems, I still have 4 errors left.
all the 4 errors converge to one issue, that is it can't find hasAttributes() method in org.w3c.dom.Node class.

What I'm wondering is, why other methods inside the org.w3c.dom.Node class can be called, but only cannot find certain methods?

this is the error I got:
"XMLUtils.java": cannot resolve symbol: method hasAttributes ()in interface org.w3c.dom.Node at line 157, column 21
"XmlHelper.java": cannot resolve symbol: method importNode (org.w3c.dom.Node,boolean)in interface org.w3c.dom.Document at line 450, column 37
"XmlHelper.java": cannot resolve symbol: method normalize ()in interface org.w3c.dom.Node at line 600, column 14
"PipDescriptor.java": cannot resolve symbol: method getSystemId ()in interface org.w3c.dom.DocumentType at line 246, column 57

All the methods mentioned are belong to DOM level 2 except normalize()..

Please help~~~

Topic: File I/O problems Previous Topic   Next Topic Topic: Problem with configuring Tomcat 5

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use