Searched refs:isDeprecated (Results 1 – 5 of 5) sorted by relevance
83 + "\" deprecated=\"" + apiClass.isDeprecated() in printXmlReport()93 + "\" deprecated=\"" + constructor.isDeprecated() in printXmlReport()97 if (constructor.isDeprecated()) { in printXmlReport()116 + "\" deprecated=\"" + method.isDeprecated() in printXmlReport()124 if (method.isDeprecated()) { in printXmlReport()
80 mDeprecated = isDeprecated(attributes); in startElement()89 mDeprecated = isDeprecated(attributes); in startElement()92 mDeprecated = isDeprecated(attributes); in startElement()145 private boolean isDeprecated(Attributes attributes) { in isDeprecated() method in CurrentXmlHandler
58 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
86 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
76 public boolean isDeprecated() { in isDeprecated() method in ApiClass