Class RichYPathParser


  • public class RichYPathParser
    extends java.lang.Object
    Allows creating RichYPath from its binary representation.
    See Also:
    YPath documentation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static YPath parse​(byte[] data)  
      static YPath parse​(java.lang.String data)  
      • Methods inherited from class java.lang.Object

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

      • parse

        public static YPath parse​(java.lang.String data)
      • parse

        public static YPath parse​(byte[] data)