|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.colle.xml.SystemMapper
Maps objects and lists of objects into a DOM document. Created: 26 Sep 2001
Method Summary | |
static SystemMapper |
getInstance()
Returns the system mapper singleton. |
void |
map(org.jdom.Element pxParent,
String psName,
Object pxObject,
Set pxPaths)
Maps the object into a DOM document. |
void |
mapCollection(org.jdom.Element pxParent,
String psName,
Collection pxCollection,
Set pxPaths)
Maps the collection into a DOM document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final SystemMapper getInstance()
public final void mapCollection(org.jdom.Element pxParent, String psName, Collection pxCollection, Set pxPaths)
pxParent
- parent element to add new elements ontopsName
- name the first element tag should be calledpxCollection
- collection being mappedpxPaths
- paths to each explicitly requested objectpublic final void map(org.jdom.Element pxParent, String psName, Object pxObject, Set pxPaths)
pxParent
- parent element to add new elements ontopsName
- name the top element tag should be calledpxObject
- object being mappedpxPaths
- paths to each explicitly requested object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |