~zorba-coders/zorba/bug1132937

« back to all changes in this revision

Viewing changes to swig/TypeIdentifier.h

  • Committer: rodolfo.ochoa at gmail
  • Date: 2013-03-27 19:49:18 UTC
  • Revision ID: rodolfo.ochoa@gmail.com-20130327194918-jusrnd7skmyflwqa
- Added DateTimeStamp to the API
- Fix for DocumentType in TypeIdentifier class
- Warning Fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  createCommentType (IdentTypes::Quantifier quantifier=IdentTypes::QUANT_ONE);
77
77
  
78
78
  static TypeIdentifier 
79
 
  createDocumentType (TypeIdentifier contentType, IdentTypes::Quantifier quantifier=IdentTypes::QUANT_ONE);
 
79
  createDocumentType ();
80
80
  
81
81
  static TypeIdentifier 
82
82
  createElementType (const std::string &uri, bool uriWildcard, const std::string &localName, bool localNameWildcard, TypeIdentifier contentType, IdentTypes::Quantifier quantifier=IdentTypes::QUANT_ONE);