(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.18.2.5 and 1.23

version 1.18.2.5, 2001/11/21 07:18:56 version 1.23, 2002/02/21 04:31:16
Line 132 
Line 132 
     static CIMType getCimTypeAttribute(     static CIMType getCimTypeAttribute(
         Uint32 lineNumber,         Uint32 lineNumber,
         const XmlEntry& entry,         const XmlEntry& entry,
         const char* tagName);          const char* tagName,
           const char* attributeName = "TYPE",
           Boolean required = true);
  
     static Boolean getCimBooleanAttribute(     static Boolean getCimBooleanAttribute(
         Uint32 lineNumber,         Uint32 lineNumber,
Line 159 
Line 161 
         const char* valueString,         const char* valueString,
         CIMType type);         CIMType type);
  
       /* getValueElement - Gets the CIMType and CIMValue for a single
           XML Value element.  It expects <VALUE> as the start tag.
           @return Returns True if the value element exists
       */
     static Boolean getValueElement(     static Boolean getValueElement(
         XmlParser& parser,         XmlParser& parser,
         CIMType type,         CIMType type,
Line 272 
Line 278 
         XmlParser& parser,         XmlParser& parser,
         CIMReference& reference);         CIMReference& reference);
  
       static Boolean getValueReferenceArrayElement(
           XmlParser& parser,
           CIMValue& value);
   
     static Boolean getPropertyReferenceElement(     static Boolean getPropertyReferenceElement(
         XmlParser& parser,         XmlParser& parser,
         CIMProperty& property);         CIMProperty& property);
Line 288 
Line 298 
         XmlParser& parser,         XmlParser& parser,
         CIMParameter& parameter);         CIMParameter& parameter);
  
       static Boolean getParameterReferenceArrayElement(
           XmlParser& parser,
           CIMParameter& parameter);
   
     static Boolean getQualifierDeclElement(     static Boolean getQualifierDeclElement(
         XmlParser& parser,         XmlParser& parser,
         CIMQualifierDecl& qualifierDecl);         CIMQualifierDecl& qualifierDecl);
Line 374 
Line 388 
         XmlParser& parser,         XmlParser& parser,
         const char*& name);         const char*& name);
  
     static Boolean getParamValueTag(      static Boolean getParamValueElement(
         XmlParser& parser,         XmlParser& parser,
         const char*& name);          CIMParamValue& paramValue);
   
       static Boolean getReturnValueElement(
           XmlParser& parser,
           CIMValue& returnValue);
  
 private: private:
  


Legend:
Removed from v.1.18.2.5  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2