SaxLexicalHandler
Declared In: SaxLexicalHandler.h
Methods: - comment:length: , - startDTD:publicId:systemId: , - endDTD , - startEntity: , - endEntity: , - startCDATA , - endCDATA


Protocol Description
No protocol description.


Method Types
- comment:length:
- startDTD:publicId:systemId:
- endDTD
- startEntity:
- endEntity:
- startCDATA
- endCDATA


Instance Methods
comment:length:
- (void)comment:(unichar *)_chars length:(int)_len
No method description.

endCDATA
- (void)endCDATA
No method description.

endDTD
- (void)endDTD
No method description.

endEntity:
- (void)endEntity:(NSString *)_name
No method description.

startCDATA
- (void)startCDATA
No method description.

startDTD:publicId:systemId:
- (void)startDTD:(NSString *)_name publicId:(NSString *)_pub systemId:(NSString *)_sys
No method description.

startEntity:
- (void)startEntity:(NSString *)_name
No method description.


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