[TIMOB-19902] Android: Deprecate or document the Ti.XML.Node.evaluate method
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 5.1.0 |
Fix Version/s | n/a |
Components | Android, TiAPI |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-11-10T14:43:31.000+0000 |
Updated | 2019-01-14T22:48:30.000+0000 |
Description
The Android Ti.XML.Node implementation has an undocumented evaluate() method that takes an xpath string expression and evaluates it. This is not found in our docs whatsoever for the class.
We should either document it and make it official API, or remove it. Removing it would likely also allow us to remove the jaxen-1.1.jar dependency since it appears that's the only place we use it.
No comments