gnu.gnustep.base
Class GSXMLDocument

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

public class GSXMLDocument
extends NSObject

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


Constructor Summary
GSXMLDocument(java.lang.String arg0)
          Wraps the Objective-C method initWithVersion:
 
Method Summary
 java.lang.String encoding()
          Wraps the Objective-C method encoding
 GSXMLNode makeNodeWithNamespace(GSXMLNamespace arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method makeNodeWithNamespace:name:content:
 GSXMLNode root()
          Wraps the Objective-C method root
 void save(java.lang.String arg0)
          Wraps the Objective-C method save:
 GSXMLNode setRoot(GSXMLNode arg0)
          Wraps the Objective-C method setRoot:
 java.lang.String stringValue()
          Wraps the Objective-C method stringValue
 java.lang.String version()
          Wraps the Objective-C method version
 
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

GSXMLDocument

public GSXMLDocument(java.lang.String arg0)
Wraps the Objective-C method initWithVersion:
Method Detail

encoding

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

makeNodeWithNamespace

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

root

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

save

public void save(java.lang.String arg0)
Wraps the Objective-C method save:

setRoot

public GSXMLNode setRoot(GSXMLNode arg0)
Wraps the Objective-C method setRoot:

stringValue

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

version

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