(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.31 and 1.31.12.1

version 1.31, 2008/04/29 20:40:24 version 1.31.12.1, 2009/02/09 11:36:51
Line 138 
Line 138 
     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.31  
changed lines
  Added in v.1.31.12.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2