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

Packages that use NSXMLNode
org.rococoa.cocoa.foundation   
 

Uses of NSXMLNode in org.rococoa.cocoa.foundation
 

Subclasses of NSXMLNode in org.rococoa.cocoa.foundation
 class NSXMLDocument
           
 class NSXMLDTD
           
 class NSXMLDTDNode
           
 class NSXMLElement
           
 

Methods in org.rococoa.cocoa.foundation that return NSXMLNode
static NSXMLNode NSXMLNode.alloc()
           
abstract  NSXMLNode NSXMLNode._class_.alloc()
           
abstract  NSXMLNode NSXMLElement.attributeForLocalName_URI(NSString localName, NSString URI)
           
abstract  NSXMLNode NSXMLElement.attributeForName(NSString name)
           
abstract  NSXMLNode NSXMLNode.childAtIndex(NSUInteger index)
           
static NSXMLNode NSXMLNode.createWithKind_options(int kind, NSUInteger options)
          Factory method
static NSXMLNode NSXMLNode.createWithKind(int kind)
          Factory method
abstract  NSXMLNode NSXMLNode.initWithKind_options(int kind, NSUInteger options)
           
abstract  NSXMLNode NSXMLNode.initWithKind(int kind)
           
abstract  NSXMLNode NSXMLElement.namespaceForPrefix(NSString name)
           
static NSXMLNode NSXMLNode.new_()
           
abstract  NSXMLNode NSXMLNode._class_.new_()
           
abstract  NSXMLNode NSXMLNode.nextNode()
           
abstract  NSXMLNode NSXMLNode.nextSibling()
           
abstract  NSXMLNode NSXMLNode.parent()
           
static NSXMLNode NSXMLNode.predefinedNamespaceForPrefix(NSString name)
           
abstract  NSXMLNode NSXMLNode._class_.predefinedNamespaceForPrefix(NSString name)
           
abstract  NSXMLNode NSXMLNode.previousNode()
           
abstract  NSXMLNode NSXMLNode.previousSibling()
           
abstract  NSXMLNode NSXMLElement.resolveNamespaceForName(NSString name)
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSXMLNode
abstract  void NSXMLElement.addAttribute(NSXMLNode attribute)
           
abstract  void NSXMLElement.addChild(NSXMLNode child)
           
abstract  void NSXMLDTD.addChild(NSXMLNode child)
           
abstract  void NSXMLDocument.addChild(NSXMLNode child)
           
abstract  void NSXMLElement.addNamespace(NSXMLNode aNamespace)
           
abstract  void NSXMLElement.insertChild_atIndex(NSXMLNode child, NSUInteger index)
           
abstract  void NSXMLDTD.insertChild_atIndex(NSXMLNode child, NSUInteger index)
           
abstract  void NSXMLDocument.insertChild_atIndex(NSXMLNode child, NSUInteger index)
           
abstract  void NSXMLElement.replaceChildAtIndex_withNode(NSUInteger index, NSXMLNode node)
           
abstract  void NSXMLDTD.replaceChildAtIndex_withNode(NSUInteger index, NSXMLNode node)
           
abstract  void NSXMLDocument.replaceChildAtIndex_withNode(NSUInteger index, NSXMLNode node)
           
abstract  void NSXMLDocument.setRootElement(NSXMLNode root)
           
 



Copyright © 2009. All Rights Reserved.