org.skyscreamer.yoga.mapper
Class XhtmlHierarchyModel
java.lang.Object
org.skyscreamer.yoga.mapper.XhtmlHierarchyModel
- All Implemented Interfaces:
- HierarchicalModel
public class XhtmlHierarchyModel
- extends Object
- implements HierarchicalModel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlHierarchyModel
public XhtmlHierarchyModel(org.dom4j.Element element)
XhtmlHierarchyModel
public XhtmlHierarchyModel(org.dom4j.Element element,
String childName)
addSimple
public void addSimple(PropertyDescriptor property,
Object result)
- Specified by:
addSimple in interface HierarchicalModel
addSimple
public void addSimple(String name,
Object result)
- Specified by:
addSimple in interface HierarchicalModel
createChild
public HierarchicalModel createChild(PropertyDescriptor property,
Object result)
- Specified by:
createChild in interface HierarchicalModel
createChild
public HierarchicalModel createChild(String property,
Object value)
- Specified by:
createChild in interface HierarchicalModel
createList
public HierarchicalModel createList(PropertyDescriptor property,
Object result)
- Specified by:
createList in interface HierarchicalModel
createList
public HierarchicalModel createList(String property,
Object result)
- Specified by:
createList in interface HierarchicalModel
Copyright © 2012. All Rights Reserved.