Attribute.h   Attribute.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: Attribute // Class: Attribute
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
class Attribute { class Attribute {
public: public:
Attribute(); Attribute();
Attribute(const Chain& name); Attribute(const Chain& name);
Attribute(const Chain& name, const Chain& value, bool treatXMLEscape = true); Attribute(const Chain& name, const Chain& value, bool treatXMLEscape = true);
~Attribute(); ~Attribute();
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 Document.h   Document.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: Document // Class: Document
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
#include <lfc/ListT.h> #include <lfcbase/ListT.h>
#include "Element.h" #include "Element.h"
#include "Attribute.h" #include "Attribute.h"
class Document { class Document {
public: public:
Document(); Document();
Document(const Chain& docName); Document(const Chain& docName);
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 Element.h   Element.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: Element // Class: Element
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
#include <lfc/ListT.h> #include <lfcbase/ListT.h>
#include "Attribute.h" #include "Attribute.h"
#include "XMLOutStream.h" #include "XMLOutStream.h"
class XMLOutStream; class XMLOutStream;
class Element { class Element {
public: public:
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 XML.h   XML.h 
// //
// File: XML.h // File: XML.h
// This code was produced by the dragon parser generator // This code was produced by the dragon parser generator
// //
#include <lfc/Exception.h> #include <lfcbase/Exception.h>
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
#include <lfc/ListT.h> #include <lfcbase/ListT.h>
#define MAXTOKENVAL 100 #define MAXTOKENVAL 100
class XML class XML
{ {
public: public:
XML(); XML();
~XML(); ~XML();
 End of changes. 1 change blocks. 
3 lines changed or deleted 3 lines changed or added


 XMLEscaper.h   XMLEscaper.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: XMLEscaper // Class: XMLEscaper
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
class XMLEscaper { class XMLEscaper {
public: public:
XMLEscaper(); XMLEscaper();
~XMLEscaper(); ~XMLEscaper();
void escape(Chain& target); void escape(Chain& target);
void descape(Chain& target); void descape(Chain& target);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 XMLInStream.h   XMLInStream.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: XMLInStream // Class: XMLInStream
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
#include <lfc/ListT.h> #include <lfcbase/ListT.h>
#include "Attribute.h" #include "Attribute.h"
#include "Element.h" #include "Element.h"
class XMLInStream { class XMLInStream {
public: public:
XMLInStream(); XMLInStream();
virtual ~XMLInStream(); virtual ~XMLInStream();
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added


 XMLSuite.h   XMLSuite.h 
skipping to change at line 39 skipping to change at line 39
// //
// Class: Attribute // Class: Attribute
// //
// Description: // Description:
// //
// Status: IMPLEMENTED // Status: IMPLEMENTED
// //
/////////////////////////////////////////////////////////////////////////// //// /////////////////////////////////////////////////////////////////////////// ////
// INCLUDES // INCLUDES
#include <lfc/Chain.h> #include <lfcbase/Chain.h>
#include <lfc/File.h> #include <lfcbase/File.h>
#include <lfc/StackT.h> #include <lfcbase/StackT.h>
#include <lfc/ListT.h> #include <lfcbase/ListT.h>
#include "XML.h" #include "XML.h"
#include "Element.h" #include "Element.h"
#include "Document.h" #include "Document.h"
#include "Attribute.h" #include "Attribute.h"
#include "XMLInStream.h" #include "XMLInStream.h"
#include "XMLOutStream.h" #include "XMLOutStream.h"
// XML INCLUDES // XML INCLUDES
 End of changes. 1 change blocks. 
4 lines changed or deleted 4 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/