Java Hash String hasHeirarchy(String xpath)

Here you can find the source of hasHeirarchy(String xpath)

Description

has Heirarchy

License

Apache License

Declaration

static boolean hasHeirarchy(String xpath) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    static boolean hasHeirarchy(String xpath) {
        return xpath.contains("/");
    }//from   ww  w. j  a  v  a 2s.co  m
}

Related

  1. hashCode64(String s)
  2. hashCodeIgnoreCase(String a)
  3. hashCodeOfStringArray(String[] stringArray)
  4. hashCodeToString(byte[] hash)
  5. hashCodeToString(long code)
  6. hasHexOrDecLongUrnSuffix(String value)
  7. hasHexPrefix(final String hexSymbols)
  8. hasHighChars(String s)
  9. hasHint(String hint, String parameter)