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