public class XMLContainer extends XMLEntity
END, PROPERTY_TAG, PROPERTY_VALUE, STARTALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLE| Constructor and Description |
|---|
XMLContainer() |
| Modifier and Type | Method and 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) |
getChild, getChildren, getChildren, getChildrenCount, getNewEntity, getNewList, getTag, getValue, has, parseItem, setType, setValueItem, TAG, toStringChildren, with, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValue, withValueItemadd, add, addToKeyValue, containsKey, containsValue, copyEntity, entrySet, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, iterator, keyIterator, keySet, put, putAll, remove, removePos, setValue, setValueItem, values, valuesArrayIntern, with, withKeyValueString, withList, withMap, withoutaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getPositionKey, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, iterator, last, lastIndexOf, move, pack, removeAll, removeByObject, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, withSize, withVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyByIndex, getString, getValue, put, setAllowEmptyValue, sizecomparator, isComparator, sizepublic XMLContainer withPrefix(java.lang.String value)
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).