org.apache.commons.betwixt.io.read
Class SimpleTypeBindAction
java.lang.Object
org.apache.commons.betwixt.io.read.MappingAction
org.apache.commons.betwixt.io.read.MappingAction.Base
org.apache.commons.betwixt.io.read.SimpleTypeBindAction
public class SimpleTypeBindAction
- extends MappingAction.Base
Action binds a simple type.
- Version:
- $Revision: 438373 $
- Author:
- Robert Burrell Donkin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SimpleTypeBindAction INSTANCE
SimpleTypeBindAction
public SimpleTypeBindAction()
body
public void body(String text,
ReadContext context)
throws Exception
- Description copied from class:
MappingAction
- Executes mapping action for element body text
- Overrides:
body
in class MappingAction.Base
- Throws:
Exception
- See Also:
MappingAction.body(String, ReadContext)
next
public MappingAction next(String namespace,
String name,
Attributes attributes,
ReadContext context)
throws Exception
- Overrides:
next
in class MappingAction.Base
- Throws:
Exception
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.