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

Packages that use StringElement
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 StringElement in net.sf.jplist.input.ascii
 

Methods in net.sf.jplist.input.ascii that return StringElement
 StringElement AsciiPListParser.QuotedString()
           
 StringElement AsciiPListParser.String()
           
 StringElement AsciiPListParser.UnquotedString()
           
 

Uses of StringElement in net.sf.jplist.output
 

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