net.sf.doolin.oxml.adapter
Class DefaultOXMLAdapter

java.lang.Object
  extended by net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter<String>
      extended by net.sf.doolin.oxml.adapter.DefaultOXMLAdapter
All Implemented Interfaces:
OXMLAdapter

public class DefaultOXMLAdapter
extends AbstractSimpleOXMLAdapter<String>

Takes the node value as a String.

Author:
Damien Coraboeuf

Constructor Summary
DefaultOXMLAdapter()
           
 
Method Summary
protected  String adapt(String value, OXMLContext context)
          Adapts a simple string to an object.
 
Methods inherited from class net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter
adapt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOXMLAdapter

public DefaultOXMLAdapter()
Method Detail

adapt

protected String adapt(String value,
                       OXMLContext context)
Description copied from class: AbstractSimpleOXMLAdapter
Adapts a simple string to an object.

Specified by:
adapt in class AbstractSimpleOXMLAdapter<String>
Parameters:
value - String to adapt
context - Execution context
Returns:
Created instance


Copyright © 2011. All Rights Reserved.