BaseItem, Entity, EntityListpublic class XMLStyledEntity extends XMLEntity
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLEEND, PROPERTY_TAG, PROPERTY_VALUE, START| Constructor | Description |
|---|---|
XMLStyledEntity() |
| Modifier and Type | Method | 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) |
Add Switch for bold Text
|
protected void |
toStringChildren(CharacterBuffer sb,
EntityStringConverter converter) |
Add The Children to StringBuilder.
|
addHashItem, addKeyValue, checkValue, clear, contains, containsAll, containsAll, fireProperty, first, flag, get, getByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, removeAll, removeByObject, removeItem, reset, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblegetKeyByIndex, getString, getValue, getValueByIndex, put, setAllowEmptyValuecomparator, isComparatorclear, compute, computeIfAbsent, computeIfPresent, entry, forEach, getOrDefault, hashCode, isEmpty, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll, sizeclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addToKeyValue, comparator, containsKey, containsValue, copyEntity, entrySet, equals, get, getBoolean, getDouble, getInt, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, isComparator, iterator, keyIterator, keySet, put, putAll, remove, removeByIndex, removePos, replaceAllValues, setValue, setValueItem, toTable, values, valuesArrayIntern, with, withComparator, withKeyValueString, withList, withMap, withMultIndexadd, createChild, getChild, getElementBy, getElementsBy, getNewEntity, getNewList, getTag, getValue, has, parseItem, setType, sizeChildren, TAG, toString, toString, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValue, withValueItemprotected void toStringChildren(CharacterBuffer sb, EntityStringConverter converter)
XMLEntitytoStringChildren in class XMLEntitysb - The StringBuilder where The Children addconverter - The Current Converterpublic 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