Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
Package
Description
Contains Joran configuration classes.
-
Uses of SaxEvent in ch.qos.logback.core.joran
Modifier and TypeMethodDescriptionGenericXMLConfigurator.buildModelFromSaxEventList
(List<SaxEvent> saxEvents) protected void
GenericXMLConfigurator.buildSaxEventInterpreter
(List<SaxEvent> saxEvents) -
Uses of SaxEvent in ch.qos.logback.core.joran.event
-
Uses of SaxEvent in ch.qos.logback.core.joran.spi
Modifier and TypeMethodDescriptionEventPlayer.getCopyOfPlayerEventList()
Return a copy of the current event list in the player.Modifier and TypeMethodDescriptionvoid
EventPlayer.addEventsDynamically
(List<SaxEvent> eventList, int offset) ModifierConstructorDescriptionEventPlayer
(SaxEventInterpreter interpreter, List<SaxEvent> saxEvents) SaxEventInterpreter
(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)