00001 /* 00002 00003 dom.h 00004 00005 gSOAP DOM interface 00006 00007 gSOAP XML Web services tools 00008 Copyright (C) 2001-2004, Robert van Engelen, Genivia, Inc. All Rights Reserved. 00009 00010 -------------------------------------------------------------------------------- 00011 gSOAP public license. 00012 00013 The contents of this file are subject to the gSOAP Public License Version 1.3 00014 (the "License"); you may not use this file except in compliance with the 00015 License. You may obtain a copy of the License at 00016 http://www.cs.fsu.edu/~engelen/soaplicense.html 00017 Software distributed under the License is distributed on an "AS IS" basis, 00018 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00019 for the specific language governing rights and limitations under the License. 00020 00021 The Initial Developer of the Original Code is Robert A. van Engelen. 00022 Copyright (C) 2000-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved. 00023 -------------------------------------------------------------------------------- 00024 GPL license. 00025 00026 This program is free software; you can redistribute it and/or modify it under 00027 the terms of the GNU General Public License as published by the Free Software 00028 Foundation; either version 2 of the License, or (at your option) any later 00029 version. 00030 00031 This program is distributed in the hope that it will be useful, but WITHOUT ANY 00032 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00033 PARTICULAR PURPOSE. See the GNU General Public License for more details. 00034 00035 You should have received a copy of the GNU General Public License along with 00036 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00037 Place, Suite 330, Boston, MA 02111-1307 USA 00038 00039 Author contact information: 00040 engelen@genivia.com / engelen@acm.org 00041 -------------------------------------------------------------------------------- 00042 */ 00043 00044 extern typedef struct soap_dom_element xsd__anyType;