(file) Return to XmlParser.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/XmlParser.h between version 1.35 and 1.36

version 1.35, 2008/12/16 18:56:01 version 1.36, 2009/02/05 05:44:05
Line 136 
Line 136 
     const char* text;     const char* text;
     int nsType;            // Only applies to START_TAG, EMPTY_TAG, and END_TAG     int nsType;            // Only applies to START_TAG, EMPTY_TAG, and END_TAG
     const char* localName; // Only applies to START_TAG, EMPTY_TAG, and END_TAG     const char* localName; // Only applies to START_TAG, EMPTY_TAG, and END_TAG
       Uint32 textLen; // Only applies to CDATA and CONTENT
   
     Array<XmlAttribute> attributes;     Array<XmlAttribute> attributes;
  
     void print() const;     void print() const;


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2