public class Any extends BaseEntity<Any>
XML, XML_COMPACT| Constructor and Description |
|---|
Any() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor) |
Any |
addChild(Any any) |
protected Map<String,String> |
attributes(boolean readonly) |
protected List<Any> |
children(boolean readonly) |
boolean |
equals(Object obj) |
List<Any> |
getAllChildren(String name) |
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
List<Any> |
getChildren() |
Any |
getFirstChild(String name) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
boolean |
hasValue() |
void |
mergeAttributes(Any other) |
Any |
setAttribute(String name,
String value) |
Any |
setName(String name) |
Any |
setValue(String value) |
assertAttributeEquals, equals, formatTo, toStringCopyright © 2022 Unidal Organization. All rights reserved.