public static class MappingAction.Base extends MappingAction
MappingAction.BaseEMPTY, IGNORE| Constructor and Description |
|---|
MappingAction.Base() |
| Modifier and Type | Method and Description |
|---|---|
MappingAction |
begin(String namespace,
String name,
org.xml.sax.Attributes attributes,
ReadContext context)
Executes mapping action on new element.
|
void |
body(String text,
ReadContext context)
Executes mapping action for element body text
|
void |
end(ReadContext context)
Executes mapping action one element ends
|
MappingAction |
next(String namespace,
String name,
org.xml.sax.Attributes attributes,
ReadContext context) |
public MappingAction next(String namespace, String name, org.xml.sax.Attributes attributes, ReadContext context) throws Exception
next in class MappingActionExceptionpublic MappingAction begin(String namespace, String name, org.xml.sax.Attributes attributes, ReadContext context) throws Exception
MappingActionbegin in class MappingActionattributes - Attributes not nullcontext - Context not nullExceptionMappingAction.begin(String, String, Attributes, ReadContext)public void body(String text, ReadContext context) throws Exception
MappingActionbody in class MappingActionExceptionMappingAction.body(String, ReadContext)public void end(ReadContext context) throws Exception
MappingActionend in class MappingActionExceptionMappingAction.end(ReadContext)Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.