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

Add APIs for getting full name of a node and an attribute. #9

Merged
merged 1 commit into from
Dec 18, 2021

Conversation

ikorin24
Copy link
Owner

@ikorin24 ikorin24 commented Dec 18, 2021

Add APIs for getting full name of a node and an attribute

Added

  • in struct U8Xml.XmlNode

    • bool TryGetFullName(out RawString, out RawString)
    • (RawString, RawString) GetFullName()
  • in struct U8Xml.XmlAttribute

    • bool TryGetFullName(out RawString, out RawString)
    • (RawString, RawString) GetFullName()

@ikorin24 ikorin24 merged commit eda4c0c into master Dec 18, 2021
@ikorin24 ikorin24 deleted the get-full-name branch December 18, 2021 10:06
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

Successfully merging this pull request may close these issues.

None yet

1 participant