Skip to content
New issue

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

xpath-constraints #9261

Open
xiaodongni opened this issue Mar 27, 2025 · 0 comments
Open

xpath-constraints #9261

xiaodongni opened this issue Mar 27, 2025 · 0 comments

Comments

@xiaodongni
Copy link

Please use the form below, leaving the prefilled data to help us. Thank you.

Page link: xpath-constraints

Document link: _index.md

My Issue/Suggestion

Image

for this sample :

public getCustomersNameJansen(IContext context, ICore core, int value) {
List results = core.createXPathQuery("//Sales.Customer[Name='Jansen']")
.execute(context);
return results;
}
i think this is wrong , this medthod should be no retrun value .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant