Tickaroo / tikxml

Modern XML Parser for Android
Apache License 2.0
423 stars 44 forks source link

Providing mandatory/optional fields in tikxml #98

Open shirishareddy opened 6 years ago

shirishareddy commented 6 years ago

In SimpleXml we have an option to set the filed to be mandatory/optional by using required attribute in Element class. In tikxml we don't find that option. Any help would be great full.

sockeqwe commented 6 years ago

This "feature" is not implemented at the moment. Back then we decided to not have something like that unless we really need it or see strong use case for it. There were some design considerations: