Attribute.h   Attribute.h 
#ifndef _ATTRIBUTE_H_INCLUDED_ #ifndef _ATTRIBUTE_H_INCLUDED_
#define _ATTRIBUTE_H_INCLUDED_ #define _ATTRIBUTE_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// Attribute.h // Attribute.h
// ----------- // -----------
// XML Attribute implementation // XML Attribute implementation
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2006 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: Attribute // Class: Attribute
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 Document.h   Document.h 
#ifndef _DOCUMENT_H_INCLUDED_ #ifndef _DOCUMENT_H_INCLUDED_
#define _DOCUMENT_H_INCLUDED_ #define _DOCUMENT_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// Document.h // Document.h
// ------ // ------
// XML document class definition // XML document class definition
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2006 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: Document // Class: Document
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 Element.h   Element.h 
#ifndef _ELEMENT_H_INCLUDED_ #ifndef _ELEMENT_H_INCLUDED_
#define _ELEMENT_H_INCLUDED_ #define _ELEMENT_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// Element.h // Element.h
// --------- // ---------
// XML element class definition // XML element class definition
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2006 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: Element // Class: Element
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 XMLEscaper.h   XMLEscaper.h 
#ifndef _XMLESCAPER_H_INCLUDED_ #ifndef _XMLESCAPER_H_INCLUDED_
#define _XMLESCAPER_H_INCLUDED_ #define _XMLESCAPER_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// XMLEscaper.h // XMLEscaper.h
// ------------ // ------------
// XML Escape character treatment // XML Escape character treatment
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2006 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: XMLEscaper // Class: XMLEscaper
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 XMLInStream.h   XMLInStream.h 
#ifndef _XMLINSTREAM_H_INCLUDED_ #ifndef _XMLINSTREAM_H_INCLUDED_
#define _XMLINSTREAM_H_INCLUDED_ #define _XMLINSTREAM_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// XMLInStream.h // XMLInStream.h
// ------------- // -------------
// XML Instream abstract class // XML Instream abstract class
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2007 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: XMLInStream // Class: XMLInStream
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 XMLOutStream.h   XMLOutStream.h 
#ifndef _XMLOUTSTREAM_H_INCLUDED_ #ifndef _XMLOUTSTREAM_H_INCLUDED_
#define _XMLOUTSTREAM_H_INCLUDED_ #define _XMLOUTSTREAM_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// XMLOutStream.h // XMLOutStream.h
// ------------- // -------------
// XML out stream abstract class // XML out stream abstract class
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2007 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: XMLOutStream // Class: XMLOutStream
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added


 XMLSuite.h   XMLSuite.h 
#ifndef _XMLSUITE_H_INCLUDED_ #ifndef _XMLSUITE_H_INCLUDED_
#define _XMLSUITE_H_INCLUDED_ #define _XMLSUITE_H_INCLUDED_
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// //
// XMLSuite.h // XMLSuite.h
// ----------- // -----------
// xml suite class definition // xml suite class definition
// //
// Design and Implementation by Bjoern Lemke // Design and Implementation by Bjoern Lemke
// //
// (C)opyright 2000-2006 Bjoern Lemke // (C)opyright 2000-2013 Bjoern Lemke
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
// //
// INTERFACE MODULE // INTERFACE MODULE
// //
// Class: Attribute // Class: Attribute
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
 End of changes. 1 change blocks. 
16 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/