Class StartEvent
java.lang.Object
ch.qos.logback.core.joran.event.stax.StaxEvent
ch.qos.logback.core.joran.event.stax.StartEvent
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionStartEvent(ElementPath elementPath, String name, Iterator<Attribute> attributeIterator, Location location) -
Method Summary
Modifier and TypeMethodDescription(package private) AttributegetAttributeByName(String name) private voidpopulateAttributes(Iterator<Attribute> attributeIterator) toString()Methods inherited from class ch.qos.logback.core.joran.event.stax.StaxEvent
getLocation, getName
-
Field Details
-
attributes
-
elementPath
-
-
Constructor Details
-
StartEvent
StartEvent(ElementPath elementPath, String name, Iterator<Attribute> attributeIterator, Location location)
-
-
Method Details