Searched refs:isDeprecated (Results 1 – 5 of 5) sorted by relevance
82 + "\" deprecated=\"" + apiClass.isDeprecated() in printXmlReport()91 + "\" deprecated=\"" + constructor.isDeprecated() in printXmlReport()95 if (constructor.isDeprecated()) { in printXmlReport()113 + "\" deprecated=\"" + method.isDeprecated() in printXmlReport()121 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
56 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
84 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
76 public boolean isDeprecated() { in isDeprecated() method in ApiClass