public static class MappingAction.Base extends MappingAction
MappingAction.Base
EMPTY, 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 MappingAction
Exception
public MappingAction begin(String namespace, String name, org.xml.sax.Attributes attributes, ReadContext context) throws Exception
MappingAction
begin
in class MappingAction
attributes
- Attributes not nullcontext
- Context not nullException
MappingAction.begin(String, String, Attributes, ReadContext)
public void body(String text, ReadContext context) throws Exception
MappingAction
body
in class MappingAction
Exception
MappingAction.body(String, ReadContext)
public void end(ReadContext context) throws Exception
MappingAction
end
in class MappingAction
Exception
MappingAction.end(ReadContext)
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.