public class XmlCData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CDATA_END |
static String |
CDATA_START |
| 构造器和说明 |
|---|
XmlCData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getData() |
ResourceValue |
getTypedData() |
String |
getValue() |
void |
setData(String data) |
void |
setTypedData(ResourceValue typedData) |
void |
setValue(String value) |
String |
toString() |
String |
toStringValue(ResourceTable resourceTable,
Locale locale)
get value as string
|
public String toStringValue(ResourceTable resourceTable, Locale locale)
public String getData()
public void setData(String data)
public ResourceValue getTypedData()
public void setTypedData(ResourceValue typedData)
public String getValue()
public void setValue(String value)
Copyright © 2019. All rights reserved.