Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
-
Packages that use SaxEvent Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.event Contains event classes representing SAX parsing events in Joran.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
Uses of SaxEvent in ch.qos.logback.core.joran
Method parameters in ch.qos.logback.core.joran with type arguments of type SaxEvent Modifier and Type Method Description ModelGenericXMLConfigurator. buildModelFromSaxEventList(List<SaxEvent> saxEvents)protected voidGenericXMLConfigurator. buildSaxEventInterpreter(List<SaxEvent> saxEvents) -
Uses of SaxEvent in ch.qos.logback.core.joran.event
Subclasses of SaxEvent in ch.qos.logback.core.joran.event Modifier and Type Class Description classBodyEventclassEndEventclassStartEventMethods in ch.qos.logback.core.joran.event that return types with arguments of type SaxEvent Modifier and Type Method Description List<SaxEvent>SaxEventRecorder. getSaxEventList() -
Uses of SaxEvent in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type SaxEvent Modifier and Type Method Description List<SaxEvent>EventPlayer. getCopyOfPlayerEventList()Return a copy of the current event list in the player.Method parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEvent Modifier and Type Method Description voidEventPlayer. addEventsDynamically(List<SaxEvent> eventList, int offset)Constructor parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEvent Constructor Description EventPlayer(SaxEventInterpreter interpreter, List<SaxEvent> saxEvents)SaxEventInterpreter(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)
-