Package net.sf.doolin.oxml.adapter

Interface Summary
OXMLAdapter This interface defines an object which adapts a node (given a parent node and an XPath expression) to an object suitable for the target object model.
OXMLInstanceFactory<T> Factory for instances.
 

Class Summary
AbstractOXMLInstanceFactory<T> Creates an instance from the current node.
AbstractSimpleOXMLAdapter<T> Adapter that converts the string value to an object.
AbstractTextOXMLInstanceFactory<T> Creates an instance from the text of the current element.
DefaultOXMLAdapter Takes the node value as a String.
DimensionOXMLAdapter OXMLAdapter for a Dimension object which has been rendered as "width,height".
EnumOXMLAdapter Adapter towards an enumeration.
 



Copyright © 2011. All Rights Reserved.