Searched refs:elementOrPath (Results 1 – 1 of 1) sorted by relevance
49 public static DtdType fromPath(String elementOrPath) { in fromPath() argument50 Matcher m = FIRST_ELEMENT.matcher(elementOrPath); in fromPath()