You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/07/18 21:28:13 UTC

DO NOT REPLY [Bug 10963] New: - Invalid org.w3c.dom.Node.class in xmlParserAPIs.jar

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10963>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10963

Invalid org.w3c.dom.Node.class in xmlParserAPIs.jar 

           Summary: Invalid org.w3c.dom.Node.class in xmlParserAPIs.jar
           Product: Xerces2-J
           Version: 2.0.2
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Other
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: cxxu@qwest.com


The org.w3c.dom.Node.class in  Xerces-J-bin.2.0.2.zip  missed "getLocalName()"
method.
In runtime, when I call "XMLSerializer.serialize(getXMLDocument());" The runtime
error will
be "....getLocalName()Ljava/lang/String  not found....". 

If you run the javap command as following:
javap -classpath xmlParserAPIs.jar org.w3c.dom.Node | grep getLocalName

You will not get anything.

I also checked xerces.jar from 1.4.4 build. I could find getLocalName method in
Node interface.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org