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

Can't use handlers on strings (and other simple types) #194

Closed
Brammm opened this issue Dec 3, 2013 · 2 comments
Closed

Can't use handlers on strings (and other simple types) #194

Brammm opened this issue Dec 3, 2013 · 2 comments

Comments

@Brammm
Copy link

Brammm commented Dec 3, 2013

The API I'm accessing returns XML that returns simple strings, but sometimes adds an attribute to the string element. In that case, I need to ignore the value and do something with the attribute.

However, if I look in the GraphNavigator, I see that handlers aren't called for strings, integers, booleans, floats, doubles, arrays or resources.

@luxifer
Copy link

luxifer commented Dec 17, 2014

Having the same issue. Anybody there?

@goetas
Copy link
Collaborator

goetas commented Mar 12, 2017

solved with #610

@goetas goetas closed this as completed Mar 12, 2017
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

3 participants