Uses of Interface
org.itsallcode.openfasttrace.importer.xmlparser.tree.TreeContentHandler
Packages that use TreeContentHandler
Package
Description
-
Uses of TreeContentHandler in org.itsallcode.openfasttrace.importer.xmlparser
Methods in org.itsallcode.openfasttrace.importer.xmlparser with parameters of type TreeContentHandlerModifier and TypeMethodDescriptionvoidXmlParser.parse(String filePath, Reader reader, TreeContentHandler eventHandler) Parse the content from the givenReader, invoking the callback methods of the givenTreeContentHandler. -
Uses of TreeContentHandler in org.itsallcode.openfasttrace.importer.xmlparser.tree
Classes in org.itsallcode.openfasttrace.importer.xmlparser.tree that implement TreeContentHandlerModifier and TypeClassDescriptionclassA convenientTreeContentHandlerthat allows registering listeners for specific elements.Methods in org.itsallcode.openfasttrace.importer.xmlparser.tree with parameters of type TreeContentHandlerModifier and TypeMethodDescriptionvoidCallbackContentHandler.pushDelegate(TreeContentHandler delegate) Pushes the givenTreeContentHandleras a delegate.voidTreeBuildingContentHandler.setDelegate(TreeContentHandler newDelegate) voidTreeParsingController.setDelegate(TreeContentHandler newDelegate) Set a new handler delegate.Method parameters in org.itsallcode.openfasttrace.importer.xmlparser.tree with type arguments of type TreeContentHandlerModifier and TypeMethodDescriptionCallbackContentHandler.addSubTreeHandler(String elementName, Supplier<TreeContentHandler> supplier) Adds aTreeContentHandlerthat will process the elements in the sub tree.Constructors in org.itsallcode.openfasttrace.importer.xmlparser.tree with parameters of type TreeContentHandlerModifierConstructorDescriptionTreeBuildingContentHandler(TreeContentHandler delegate) Create a new instance of aTreeBuildingContentHandler.