Package ch.qos.logback.core.joran.event
Class StartEvent
- java.lang.Object
-
- ch.qos.logback.core.joran.event.SaxEvent
-
- ch.qos.logback.core.joran.event.StartEvent
-
@Deprecated(since="2022-01-27") public class StartEvent extends SaxEvent
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description org.xml.sax.AttributesattributesDeprecated.ElementPathelementPathDeprecated.-
Fields inherited from class ch.qos.logback.core.joran.event.SaxEvent
localName, locator, namespaceURI, qName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.xml.sax.AttributesgetAttributes()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class ch.qos.logback.core.joran.event.SaxEvent
getLocalName, getLocator, getNamespaceURI, getQName
-
-
-
-
Field Detail
-
attributes
public final org.xml.sax.Attributes attributes
Deprecated.
-
elementPath
public final ElementPath elementPath
Deprecated.
-
-