We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.dianping.picasso.view.PicassoTextView extend com.dianping.richtext.BaseRichTextView; extend android.support.v7.widget.AppCompatTextView extend android.widget.TextView
query("* marked:'a name'"), can not find the element
any way to support the custom TextView ? modify the WILDCARD branch ?
public static UIQueryAST uiQueryFromAst(CommonTree step) { String stepType = UIQueryParser.tokenNames[step.getType()]; switch (step.getType()) { case UIQueryParser.QUALIFIED_NAME: return UIQueryASTClassName.fromQualifiedClassName(step.getText()); case UIQueryParser.NAME: return UIQueryASTClassName.fromSimpleClassName(step.getText()); case UIQueryParser.WILDCARD: return UIQueryASTClassName.fromQualifiedClassName("android.view.View");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
com.dianping.picasso.view.PicassoTextView
extend com.dianping.richtext.BaseRichTextView;
extend android.support.v7.widget.AppCompatTextView
extend android.widget.TextView
query("* marked:'a name'"), can not find the element
any way to support the custom TextView ? modify the WILDCARD branch ?
public static UIQueryAST uiQueryFromAst(CommonTree step) {
String stepType = UIQueryParser.tokenNames[step.getType()];
switch (step.getType()) {
case UIQueryParser.QUALIFIED_NAME:
return UIQueryASTClassName.fromQualifiedClassName(step.getText());
case UIQueryParser.NAME:
return UIQueryASTClassName.fromSimpleClassName(step.getText());
case UIQueryParser.WILDCARD:
return UIQueryASTClassName.fromQualifiedClassName("android.view.View");
The text was updated successfully, but these errors were encountered: