|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcookxml.core.adder.DoNothingAdder
public class DoNothingAdder
As the name implies, this adder does exactly nothing. The children can be anything.
| Method Summary | |
|---|---|
boolean |
add(String ns,
String parentTag,
Object parent,
Object child,
cookxml.core.DecodeEngine decodeEngine)
Add the child to the parent. |
static Adder |
getInstance()
This is a frequently used adder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Adder getInstance()
public boolean add(String ns,
String parentTag,
Object parent,
Object child,
cookxml.core.DecodeEngine decodeEngine)
Adder
add in interface Adderns - the parent tag namespace.parentTag - the parent tag name.parent - the parent object.child - the child object.decodeEngine - the DecodeEngine instance being used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||