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

Diff for /pegasus/src/Pegasus/Common/XmlReader.h between version 1.52 and 1.53.18.1

version 1.52, 2007/03/15 00:24:04 version 1.53.18.1, 2008/08/13 10:33:04
Line 133 
Line 133 
         const XmlEntry& entry,         const XmlEntry& entry,
         const char* tagName);         const char* tagName);
  
     static String getEmbeddedObjectAttribute(      typedef enum _embeddedObjectAttributeType
       {
           NO_EMBEDDED_OBJECT     = 0,
           EMBEDDED_OBJECT_ATTR   = 1,
           EMBEDDED_INSTANCE_ATTR = 2
       } EmbeddedObjectAttributeType;
   
       static EmbeddedObjectAttributeType getEmbeddedObjectAttribute(
         Uint32 lineNumber,         Uint32 lineNumber,
         const XmlEntry& entry,         const XmlEntry& entry,
         const char* tagName);         const char* tagName);
Line 166 
Line 173 
  
     static String decodeURICharacters(String uriString);     static String decodeURICharacters(String uriString);
  
     static Boolean stringToReal(  
         const char* stringValue,  
         Real64& x);  
   
     static Boolean stringToSignedInteger(     static Boolean stringToSignedInteger(
         const char* stringValue,         const char* stringValue,
         Sint64& x);         Sint64& x);


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53.18.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2