Searched refs:xsdString (Results 1 – 1 of 1) sorted by relevance
546 public static int xsdStringToContentType(String xsdString) { in xsdStringToContentType() argument547 if (XSD_STRING_TO_CONTENT_TYPE.containsKey(xsdString)) { in xsdStringToContentType()548 return XSD_STRING_TO_CONTENT_TYPE.get(xsdString); in xsdStringToContentType()