gnu.gnustep.base
Class GSXMLNamespace

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.GSXMLNamespace
All Implemented Interfaces:
java.lang.Cloneable

public class GSXMLNamespace
extends NSObject

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


Constructor Summary
GSXMLNamespace(GSXMLNode arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method initWithNode:href:prefix:
 
Method Summary
static java.lang.String descriptionFromType(int arg0)
          Wraps the Objective-C method descriptionFromType:
 java.lang.String href()
          Wraps the Objective-C method href
 GSXMLNamespace next()
          Wraps the Objective-C method next
 java.lang.String prefix()
          Wraps the Objective-C method prefix
 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

GSXMLNamespace

public GSXMLNamespace(GSXMLNode arg0,
                      java.lang.String arg1,
                      java.lang.String arg2)
Wraps the Objective-C method initWithNode:href:prefix:
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:

href

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

next

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

prefix

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

type

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

typeDescription

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