Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
ARRAY |
10 |
public static final byte |
ASCIISTRING |
5 |
public static final byte |
BOOLFALSE |
8 |
public static final byte |
BOOLTRUE |
9 |
public static final byte |
DATA |
4 |
public static final byte |
DATE |
3 |
public static final byte |
DICT |
13 |
public static final byte |
FILL |
15 |
public static final byte |
INT |
1 |
public static final byte |
LENMASK |
15 |
public static final byte |
NULL |
0 |
public static final byte |
OBJMASK |
-16 |
public static final byte |
REAL |
2 |
public static final byte |
SET |
12 |
public static final byte |
UID |
8 |
public static final byte |
UNICODESTRING |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
ARRAY |
10 |
public static final byte |
ASCIISTRING |
5 |
public static final byte |
BOOLFALSE |
8 |
public static final byte |
BOOLTRUE |
9 |
public static final byte |
DATA |
4 |
public static final byte |
DATE |
3 |
public static final byte |
DICT |
13 |
public static final byte |
FILL |
15 |
public static final byte |
INT |
1 |
public static final byte |
LENMASK |
15 |
public static final byte |
NULL |
0 |
public static final byte |
OBJMASK |
-16 |
public static final byte |
REAL |
2 |
public static final byte |
SET |
12 |
public static final byte |
UID |
8 |
public static final byte |
UNICODESTRING |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DTD |
"<!ENTITY % plistObject \"(array | data | date | dict | real | integer | string | true | false )\" >\n<!ELEMENT plist %plistObject;>\n<!ATTLIST plist version CDATA \"1.0\" >\n<!ELEMENT array (%plistObject;)*>\n<!ELEMENT dict (key, %plistObject;)*>\n<!ELEMENT key (#PCDATA)>\n<!ELEMENT string (#PCDATA)>\n<!ELEMENT data (#PCDATA)>\n<!ELEMENT date (#PCDATA)>\n<!ELEMENT true EMPTY>\n<!ELEMENT false EMPTY>\n<!ELEMENT real (#PCDATA)>\n<!ELEMENT integer (#PCDATA)>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DOCTYPE_PUBLIC |
"-//Apple//DTD PLIST 1.0//EN" |
public static final java.lang.String |
DOCTYPE_SYSTEM |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd" |
public static final java.lang.String |
VERSION |
"1.0" |