Purple Code

Uses of Class
com.purpletech.xml.XMLEntryList

Packages that use XMLEntryList
com.purpletech.xml   
 

Uses of XMLEntryList in com.purpletech.xml
 

Methods in com.purpletech.xml that return XMLEntryList
 XMLEntryList XMLEntryListFactory.parse(org.w3c.dom.Node node)
           
 XMLEntryList XMLEntryListFactory.parse(org.w3c.dom.Node node, XMLEntryList list)
           
protected  XMLEntryList XMLEntryListFactory.makeChildList(java.lang.String name)
           
protected  XMLEntryList XMLEntryListFactory.parseList(org.w3c.dom.Node node, XMLEntryList list)
           
 XMLEntryList XMLEntryList.parseNode(org.w3c.dom.Node node)
          returns this, so you can say "new XMLEntryList().parseNode(node)"
 

Methods in com.purpletech.xml with parameters of type XMLEntryList
 XMLEntryList XMLEntryListFactory.parse(org.w3c.dom.Node node, XMLEntryList list)
           
protected  XMLEntryList XMLEntryListFactory.parseList(org.w3c.dom.Node node, XMLEntryList list)
           
protected  void XMLEntryListFactory.flattenEach(XMLEntryList list)
           
 


Documentation generated March 5 2003