OOTBXML(StaticFunctions) Category Reference

#import <OOTBXML.h>

Class Methods

(NSString *) + elementName:
 
(NSString *) + textForElement:
 
(NSString *) + valueOfAttributeNamed:forElement:
 
(NSString *) + attributeName:
 
(NSString *) + attributeValue:
 
(OOTBXMLElement *) + nextSiblingNamed:searchFromElement:
 
(OOTBXMLElement *) + childElementNamed:parentElement:
 

Method Documentation

+ (NSString*) attributeName: (OOTBXMLAttribute *)  aXMLAttribute

Extends class OOTBXML.

+ (NSString*) attributeValue: (OOTBXMLAttribute *)  aXMLAttribute

Extends class OOTBXML.

+ (OOTBXMLElement*) childElementNamed: (NSString *)  aName
parentElement: (OOTBXMLElement *)  aParentXMLElement 

Extends class OOTBXML.

+ (NSString*) elementName: (OOTBXMLElement *)  aXMLElement

Extends class OOTBXML.

+ (OOTBXMLElement*) nextSiblingNamed: (NSString *)  aName
searchFromElement: (OOTBXMLElement *)  aXMLElement 

Extends class OOTBXML.

+ (NSString*) textForElement: (OOTBXMLElement *)  aXMLElement

Extends class OOTBXML.

+ (NSString*) valueOfAttributeNamed: (NSString *)  aName
forElement: (OOTBXMLElement *)  aXMLElement 

Extends class OOTBXML.


The documentation for this category was generated from the following file: