BaseItem, Entity, EntityListpublic class XMLContainer extends XMLEntity
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLEEND, PROPERTY_TAG, PROPERTY_VALUE, START| Constructor | Description |
|---|---|
XMLContainer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
Convert Element to String
|
java.lang.String |
toString(int indentFactor) |
Make a prettyprinted Text of this Entity.
|
XMLContainer |
withPrefix(java.lang.String value) |
|
XMLContainer |
withStandardPrefix() |
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, toStringChildren, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValue, withValueItempublic XMLContainer withPrefix(java.lang.String value)
public XMLContainer withStandardPrefix()
public java.lang.String toString()
BaseItempublic java.lang.String toString(int indentFactor)
EntityWarning: This method assumes that the data structure is acyclical.
toString in interface EntitytoString in interface EntityListtoString in class XMLEntityindentFactor - The number of spaces to add to each level of indentation.{ (left
brace) and ending with } (right
brace).