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

Attributes #14

Closed
johnivey opened this issue Dec 30, 2014 · 1 comment
Closed

Attributes #14

johnivey opened this issue Dec 30, 2014 · 1 comment

Comments

@johnivey
Copy link

Is there a way to access or enumerate attributes that you don't know the name of? I'd like to be able to load all the attributes of an element into a dictionary.

@tadija
Copy link
Owner

tadija commented Jan 19, 2015

Hello,

you can do that with element's attributes: [NSObject : AnyObject] property, it is a dictionary containing all of the the element attributes.

@tadija tadija closed this as completed Jan 19, 2015
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

2 participants