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