public class SimpleTypeBindAction extends MappingAction.Base
MappingAction.Base
Modifier and Type | Field and Description |
---|---|
static SimpleTypeBindAction |
INSTANCE |
EMPTY, IGNORE
Constructor and Description |
---|
SimpleTypeBindAction() |
Modifier and Type | Method and Description |
---|---|
void |
body(String text,
ReadContext context)
Executes mapping action for element body text
|
MappingAction |
next(String namespace,
String name,
org.xml.sax.Attributes attributes,
ReadContext context) |
begin, end
public static final SimpleTypeBindAction INSTANCE
public void body(String text, ReadContext context) throws Exception
MappingAction
body
in class MappingAction.Base
Exception
MappingAction.body(String, ReadContext)
public MappingAction next(String namespace, String name, org.xml.sax.Attributes attributes, ReadContext context) throws Exception
next
in class MappingAction.Base
Exception
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.