(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.8.7 and 1.30.8.8

version 1.30.8.7, 2008/04/02 00:53:42 version 1.30.8.8, 2008/04/02 17:14:28
Line 135 
Line 135 
     };     };
  
     XmlEntryType type;     XmlEntryType type;
     int nsType;  
     const char* text;     const char* text;
     const char* localName; // Only valid for 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
     Array<XmlAttribute> attributes;     Array<XmlAttribute> attributes;
  
     void print() const;     void print() const;
Line 182 
Line 182 
     Uint32 getLine() const { return _line; }     Uint32 getLine() const { return _line; }
  
     XmlNamespace* getNamespace(int nsType);     XmlNamespace* getNamespace(int nsType);
     int getSupportedNamespaceType(const char* extendedName);  
  
 private: private:
  
Line 205 
Line 204 
  
     int _getNamespaceType(const char* tag);     int _getNamespaceType(const char* tag);
  
       int _getSupportedNamespaceType(const char* extendedName);
   
     Uint32 _line;     Uint32 _line;
     char* _current;     char* _current;
     char _restoreChar;     char _restoreChar;
Line 212 
Line 213 
     Boolean _foundRoot;     Boolean _foundRoot;
     Stack<XmlEntry> _putBackStack;     Stack<XmlEntry> _putBackStack;
  
     Uint32 _scopeLevel;  
     XmlNamespace* _supportedNamespaces;     XmlNamespace* _supportedNamespaces;
     Stack<XmlNamespace> _nameSpaces;     Stack<XmlNamespace> _nameSpaces;
   
     int _currentUnsupportedNSType;     int _currentUnsupportedNSType;
 }; };
  


Legend:
Removed from v.1.30.8.7  
changed lines
  Added in v.1.30.8.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2