/headers/OfficeImport/OCPPackagePart.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSURL, OCPPackage, OCPPackageRelationshipCollection;
00010 
00011 @interface OCPPackagePart : NSObject
00012 {
00013     NSURL *mLocation;
00014     OCPPackageRelationshipCollection *mRelationships;
00015     OCPPackage *mPackage;
00016     struct _xmlDoc *mDocument;
00017 }
00018 
00019 - (void)dealloc;
00020 - (id)location;
00021 - (id)data;
00022 - (void)copyToFile:(id)fp8;
00023 - (struct _xmlDoc *)xmlDocument;
00024 - (struct _xmlDoc *)recoverXmlDocument;
00025 - (struct _xmlTextReader *)xmlReader;
00026 - (id)relationshipForIdentifier:(id)fp8;
00027 - (id)relationshipsByType:(id)fp8;
00028 - (id)firstPartWithRelationshipOfType:(id)fp8;
00029 - (id)package;
00030 - (id)contentType;
00031 
00032 @end
00033