Interface POBXMLNodeListener
-
- All Implemented Interfaces:
public interface POBXMLNodeListenerInterface provides the method to build model class with POBNodeBuilder. Every xml base model class should implement this interface.
-
-
Method Summary
Modifier and Type Method Description abstract voidbuild(@NonNull() POBNodeBuilder builder)POBXMLParser calls this method to build model class object with node builder -
-
Method Detail
-
build
abstract void build(@NonNull() POBNodeBuilder builder)
POBXMLParser calls this method to build model class object with node builder
- Parameters:
builder- Instance of POBNodeBuilder, to be used for building the model class object
-
-
-
-