Searched refs:customizationType (Results 1 – 1 of 1) sorted by relevance
95 final String customizationType = parser.getAttributeValue(null, "customizationType"); in readFamily() local96 if (customizationType == null) { in readFamily()99 if (customizationType.equals("new-named-family")) { in readFamily()102 throw new IllegalArgumentException("Unknown customizationType=" + customizationType); in readFamily()