public class XMLStyledEntity extends XMLEntity
END, PROPERTY_TAG, PROPERTY_VALUE, STARTALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, 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)
Add Switch for bold Text
|
protected void |
toStringChildren(CharacterBuffer sb,
EntityStringConverter converter)
Add The Children to StringBuilder.
|
add, createChild, getChild, getElementBy, getElementsBy, getNewEntity, getNewList, getTag, getValue, has, parseItem, setType, sizeChildren, TAG, toString, toString, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValue, withValueItemadd, add, addToKeyValue, comparator, containsKey, containsValue, copyEntity, entrySet, equals, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, isComparator, iterator, keyIterator, keySet, put, putAll, remove, removeByIndex, removePos, replaceAllValues, setValue, setValueItem, values, valuesArrayIntern, with, withComparator, withKeyValueString, withList, withMap, withMultIndexaddHashItem, 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, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyByIndex, getString, getValue, getValueByIndex, put, setAllowEmptyValuecomparator, isComparatorprotected 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