Class XmlPathResult


  • public class XmlPathResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlPathResult​(java.lang.String xml, java.lang.String xPathExpression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()  
      java.lang.String getString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlPathResult

        public XmlPathResult​(java.lang.String xml,
                             java.lang.String xPathExpression)
    • Method Detail

      • get

        public java.lang.String get()
      • getString

        public java.lang.String getString()