Uses of Class
ch.qos.logback.core.joran.spi.ElementPath
-
Packages that use ElementPath Package Description ch.qos.logback.access.sift ch.qos.logback.classic.sift ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.action ch.qos.logback.core.joran.event ch.qos.logback.core.joran.event.stax ch.qos.logback.core.joran.spi chapters.onJoran.implicit -
-
Uses of ElementPath in ch.qos.logback.access.sift
Methods in ch.qos.logback.access.sift that return ElementPath Modifier and Type Method Description protected ElementPathSiftingJoranConfigurator. initialElementPath() -
Uses of ElementPath in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift that return ElementPath Modifier and Type Method Description protected ElementPathSiftingJoranConfigurator. initialElementPath() -
Uses of ElementPath in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return ElementPath Modifier and Type Method Description protected ElementPathGenericConfigurator. initialElementPath() -
Uses of ElementPath in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type ElementPath Modifier and Type Method Description abstract booleanImplicitAction. isApplicable(ElementPath currentElementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)Check whether this implicit action is appropriate in the current context.booleanNestedBasicPropertyIA. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)booleanNestedComplexPropertyIA. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ic) -
Uses of ElementPath in ch.qos.logback.core.joran.event
Fields in ch.qos.logback.core.joran.event declared as ElementPath Modifier and Type Field Description ElementPathStartEvent. elementPath(package private) ElementPathSaxEventRecorder. globalElementPathConstructors in ch.qos.logback.core.joran.event with parameters of type ElementPath Constructor Description StartEvent(ElementPath elementPath, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes, org.xml.sax.Locator locator) -
Uses of ElementPath in ch.qos.logback.core.joran.event.stax
Fields in ch.qos.logback.core.joran.event.stax declared as ElementPath Modifier and Type Field Description ElementPathStartEvent. elementPathMethods in ch.qos.logback.core.joran.event.stax that return ElementPath Modifier and Type Method Description ElementPathStartEvent. getElementPath()Constructors in ch.qos.logback.core.joran.event.stax with parameters of type ElementPath Constructor Description StartEvent(ElementPath elementPath, java.lang.String name, java.util.Iterator<javax.xml.stream.events.Attribute> attributeIterator, javax.xml.stream.Location location) -
Uses of ElementPath in ch.qos.logback.core.joran.spi
Subclasses of ElementPath in ch.qos.logback.core.joran.spi Modifier and Type Class Description classElementSelectorElementSelector extendsElementPathwith matching operations such asElementSelector.fullPathMatch(ElementPath),ElementSelector.getPrefixMatchLength(ElementPath)andElementSelector.getTailMatchLength(ElementPath).Fields in ch.qos.logback.core.joran.spi declared as ElementPath Modifier and Type Field Description private ElementPathInterpreter. elementPath(package private) ElementPathInterpreter. skipIf the skip nested is set, then we skip all its nested elements until it is set back to null at when the element's end is reached.Methods in ch.qos.logback.core.joran.spi that return ElementPath Modifier and Type Method Description ElementPathElementPath. duplicate()Methods in ch.qos.logback.core.joran.spi with parameters of type ElementPath Modifier and Type Method Description booleanElementSelector. fullPathMatch(ElementPath path)(package private) java.util.List<Action>SimpleRuleStore. fullPathMatch(ElementPath elementPath)(package private) java.util.List<Action>Interpreter. getApplicableActionList(ElementPath elementPath, org.xml.sax.Attributes attributes)Return the list of applicable patterns for thisintElementSelector. getPrefixMatchLength(ElementPath p)Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.intElementSelector. getTailMatchLength(ElementPath p)Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.booleanElementSelector. isContainedIn(ElementPath p)(package private) java.util.List<Action>Interpreter. lookupImplicitAction(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)Check if any implicit actions are applicable.java.util.List<Action>RuleStore. matchActions(ElementPath elementPath)Return a list of actions matching a pattern.java.util.List<Action>SimpleRuleStore. matchActions(ElementPath elementPath)(package private) java.util.List<Action>SimpleRuleStore. middleMatch(ElementPath path)(package private) java.util.List<Action>SimpleRuleStore. prefixMatch(ElementPath elementPath)(package private) java.util.List<Action>SimpleRuleStore. suffixMatch(ElementPath elementPath)Constructors in ch.qos.logback.core.joran.spi with parameters of type ElementPath Constructor Description Interpreter(Context context, RuleStore rs, ElementPath initialElementPath) -
Uses of ElementPath in chapters.onJoran.implicit
Methods in chapters.onJoran.implicit with parameters of type ElementPath Modifier and Type Method Description booleanPrintMeImplicitAction. isApplicable(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)
-