You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2004/04/09 14:52:16 UTC

cvs commit: ws-axis/c/include/axis/server XMLParser.h

susantha    2004/04/09 05:52:16

  Modified:    c/include/axis/server XMLParser.h
  Log:
  1. Added white space ignoring support that is need to interoperate with Axis Java :)
  2. Added SOAP 1.1 encoding URI to deserializer to interoperate with Axis Java
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/include/axis/server/XMLParser.h
  
  Index: XMLParser.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/XMLParser.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLParser.h	29 Mar 2004 11:29:55 -0000	1.6
  +++ XMLParser.h	9 Apr 2004 12:52:16 -0000	1.7
  @@ -78,7 +78,7 @@
   	virtual int Init()=0;
   	virtual const XML_Ch* GetNS4Prefix(const XML_Ch* prefix)=0;
   	virtual int GetStatus()=0;
  -	virtual const AnyElement* Next()=0;
  +	virtual const AnyElement* Next(bool isCharData=false)=0;
   	virtual AXIS_TRANSPORT_STATUS GetTransportStatus()=0;
   	virtual void SetTransportStatus(AXIS_TRANSPORT_STATUS nStatus)=0;