JHotDraw 7.0.6

Uses of Class
nanoxml.XMLElement

Packages that use XMLElement
nanoxml This is a patched version of NanoXMLLite which is made to be compilable with Java 1.5 and to take advantage of the Java2 Collections API. 
 

Uses of XMLElement in nanoxml
 

Methods in nanoxml that return XMLElement
protected  XMLElement XMLElement.createElement()
          Creates a new similar XML element.
 XMLElement XMLElement.createElement(java.lang.String name)
          Creates a new similar XML element.
 

Methods in nanoxml 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.
 


Copyright 1996-2006 © JHotDraw.org