|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.invoker.base.xml.BTTXMLUnFormatter
The BTTXMLUnFormatter class provide function to parse XML document into object
Field Summary | |
---|---|
protected XMLResultObjectController |
controller
|
Constructor Summary | |
---|---|
BTTXMLUnFormatter(java.lang.String className)
Contstructor |
|
BTTXMLUnFormatter(XMLResultObjectController aCtrl)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
addCollectionElement(java.lang.Object currentCollection,
XMLToken aToken)
Add an element to the given colletion. |
java.lang.Object |
addElement(java.lang.Object currentRecord,
XMLToken aToken)
Add a element to the given record. |
java.lang.Object |
createCollection(java.lang.Object currentRecord,
XMLToken aToken)
Create a collection inside a given record based on the information in the given token Returns the newly created collection |
java.lang.Object |
createRecord(java.lang.Object currentRecord,
XMLToken aToken)
Create a record inside a given record based on the information in the given token Returns the newly created record |
java.lang.Object |
createRecord(XMLToken aToken)
Create a record based on the information in the given token Returns the newly created record |
java.lang.Object |
createRecordInCollection(java.lang.Object currentCollection,
XMLToken aToken)
Create a record inside a given collection based on the information in the given token |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected XMLResultObjectController controller
Constructor Detail |
public BTTXMLUnFormatter(XMLResultObjectController aCtrl)
public BTTXMLUnFormatter(java.lang.String className) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
Method Detail |
public java.lang.Object createRecord(XMLToken aToken)
public java.lang.Object createRecord(java.lang.Object currentRecord, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object createRecordInCollection(java.lang.Object currentCollection, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object createCollection(java.lang.Object currentRecord, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addElement(java.lang.Object currentRecord, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addCollectionElement(java.lang.Object currentCollection, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |