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
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.joran.event.SaxEvent
localName, locator, namespaceURI, qName
-
Constructor Summary
ConstructorsConstructorDescriptionStartEvent
(ElementPath elementPath, String namespaceURI, String localName, String qName, Attributes attributes, Locator locator) -
Method Summary
Methods inherited from class ch.qos.logback.core.joran.event.SaxEvent
getLocalName, getLocator, getNamespaceURI, getQName
-
Field Details
-
attributes
-
elementPath
-
-
Constructor Details
-
StartEvent
StartEvent(ElementPath elementPath, String namespaceURI, String localName, String qName, Attributes attributes, Locator locator)
-
-
Method Details