public class XMLStyledEntity extends XMLEntity
PROPERTY_TAG, PROPERTY_VALUEALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
XMLStyledEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String key)
Get The Value of Attribute.
|
boolean |
isBold() |
boolean |
set(java.lang.String attribute,
java.lang.Object value)
Set new Value of Attribute.
|
void |
setBold(boolean value) |
protected void |
toStringChildren(java.lang.StringBuilder sb,
int indentFactor,
int intent)
Add The Children to StringBuilder.
|
addChild, getChild, getChildren, getChildren, getNewEntity, getNewList, getTag, getValueItem, TAG, toString, toString, toString, withChild, withKeyValue, withTag, withValue, withValue, withValueItemadd, add, containsKey, containsValue, copyEntity, entrySet, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getString, getString, getValue, getValueByIndex, increment, indexOfValue, iterator, keyIterator, keySet, put, putAll, remove, setValueItem, values, with, withAll, withList, withList, withMapaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, subList, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisVisible, withVisiblecontainsKey, get, getBoolean, getDouble, getInt, getStringprotected void toStringChildren(java.lang.StringBuilder sb,
int indentFactor,
int intent)
XMLEntitytoStringChildren in class XMLEntitysb - The StringBuilder where The Children addindentFactor - IntentFactor for indentintent - Current Intentpublic boolean set(java.lang.String attribute,
java.lang.Object value)
attribute - The Attribute Keyvalue - The new Value of Attributepublic java.lang.Object get(java.lang.String key)
key - The Key of Attributepublic boolean isBold()
public void setBold(boolean value)
value - The new Option of Bold