Class XPathsPart

All Implemented Interfaces:
CustomXmlPart

public class XPathsPart
extends JaxbCustomXmlDataStoragePart<Xpaths>
  • Constructor Details

  • Method Details

    • getXPathById

      public Xpaths.Xpath getXPathById​(java.lang.String id)
      For performance reasons, avoid using this if you have a lot of xpaths
      Parameters:
      id -
      Returns:
      Since:
      3.0.0
    • getXPathById

      public static Xpaths.Xpath getXPathById​(Xpaths xpaths, java.lang.String id)
      For performance reasons, avoid using this if you have a lot of xpaths
      Parameters:
      xpaths -
      id -
      Returns:
    • getXPathByQuestionId

      public Xpaths.Xpath getXPathByQuestionId​(java.lang.String id)
      Parameters:
      id -
      Returns:
      Since:
      3.0.0
    • getXPathByQuestionId

      public static Xpaths.Xpath getXPathByQuestionId​(Xpaths xpaths, java.lang.String id)