public interface CommonBean
| Modifier and Type | Method and Description |
|---|---|
void |
changePropertyByName(String name,
Object value) |
CommonBean[] |
childBeans(boolean recursive) |
void |
childBeans(boolean recursive,
List beans) |
boolean |
equals(Object o) |
Object |
fetchPropertyByName(String name) |
int |
hashCode() |
String |
nameChild(Object childObj) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName,
boolean returnXPathName) |
String |
nameSelf() |
void |
readNode(Node node) |
void |
readNode(Node node,
Map namespacePrefixes) |
String |
toString() |
void |
validate() |
void |
writeNode(Writer out) |
void |
writeNode(Writer out,
String nodeName,
String indent) |
CommonBean[] childBeans(boolean recursive)
void childBeans(boolean recursive,
List beans)
String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName)
String nameSelf()
void readNode(Node node)
void validate()
throws BeanGraph.ValidateException
BeanGraph.ValidateExceptionvoid writeNode(Writer out) throws IOException
IOExceptionvoid writeNode(Writer out, String nodeName, String indent) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.