public class XMLPropertyListParser extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XMLPropertyListParser()
Instantiation is prohibited by outside classes.
|
protected XMLPropertyListParser()
public static NSObject parse(File f) throws Exception
f - The XML property list file.Exception - When an error occurs during parsing.DocumentBuilder.parse(java.io.File)public static NSObject parse(byte[] bytes) throws Exception
bytes - The byte array containing the property list's data.Exception - When an error occurs during parsing.public static NSObject parse(InputStream is) throws Exception
is - The input stream pointing to the property list's data.Exception - When an error occurs during parsing.DocumentBuilder.parse(java.io.InputStream)Copyright © 2013. All Rights Reserved.