com.openharbor.beck.configure
Class MappingUnmarshaller

java.lang.Object
  extended bycom.openharbor.beck.unmarshal.DefaultUnmarshaller
      extended bycom.openharbor.beck.unmarshal.GroupUnmarshaller
          extended bycom.openharbor.beck.unmarshal.CollectionUnmarshaller
              extended bycom.openharbor.beck.configure.MappingUnmarshaller
All Implemented Interfaces:
MapFromXML.Aware, Setter, Unmarshaller

public class MappingUnmarshaller
extends CollectionUnmarshaller


Field Summary
 
Fields inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller
data, documentState, log
 
Constructor Summary
MappingUnmarshaller()
           
 
Method Summary
 void startElement(Unmarshaller parent, XMLThing source)
           
 
Methods inherited from class com.openharbor.beck.unmarshal.CollectionUnmarshaller
addChild, getCollection, getObjectClass, getValue, getValue, getValueClass, removeValue, replaceValue, setValue
 
Methods inherited from class com.openharbor.beck.unmarshal.GroupUnmarshaller
locateChild, removeChildAt, removeLastChild, swapLastChildWith
 
Methods inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller
addToParent, addValue, afterEndObject, disengage, disengaged, endElement, endObject, engage, getChildClass, getMap, getMapFromXML, getObject, getParent, getSource, getSourceXPath, getXMLContext, getXName, getXPath, isEngaged, newObject, processAttributes, referToThis, reset, rethrow, setMapFromXML, setObject, setObjectClass, setParentAndSource, setValue, setXMLContext, startObject, toString, trim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingUnmarshaller

public MappingUnmarshaller()
Method Detail

startElement

public void startElement(Unmarshaller parent,
                         XMLThing source)
                  throws java.lang.Exception
Overrides:
startElement in class DefaultUnmarshaller
Throws:
java.lang.Exception