Package | Description |
---|---|
net.sf.plist | |
net.sf.plist.io.bin | |
net.sf.plist.io.domxml |
Modifier and Type | Field and Description |
---|---|
static NSBoolean |
NSBoolean.FALSE
Represents
Boolean.FALSE |
static NSBoolean |
NSBoolean.TRUE
Represents
Boolean.TRUE |
Modifier and Type | Method and Description |
---|---|
protected long |
BinaryWriter.writeBoolean(NSBoolean obj)
Write a boolean to the stream
|
Modifier and Type | Method and Description |
---|---|
protected static NSBoolean |
DOMXMLParser.parseBoolean(org.w3c.dom.Node node)
Convert a node to an NSDictionary
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateBoolean(NSBoolean bool)
Convert an NSBoolean to an XML element
|