DOMSaxHandler
Inherits From: SaxDefaultHandler
Declared In: DOMSaxHandler.h
Methods: - initWithDOMImplementation: , - document , - clear , - maxErrorCount , - errorCount , - fatalErrorCount , - warningCount , - warnings , - errors , - fatalErrors


Class Description
No class description.


Instance Variables
id locator;
BOOL inDTD;
BOOL inCDATA;
int maxErrorCount;
NSMutableArray *errors;
NSMutableArray *warnings;
NSMutableArray *fatals;
id dom;
id document;
int errorCount;
id currentElement;
unsigned tagDepth;

locatorNo description.
inDTDNo description.
inCDATANo description.
maxErrorCountNo description.
errorsNo description.
warningsNo description.
fatalsNo description.
domNo description.
documentNo description.
errorCountNo description.
currentElementNo description.
tagDepthNo description.



Method Types
- initWithDOMImplementation:
- document
- clear
- maxErrorCount
- errorCount
- fatalErrorCount
- warningCount
- warnings
- errors
- fatalErrors


Instance Methods
clear
- (void)clear
No method description.

document
- (id)document
No method description.

errorCount
- (int)errorCount
No method description.

errors
- (NSArray *)errors
No method description.

fatalErrorCount
- (int)fatalErrorCount
No method description.

fatalErrors
- (NSArray *)fatalErrors
No method description.

initWithDOMImplementation:
- (id)initWithDOMImplementation:(id)_domImpl
No method description.

maxErrorCount
- (int)maxErrorCount
No method description.

warningCount
- (int)warningCount
No method description.

warnings
- (NSArray *)warnings
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.