Searched refs:isBuiltInObjType (Results 1 – 4 of 4) sorted by relevance
107 if (GlobalConfiguration.isBuiltInObjType(objectTypeName) || in startElement()108 Configuration.isBuiltInObjType(objectTypeName)) { in startElement()137 } else if (Configuration.isBuiltInObjType(localName)) { in startElement()163 } else if (GlobalConfiguration.isBuiltInObjType(localName)) { in startElement()264 if (OBJECT_TAG.equals(localName) || Configuration.isBuiltInObjType(localName) in endElement()265 || GlobalConfiguration.isBuiltInObjType(localName)) { in endElement()
254 static boolean isBuiltInObjType(String typeName) { in isBuiltInObjType() method in GlobalConfiguration
134 static boolean isBuiltInObjType(String typeName) { in isBuiltInObjType() method in Configuration
485 Configuration.isBuiltInObjType(name)); in testGetJsonCommandUsage()