gnu.gnustep.base
Class GSXMLNode

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.GSXMLNode
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GSXMLAttribute

public class GSXMLNode
extends NSObject

This class wraps the Objective-C class GSXMLNode. It was automatically generated by JIGS WrapCreator.


Constructor Summary
GSXMLNode(GSXMLNamespace arg0, java.lang.String arg1)
          Wraps the Objective-C method initWithNamespace:name:
 
Method Summary
 GSXMLNode children()
          Wraps the Objective-C method children
 java.lang.String content()
          Wraps the Objective-C method content
static java.lang.String descriptionFromType(int arg0)
          Wraps the Objective-C method descriptionFromType:
 GSXMLDocument doc()
          Wraps the Objective-C method doc
 GSXMLNode makeChildWithNamespace(GSXMLNamespace arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method makeChildWithNamespace:name:content:
 GSXMLNode makeComment(java.lang.String arg0)
          Wraps the Objective-C method makeComment:
 GSXMLNode makePI(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method makePI:content:
 java.lang.String name()
          Wraps the Objective-C method name
 GSXMLNode next()
          Wraps the Objective-C method next
 GSXMLNamespace ns()
          Wraps the Objective-C method ns
 GSXMLNamespace nsDef()
          Wraps the Objective-C method nsDef
 GSXMLNode parent()
          Wraps the Objective-C method parent
 GSXMLNode prev()
          Wraps the Objective-C method prev
 GSXMLAttribute properties()
          Wraps the Objective-C method properties
 NSMutableDictionary propertiesAsDictionary()
          Wraps the Objective-C method propertiesAsDictionary
 GSXMLAttribute setProp(java.lang.String arg0, java.lang.String arg1)
          Wraps the Objective-C method setProp:value:
 int type()
          Wraps the Objective-C method type
 java.lang.String typeDescription()
          Wraps the Objective-C method typeDescription
static int typeFromDescription(java.lang.String arg0)
          Wraps the Objective-C method typeFromDescription:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSXMLNode

public GSXMLNode(GSXMLNamespace arg0,
                 java.lang.String arg1)
Wraps the Objective-C method initWithNamespace:name:
Method Detail

descriptionFromType

public static java.lang.String descriptionFromType(int arg0)
Wraps the Objective-C method descriptionFromType:

typeFromDescription

public static int typeFromDescription(java.lang.String arg0)
Wraps the Objective-C method typeFromDescription:

children

public GSXMLNode children()
Wraps the Objective-C method children

content

public java.lang.String content()
Wraps the Objective-C method content

doc

public GSXMLDocument doc()
Wraps the Objective-C method doc

makeChildWithNamespace

public GSXMLNode makeChildWithNamespace(GSXMLNamespace arg0,
                                        java.lang.String arg1,
                                        java.lang.String arg2)
Wraps the Objective-C method makeChildWithNamespace:name:content:

makeComment

public GSXMLNode makeComment(java.lang.String arg0)
Wraps the Objective-C method makeComment:

makePI

public GSXMLNode makePI(java.lang.String arg0,
                        java.lang.String arg1)
Wraps the Objective-C method makePI:content:

name

public java.lang.String name()
Wraps the Objective-C method name

next

public GSXMLNode next()
Wraps the Objective-C method next

ns

public GSXMLNamespace ns()
Wraps the Objective-C method ns

nsDef

public GSXMLNamespace nsDef()
Wraps the Objective-C method nsDef

parent

public GSXMLNode parent()
Wraps the Objective-C method parent

prev

public GSXMLNode prev()
Wraps the Objective-C method prev

properties

public GSXMLAttribute properties()
Wraps the Objective-C method properties

propertiesAsDictionary

public NSMutableDictionary propertiesAsDictionary()
Wraps the Objective-C method propertiesAsDictionary

setProp

public GSXMLAttribute setProp(java.lang.String arg0,
                              java.lang.String arg1)
Wraps the Objective-C method setProp:value:

type

public int type()
Wraps the Objective-C method type

typeDescription

public java.lang.String typeDescription()
Wraps the Objective-C method typeDescription