Jeffhou
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
-
-
Jeffhou created a post, AnsweredHandling namespaced attribute in Code Inspections
I'm running code inspection for an XML file and need to handle a namespaced attribute. For this tag: <tag1 ns:attr="value" /> I currently have interface Tag1 : DomElement { @get:Required @get...