Searched refs:isBuiltInObjType (Results 1 – 4 of 4) sorted by relevance
115 if (GlobalConfiguration.isBuiltInObjType(objectTypeName) || in startElement()116 Configuration.isBuiltInObjType(objectTypeName)) { in startElement()145 } else if (Configuration.isBuiltInObjType(localName)) { in startElement()179 } else if (GlobalConfiguration.isBuiltInObjType(localName)) { in startElement()291 if (OBJECT_TAG.equals(localName) || Configuration.isBuiltInObjType(localName) in endElement()292 || GlobalConfiguration.isBuiltInObjType(localName)) { in endElement()
276 static boolean isBuiltInObjType(String typeName) { in isBuiltInObjType() method in GlobalConfiguration
144 static boolean isBuiltInObjType(String typeName) { in isBuiltInObjType() method in Configuration
491 Configuration.isBuiltInObjType(name)); in testGetJsonCommandUsage()