public interface Value
| Modifier and Type | Method and Description |
|---|---|
char[] |
getCharacters()
Returns character array containing the values represented as String
representation for XML.
|
void |
getCharacters(char[] cbuffer,
int offset)
Fills character array with the value represented as String
|
int |
getCharactersLength()
Length of string representation
|
ValueType |
getValueType()
Returns type of the boxed value e.g., int or boolean.
|
String |
toString()
Returns string representation.
|
String |
toString(char[] cbuffer,
int offset)
Returns string representation by making use of the passed character
array.
|
ValueType getValueType()
Note: can be a string-type even if integer-type is expected (e.g., if Preserve.LexicalValues is set to TRUE).
char[] getCharacters()
Please consider using getCharacters(char[] cbuffer, int offset).
void getCharacters(char[] cbuffer,
int offset)
cbuffer - character bufferoffset - character buffer offsetint getCharactersLength()
String toString(char[] cbuffer, int offset)
cbuffer - character bufferoffset - character buffer offsetCopyright © 2018 Siemens AG. All rights reserved.