Home
last modified time | relevance | path

Searched refs:__supportedServiceNames (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java55 static private final String[] __supportedServiceNames = { field in FlatXml
75 for (int i = 0; i < __supportedServiceNames.length; i++) { in supportsService()
76 if (__supportedServiceNames[i].equals(sName)) return true; in supportsService()
84 return( __supportedServiceNames ); in getSupportedServiceNames()

Completed in 14 milliseconds