Uses of Class
org.rococoa.cocoa.foundation.NSXMLElement

Packages that use NSXMLElement
org.rococoa.cocoa.foundation   
 

Uses of NSXMLElement in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSXMLElement
static NSXMLElement NSXMLElement.alloc()
           
abstract  NSXMLElement NSXMLElement._class_.alloc()
           
static NSXMLElement NSXMLElement.createWithName_stringValue(NSString name, NSString string)
          Factory method
static NSXMLElement NSXMLElement.createWithName_URI(NSString name, NSString URI)
          Factory method
static NSXMLElement NSXMLElement.createWithName(NSString name)
          Factory method
static NSXMLElement NSXMLElement.createWithXMLString_error(NSString string, PointerByReference error)
          Factory method
abstract  NSXMLElement NSXMLElement.initWithName_stringValue(NSString name, NSString string)
           
abstract  NSXMLElement NSXMLElement.initWithName_URI(NSString name, NSString URI)
           
abstract  NSXMLElement NSXMLElement.initWithName(NSString name)
           
abstract  NSXMLElement NSXMLElement.initWithXMLString_error(NSString string, PointerByReference error)
           
static NSXMLElement NSXMLElement.new_()
           
abstract  NSXMLElement NSXMLElement._class_.new_()
           
abstract  NSXMLElement NSXMLDocument.rootElement()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSXMLElement
static NSXMLDocument NSXMLDocument.createWithRootElement(NSXMLElement element)
          Factory method
static NSObject NSXMLNode.documentWithRootElement(NSXMLElement element)
           
abstract  NSObject NSXMLNode._class_.documentWithRootElement(NSXMLElement element)
           
abstract  NSXMLDocument NSXMLDocument.initWithRootElement(NSXMLElement element)
           
 



Copyright © 2009. All Rights Reserved.