(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.30 and 1.30.8.1

version 1.30, 2007/07/30 06:50:57 version 1.30.8.1, 2008/02/07 18:46:11
Line 124 
Line 124 
         CONTENT         CONTENT
     };     };
  
     enum { MAX_ATTRIBUTES = 10 };  
   
     CIMType type;     CIMType type;
     const char* text;     const char* text;
     XmlAttribute attributes[MAX_ATTRIBUTES];      Array<XmlAttribute> attributes;
     Uint32 attributeCount;  
  
     void print() const;     void print() const;
  
Line 160 
Line 157 
     /** Comments are returned with entry if includeComment is true else     /** Comments are returned with entry if includeComment is true else
         XmlParser ignores comments. Default is false.         XmlParser ignores comments. Default is false.
     */     */
     Boolean next(XmlEntry& entry, Boolean includeComment = false);      Boolean next(XmlEntry& entry, Boolean includeComment = false,
           Boolean* firstTime = 0);
  
     void putBack(XmlEntry& entry);     void putBack(XmlEntry& entry);
  


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2