Uses of Class
org.jvnet.lafplugin.XMLElement

Uses of XMLElement in org.jvnet.lafplugin
 

Methods in org.jvnet.lafplugin that return XMLElement
protected  XMLElement XMLElement.createAnotherElement()
          Creates a new similar XML element.
 

Methods in org.jvnet.lafplugin with parameters of type XMLElement
 void XMLElement.addChild(XMLElement child)
          Adds a child element.
 void XMLElement.removeChild(XMLElement child)
          Removes a child element.
protected  void XMLElement.scanElement(XMLElement elt)
          Scans an XML element.