net.sf.doolin.oxml.adapter
Class DefaultOXMLAdapter
java.lang.Object
net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter<String>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOXMLAdapter
public DefaultOXMLAdapter()
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 adaptcontext - Execution context
- Returns:
- Created instance
Copyright © 2011. All Rights Reserved.