Uses of Class
net.sf.plist.NSBoolean

Packages that use NSBoolean
net.sf.plist   
net.sf.plist.io.domxml   
 

Uses of NSBoolean in net.sf.plist
 

Fields in net.sf.plist declared as NSBoolean
static NSBoolean NSBoolean.FALSE
          Represents Boolean.FALSE
static NSBoolean NSBoolean.TRUE
          Represents Boolean.TRUE
 

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

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

Methods in net.sf.plist.io.domxml with parameters of type NSBoolean
protected  Element DOMXMLWriter.generateBoolean(NSBoolean bool)
          Convert an NSBoolean to an XML element