-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Common Interface needed for all node types, to facilitate logging #926
Comments
XMLNode is the common base class. |
Except XMLNode is not a base class for the XMLAttribute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into a problem, where I am trying to create logging for checking validity of XML data.
It would be very convenient if all node types and attribute had a common interface or base class, which holds the name, file line number, type identifier and possibly reference to the value, so that a logging function can be made independent of the type being sent for logging. I can implement the change and post back for review.
The text was updated successfully, but these errors were encountered: