|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.GSXMLNode
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 |
public GSXMLNode(GSXMLNamespace arg0,
java.lang.String arg1)
| Method Detail |
public static java.lang.String descriptionFromType(int arg0)
public static int typeFromDescription(java.lang.String arg0)
public GSXMLNode children()
public java.lang.String content()
public GSXMLDocument doc()
public GSXMLNode makeChildWithNamespace(GSXMLNamespace arg0,
java.lang.String arg1,
java.lang.String arg2)
public GSXMLNode makeComment(java.lang.String arg0)
public GSXMLNode makePI(java.lang.String arg0,
java.lang.String arg1)
public java.lang.String name()
public GSXMLNode next()
public GSXMLNamespace ns()
public GSXMLNamespace nsDef()
public GSXMLNode parent()
public GSXMLNode prev()
public GSXMLAttribute properties()
public NSMutableDictionary propertiesAsDictionary()
public GSXMLAttribute setProp(java.lang.String arg0,
java.lang.String arg1)
public int type()
public java.lang.String typeDescription()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||