PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/WebKit/WebHTMLRepresentation.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 40 lines | 32 code | 4 blank | 4 comment | 0 complexity | 96282918ad1203de525a67837f41b5fc MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.1-11o.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. */
  5. #import "WebDocumentRepresentation.h"
  6. #import "WebDocumentDOM.h"
  7. @class WebHTMLRepresentationPrivate;
  8. @interface WebHTMLRepresentation : NSObject <WebDocumentRepresentation, WebDocumentDOM> {
  9. WebHTMLRepresentationPrivate* _private;
  10. }
  11. +(id)supportedMIMETypes;
  12. +(id)supportedNonImageMIMETypes;
  13. +(id)supportedImageMIMETypes;
  14. -(id)init;
  15. -(void)dealloc;
  16. -(void)finalize;
  17. -(void)_redirectDataToManualLoader:(id)manualLoader forPluginView:(id)pluginView;
  18. -(void)setDataSource:(id)source;
  19. -(BOOL)_isDisplayingWebArchive;
  20. -(void)receivedData:(id)data withDataSource:(id)dataSource;
  21. -(void)receivedError:(id)error withDataSource:(id)dataSource;
  22. -(void)finishedLoadingWithDataSource:(id)dataSource;
  23. -(BOOL)canProvideDocumentSource;
  24. -(BOOL)canSaveAsWebArchive;
  25. -(id)documentSource;
  26. -(id)title;
  27. -(id)DOMDocument;
  28. -(id)elementWithName:(id)name inForm:(id)form;
  29. -(BOOL)elementDoesAutoComplete:(id)complete;
  30. -(BOOL)elementIsPassword:(id)password;
  31. -(id)formForElement:(id)element;
  32. -(id)currentForm;
  33. -(id)controlsInForm:(id)form;
  34. -(id)searchForLabels:(id)labels beforeElement:(id)element;
  35. -(id)matchLabels:(id)labels againstElement:(id)element;
  36. @end