LibreOffice Module extensions (master) 1
Instance Methods | Protected Attributes | List of all members
OOoContentDataParser Class Reference

#import <OOoContentDataParser.h>

Inheritance diagram for OOoContentDataParser:
[legend]
Collaboration diagram for OOoContentDataParser:
[legend]

Instance Methods

(void) - parseXML:intoDictionary:
 
(void) - parser:didStartElement:namespaceURI:qualifiedName:attributes:
 
(void) - parser:didEndElement:namespaceURI:qualifiedName:
 
(void) - parser:foundCharacters:
 
(void) - parser:parseErrorOccurred:
 
(void) - parserDidEndDocument:
 

Protected Attributes

BOOL shouldReadCharacters
 
NSMutableDictionary * mdiValues
 
NSMutableString * textContent
 
NSMutableString * runningTextContent
 

Detailed Description

Definition at line 22 of file OOoContentDataParser.h.

Method Documentation

◆ parser:didEndElement:namespaceURI:qualifiedName:

- (void) parser: (NSXMLParser *)  parser
didEndElement: (NSString *)  elementName
namespaceURI: (NSString *)  namespaceURI
qualifiedName: (NSString *)  qName 

Definition at line 1 of file OOoContentDataParser.m.

References init(), NO, runningTextContent, shouldReadCharacters, and textContent.

◆ parser:didStartElement:namespaceURI:qualifiedName:attributes:

- (void) parser: (NSXMLParser *)  parser
didStartElement: (NSString *)  elementName
namespaceURI: (NSString *)  namespaceURI
qualifiedName: (NSString *)  qualifiedName
attributes: (NSDictionary *)  attributeDict 

Definition at line 1 of file OOoContentDataParser.m.

◆ parser:foundCharacters:

- (void) parser: (NSXMLParser *)  parser
foundCharacters: (NSString *)  string 

Definition at line 1 of file OOoContentDataParser.m.

◆ parser:parseErrorOccurred:

- (void) parser: (NSXMLParser *)  parser
parseErrorOccurred: (NSError *)  parseError 

Definition at line 1 of file OOoContentDataParser.m.

◆ parserDidEndDocument:

- (void) parserDidEndDocument: (NSXMLParser *)  parser

Definition at line 1 of file OOoContentDataParser.m.

◆ parseXML:intoDictionary:

- (void) parseXML: (NSData*)  data
intoDictionary: (NSMutableDictionary*)  dict 

Definition at line 1 of file OOoContentDataParser.m.

Member Data Documentation

◆ mdiValues

- (NSMutableDictionary*) mdiValues
protected

Definition at line 27 of file OOoContentDataParser.h.

◆ runningTextContent

- (NSMutableString*) runningTextContent
protected

◆ shouldReadCharacters

- (BOOL) shouldReadCharacters
protected

◆ textContent

- (NSMutableString*) textContent
protected

The documentation for this class was generated from the following files: