Uses of Class
net.sf.jplist.core.DictionaryElement

Packages that use DictionaryElement
net.sf.jplist.input.ascii Contains the ASCII PList parser and classes generated by JavaCC. 
net.sf.jplist.output Classes for outputting JPList Java objects in different formats. 
 

Uses of DictionaryElement in net.sf.jplist.input.ascii
 

Methods in net.sf.jplist.input.ascii that return DictionaryElement
 DictionaryElement AsciiPListParser.Dictionary()
           
 

Uses of DictionaryElement in net.sf.jplist.output
 

Methods in net.sf.jplist.output with parameters of type DictionaryElement
 void AsciiOutputter.output(DictionaryElement dictionaryElement, java.io.OutputStream ostream)
          Output the DictionaryElement object to an OutputStream.
 void XmlOutputter.output(DictionaryElement dictionaryElement, java.io.OutputStream ostream)
          Output the DictionaryElement object to an OutputStream.
 void AsciiOutputter.output(DictionaryElement dictionaryElement, java.io.Writer writer)
          Output a DictionaryElement object to a Writer.
 void XmlOutputter.output(DictionaryElement dictionaryElement, java.io.Writer writer)
          Output a DictionaryElement object to a Writer.
 java.lang.String AsciiOutputter.outputString(DictionaryElement dictionaryElement)
          Output a DictionaryElement object to a String.
 java.lang.String XmlOutputter.outputString(DictionaryElement dictionaryElement)
          Output a DictionaryElement object to a String.