Uses of Class
net.sf.plist.NSString

Packages that use NSString
net.sf.plist.io.bin   
net.sf.plist.io.domxml   
 

Uses of NSString in net.sf.plist.io.bin
 

Methods in net.sf.plist.io.bin that return NSString
protected  NSString BinaryParser.parseASCII(byte length)
          Parse a node to a NSString on a given start address, parsing with an ASCII charset
protected  NSString BinaryParser.parseUnicode(byte length)
          Parse a node to a NSString on a given start address, parsing with an unicode charset
 

Uses of NSString in net.sf.plist.io.domxml
 

Methods in net.sf.plist.io.domxml that return NSString
protected static NSString DOMXMLParser.parseString(Node node)
          Convert a node to an NSString
 

Methods in net.sf.plist.io.domxml with parameters of type NSString
protected  Element DOMXMLWriter.generateString(NSString string)
          Convert an NSString to an XML element