Uses of Class
org.itsallcode.openfasttrace.importer.xmlparser.event.StartElementEvent
Packages that use StartElementEvent
Package
Description
-
Uses of StartElementEvent in org.itsallcode.openfasttrace.importer.xmlparser
Methods in org.itsallcode.openfasttrace.importer.xmlparser with parameters of type StartElementEventModifier and TypeMethodDescriptionvoidEventContentHandler.startElement(StartElementEvent event) Called when an XML element starts. -
Uses of StartElementEvent in org.itsallcode.openfasttrace.importer.xmlparser.event
Methods in org.itsallcode.openfasttrace.importer.xmlparser.event that return StartElementEventModifier and TypeMethodDescriptionstatic StartElementEventStartElementEvent.create(String uri, String localName, String qName, Attributes attributes, Location location) Creates a new start element event. -
Uses of StartElementEvent in org.itsallcode.openfasttrace.importer.xmlparser.tree
Methods in org.itsallcode.openfasttrace.importer.xmlparser.tree that return StartElementEventMethods in org.itsallcode.openfasttrace.importer.xmlparser.tree with parameters of type StartElementEventModifier and TypeMethodDescriptionvoidTreeBuildingContentHandler.startElement(StartElementEvent event)