- parse() - Method in class net.sf.plist.io.bin.BinaryParser
-
Parse the Property List input (provided in the constructor) to a tree of
NSObject
s
- parse() - Method in class net.sf.plist.io.domxml.DOMXMLParser
-
Parse the Property List input (provided in the constructor) to a tree of
NSObject
s
- parse() - Method in class net.sf.plist.io.PropertyListParser
-
Parse the Property List input (provided in the constructor) to a tree of
NSObject
s
- 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
- pleResult - Variable in class net.sf.plist.io.bin.BinaryParser
-
The exception indicating why parsing failed
- pleResult - Variable in class net.sf.plist.io.domxml.DOMXMLParser
-
The exception indicating why parsing failed
- pointer - Variable in class net.sf.plist.io.bin.BinaryWriter
-
The amount of bytes written
- PropertyListException - Exception in net.sf.plist.io
-
Exception which indicates that something went wrong while parsing a property list
- PropertyListException(String, Throwable) - Constructor for exception net.sf.plist.io.PropertyListException
-
Construct a new exception stating a reason and a cause.
- PropertyListException(String) - Constructor for exception net.sf.plist.io.PropertyListException
-
Construct a new exception stating a reason but no cause.
- PropertyListParser - Class in net.sf.plist.io
-
Parses a property list to a tree consisting of
NSObject
s
- 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
- put(String, NSObject) - Method in class net.sf.plist.defaults.NSDefaults
- putAll(Map<? extends String, ? extends NSObject>) - Method in class net.sf.plist.defaults.NSDefaults