public class PListUtils extends Object
| Constructor and Description |
|---|
PListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Element |
createPListDocument() |
static List |
toArray(org.dom4j.Element element) |
static Map |
toDictionary(org.dom4j.Element element) |
static List |
toList(org.dom4j.Element array) |
static Map |
toMap(org.dom4j.Element dict) |
static org.dom4j.Element |
toPList(List list) |
static org.dom4j.Element |
toPList(Map map) |
static org.dom4j.Element |
toPList(Object object) |
public static List toArray(org.dom4j.Element element)
public static Map toDictionary(org.dom4j.Element element)
public static org.dom4j.Element toPList(Map map)
public static org.dom4j.Element toPList(Object object)
public static org.dom4j.Element toPList(List list)
public static Map toMap(org.dom4j.Element dict)
public static List toList(org.dom4j.Element array)
public static org.dom4j.Element createPListDocument()
Copyright © 2015. All rights reserved.