Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
P
parse()
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse the property list to a tree
parse()
- Method in class net.sf.plist.io.domxml.
DOMXMLParser
Parse the property list to a tree
parse()
- Method in class net.sf.plist.io.
PropertyListParser
Parse the property list to a tree
parse(File)
- Static method in class net.sf.plist.io.
PropertyListParser
Parse a property list file.
parse(InputStream)
- Static method in class net.sf.plist.io.
PropertyListParser
Parse a property list InputStream.
parseArray(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSArray on a given start address
parseArray(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSArray
parseASCII(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSString on a given start address, parsing with an ASCII charset
parseBoolean(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSDictionary
parseData(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSData on a given start address
parseData(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSDictionary
parseDate(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSDate on a given start address
parseDate(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSDictionary
parseDictionary(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSDictionary on a given start address
parseDictionary(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSDictionary
parseInteger(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSInteger on a given start address
parseKey(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to a key
parseNode(long)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSObject on a given start address
parseNode(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSObject
parseNumber(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSNumber
parseReal(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSReal on a given start address
parseSet(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a NSSet (not implemented)
parseString(Node)
- Static method in class net.sf.plist.io.domxml.
DOMXMLParser
Convert a node to an NSString
parseUid(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a NSUID (not implemented)
parseUnicode(byte)
- Method in class net.sf.plist.io.bin.
BinaryParser
Parse a node to a NSString on a given start address, parsing with an unicode charset
PropertyListException
- Exception in
net.sf.plist.io
Exception which indicates that something went wrong while parsing a property list
PropertyListException()
- Constructor for exception net.sf.plist.io.
PropertyListException
PropertyListException(Throwable)
- Constructor for exception net.sf.plist.io.
PropertyListException
PropertyListException(String, Throwable)
- Constructor for exception net.sf.plist.io.
PropertyListException
PropertyListException(String)
- Constructor for exception net.sf.plist.io.
PropertyListException
PropertyListParser
- Class in
net.sf.plist.io
Parses a property list to a tree consisting of
NSObject
s
PropertyListParser(File)
- Constructor for class net.sf.plist.io.
PropertyListParser
Construct a new PropertyListParser which will parse a file
PropertyListParser(InputStream)
- Constructor for class net.sf.plist.io.
PropertyListParser
Construct a new PropertyListParser which will parse a InputStream
PropertyListParser(File, InputStream)
- Constructor for class net.sf.plist.io.
PropertyListParser
Construct a new PropertyListParser
PropertyListWriter
- Class in
net.sf.plist.io
Serializes a tree consisting of
NSObject
s to a property list.
PropertyListWriter(NSObject)
- Constructor for class net.sf.plist.io.
PropertyListWriter
Construct a new PropertyListWriter
PropertyListWriter.Format
- Enum in
net.sf.plist.io
Consists of possible output formats
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W