Interface ContentHandlerAdapterController
public interface ContentHandlerAdapterController
A controller that allows finishing the parsing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidTell the controller that this handler is finished with parsing the XML sub tree.
-
Method Details
-
parsingFinished
void parsingFinished()Tell the controller that this handler is finished with parsing the XML sub tree.
-