java-gnome version 4.0.7

org.gnome.glade
Class XML

java.lang.Object
  extended by org.freedesktop.bindings.Proxy
      extended by org.gnome.glib.Object
          extended by org.gnome.glade.XML

public class XML
extends Object

This class proxies the internal representation used by libglade to represent the processed .glade XML data. Ideally we wouldn't expose such a thing, but it turns out that the library's power is accessed care of methods on this Object.

There comes a point when the underlying mapping becomes a bit ridiculous, but the underlying structure is GladeXML, so according to our mapping algorithm, XML it is. Parser or ParsedTree or some such would have been better, but oh well.

Note that this class name changed from Xml to XML in 4.0.3 when we generated from the actual upstream .defs data for libglade

Since:
4.0.2
Author:
Andrew Cowie
See Also:
Glade

Method Summary
 Widget getWidget(java.lang.String name)
          Get the Widget corresponding to the given name.
 
Methods inherited from class org.freedesktop.bindings.Proxy
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getWidget

public Widget getWidget(java.lang.String name)
Get the Widget corresponding to the given name.

Since:
4.0.2


java-gnome