Package | Description |
---|---|
net.sf.plist.io.bin | |
net.sf.plist.io.domxml |
Modifier and Type | Method and Description |
---|---|
protected NSDate |
BinaryParser.parseDate(byte length)
Parse a node to a NSDate on a given start address
|
Modifier and Type | Method and Description |
---|---|
protected long |
BinaryWriter.writeDate(NSDate obj)
Write date to the stream
|
Modifier and Type | Method and Description |
---|---|
protected static NSDate |
DOMXMLParser.parseDate(org.w3c.dom.Node node)
Convert a node to an NSDictionary
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
DOMXMLWriter.generateDate(NSDate date)
Convert an NSDate to an XML element
|