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