Class ElementPath

java.lang.Object
ch.qos.logback.core.joran.spi.ElementPath
Direct Known Subclasses:
ElementSelector

@Deprecated(since="2022-01-27") public class ElementPath extends Object
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A element path characterizes a traversal path in an XML document.
Since:
1.1.0
  • Constructor Details

    • ElementPath

      public ElementPath()
      Deprecated.
    • ElementPath

      public ElementPath(List<String> list)
      Deprecated.
    • ElementPath

      public ElementPath(String pathStr)
      Deprecated.
      Build an elementPath from a string.

      Note that "/x" is considered equivalent to "x" and to "x/"

  • Method Details

    • duplicate

      public ElementPath duplicate()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • getCopyOfPartList

      public List<String> getCopyOfPartList()
      Deprecated.
    • push

      public void push(String s)
      Deprecated.
    • get

      public String get(int i)
      Deprecated.
    • pop

      public void pop()
      Deprecated.
    • peekLast

      public String peekLast()
      Deprecated.
    • size

      public int size()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object