gnu.gnustep.base
Class GSXMLAttribute

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

public class GSXMLAttribute
extends GSXMLNode

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


Constructor Summary
GSXMLAttribute(GSXMLNamespace arg0, java.lang.String arg1)
          Wraps the Objective-C method initWithNamespace:name:
GSXMLAttribute(GSXMLNode arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method initWithNode:name:value:
 
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:
 java.lang.String value()
          Wraps the Objective-C method value
 
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

GSXMLAttribute

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

GSXMLAttribute

public GSXMLAttribute(GSXMLNode arg0,
                      java.lang.String arg1,
                      java.lang.String arg2)
Wraps the Objective-C method initWithNode:name:value:
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
Overrides:
children in class GSXMLNode

content

public java.lang.String content()
Wraps the Objective-C method content
Overrides:
content in class GSXMLNode

doc

public GSXMLDocument doc()
Wraps the Objective-C method doc
Overrides:
doc in class GSXMLNode

makeChildWithNamespace

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

makeComment

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

makePI

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

name

public java.lang.String name()
Wraps the Objective-C method name
Overrides:
name in class GSXMLNode

next

public GSXMLNode next()
Wraps the Objective-C method next
Overrides:
next in class GSXMLNode

ns

public GSXMLNamespace ns()
Wraps the Objective-C method ns
Overrides:
ns in class GSXMLNode

nsDef

public GSXMLNamespace nsDef()
Wraps the Objective-C method nsDef
Overrides:
nsDef in class GSXMLNode

parent

public GSXMLNode parent()
Wraps the Objective-C method parent
Overrides:
parent in class GSXMLNode

prev

public GSXMLNode prev()
Wraps the Objective-C method prev
Overrides:
prev in class GSXMLNode

properties

public GSXMLAttribute properties()
Wraps the Objective-C method properties
Overrides:
properties in class GSXMLNode

propertiesAsDictionary

public NSMutableDictionary propertiesAsDictionary()
Wraps the Objective-C method propertiesAsDictionary
Overrides:
propertiesAsDictionary in class GSXMLNode

setProp

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

type

public int type()
Wraps the Objective-C method type
Overrides:
type in class GSXMLNode

typeDescription

public java.lang.String typeDescription()
Wraps the Objective-C method typeDescription
Overrides:
typeDescription in class GSXMLNode

value

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