java.lang.Object
ch.qos.logback.core.joran.spi.ElementPath
- Direct Known Subclasses:
ElementSelector
An element path characterizes a traversal path in an XML document.
- Since:
- 1.1.0
- Author:
- Ceki Gulcu
-
Constructor Summary
ConstructorDescriptionElementPath
(String pathStr) Build an elementPath from a string.ElementPath
(List<String> list) -
Method Summary
-
Constructor Details
-
ElementPath
public ElementPath() -
ElementPath
-
ElementPath
Build an elementPath from a string.Note that "/x" is considered equivalent to "x" and to "x/"
-
-
Method Details