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 NSData, NSError, NSMutableString, NSURL, NSXMLNode; 00010 00011 @interface NSXMLSAXParser : NSObject 00012 { 00013 BOOL _hadError; 00014 BOOL _afterEntityLookup; 00015 BOOL _isSingleDTDNode; 00016 int _parserFlags; 00017 unsigned int _fidelityMask; 00018 struct _xmlSAXHandler *_saxHandler; 00019 struct _xmlParserCtxt *_context; 00020 NSData *_data; 00021 NSURL *_url; 00022 NSXMLNode *_root; 00023 NSXMLNode *_current; 00024 NSError **_error; 00025 NSMutableString *_content; 00026 NSMutableString *_whitespace; 00027 NSXMLNode *_text; 00028 } 00029 00030 - (void)dealloc; 00031 - (void)finalize; 00032 - (id)initWithContentsOfURL:(id)fp8 options:(unsigned int)fp12 error:(id *)fp16; 00033 - (id)initWithData:(id)fp8 options:(unsigned int)fp12 error:(id *)fp16; 00034 - (id)initWithData:(id)fp8 isSingleDTDNode:(BOOL)fp12 options:(unsigned int)fp16 error:(id *)fp20; 00035 - (id)parse; 00036 - (void)setRoot:(id)fp8; 00037 - (id)root; 00038 - (void)setCurrent:(id)fp8; 00039 - (id)current; 00040 - (unsigned int)fidelityMask; 00041 - (void)setError:(int)fp8 info:(id)fp12 fatal:(BOOL)fp16; 00042 - (struct _xmlParserCtxt *)context; 00043 - (id)content; 00044 - (void)setContent:(id)fp8; 00045 - (id)whitespace; 00046 - (void)setWhitespace:(id)fp8; 00047 - (void)_addContent; 00048 - (void)_addWhitespace; 00049 - (void)_addEntity:(id)fp8; 00050 - (void)setAfterEntityLookup:(BOOL)fp8; 00051 - (BOOL)afterEntityLookup; 00052 - (BOOL)isSingleDTDNode; 00053 - (id)_createElementContent:(struct _xmlElementContent *)fp8; 00054 00055 @end 00056