/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
-#ifndef __codeon_SaxDAVHandler_H__
-#define __codeon_SaxDAVHandler_H__
+#ifndef __NGObjWeb_SaxDAVHandler_H__
+#define __NGObjWeb_SaxDAVHandler_H__
#include <SaxObjC/SaxDefaultHandler.h>
@end
-#endif /* __codeon_SaxDAVHandler_H__ */
+#endif /* __NGObjWeb_SaxDAVHandler_H__ */
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "SaxDAVHandler.h"
#include "EOFetchSpecification+SoDAV.h"
/* cleanup */
- (void)parseReset {
+ /* only reset non-result items */
if (heavyLog) [self logWithFormat:@"reset parser state"];
self->propValueNesting = 0;
self->in.PropFind = 0;
[self->lastWherePropName release]; self->lastWherePropName = nil;
}
- (void)reset {
+ /* reset everything, including result items */
if (heavyLog) [self logWithFormat:@"reset"];
[self parseReset];
self->findAllProps = NO;
/*
- Copyright (C) 2000-2004 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __WebDAV_SoDAVSQLParser_H__
#define __WebDAV_SoDAVSQLParser_H__
/*
- Copyright (C) 2000-2004 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "SoDAVSQLParser.h"
#include <EOControl/EOQualifier.h>
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __NGObjWeb_SoSubscriptionManager_H__
#define __NGObjWeb_SoSubscriptionManager_H__
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "SoSubscriptionManager.h"
#include "SoSubscription.h"