Package de.pdark.decentxml.mapping
Class AbstractNodeHandler
- java.lang.Object
-
- de.pdark.decentxml.mapping.AbstractNodeHandler
-
- All Implemented Interfaces:
INodeHandler
- Direct Known Subclasses:
ComplexElementHandler
,TextHandlerFactory.StringTextHandler
,TextHandlerFactory.TextObjectTextHandler
public abstract class AbstractNodeHandler extends Object implements INodeHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractNodeHandler(Object handler, Method method)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
handle(Node node)
abstract void
invoke(Node node)
String
toString()
-