public class CXMLCharData extends CXMLContentItem
Constructor and Description |
---|
CXMLCharData(char[] string) |
Modifier and Type | Method and Description |
---|---|
static CXMLCharData |
alloc(char[] str) |
void |
free()
This function is used for managing freed objects,
which we reuse.
|
char[] |
getKey() |
char[] |
getString() |
public final char[] getString()
public final char[] getKey()
public static CXMLCharData alloc(char[] str)
public void free()
CXMLContentItem
free
in class CXMLContentItem