You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Oswald Soza Morice <os...@gmail.com> on 2008/05/17 03:02:48 UTC

Problem with org.apache.xerces.internal.dom.TextImpl

Hi,
I have a problem during compiling a program, for this import -->
org.apache.xerces.interna.dom.TextImpl

but the question is if i can use "import
com.sun.org.apache.xerces.internal.dom.TextImpl; " instead of that ?

Re: Problem with org.apache.xerces.internal.dom.TextImpl

Posted by Dave Brosius <db...@apache.org>.
Its a bad idea to depend on the internal classes of any api, including xerces. Why do you need to use the class vs. the interface?
  ----- Original Message ----- 
  From: Oswald Soza Morice 
  To: xerces-j-user@xml.apache.org 
  Sent: Friday, May 16, 2008 8:02 PM
  Subject: Problem with org.apache.xerces.internal.dom.TextImpl


  Hi, 
  I have a problem during compiling a program, for this import --> org.apache.xerces.interna.dom.TextImpl

  but the question is if i can use "import com.sun.org.apache.xerces.internal.dom.TextImpl; " instead of that ?