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

Create an XPATH parser manipulating Node interface #6

Open
ArnaudBuchholz opened this issue Jan 9, 2014 · 3 comments
Open

Create an XPATH parser manipulating Node interface #6

ArnaudBuchholz opened this issue Jan 9, 2014 · 3 comments
Assignees
Labels

Comments

@ArnaudBuchholz
Copy link
Owner

This would clearly be a part of the XML implementation but could be reused for other parts such as file storage, ...

@ArnaudBuchholz
Copy link
Owner Author

It would require the following component (ideally):

  • a generic tokenizer / grammar interpreter (using a defined syntax to initialize) to realize the XPATH parser
  • a IXMLNode interface (with all the required stuff for XPATH handling)
  • an XmlNodeList class for sets of nodes with the following operators: subset (boolean-callback), join, intersect

This may take some time...

@ArnaudBuchholz
Copy link
Owner Author

This is a test to check if I can add logs from my mobile device

@ArnaudBuchholz
Copy link
Owner Author

A gpf.xml.XPath class has been defined. It does not allow yet XPATH parsing but you may provide it the parsed structure.

@ArnaudBuchholz ArnaudBuchholz added this to the Release 0.2.1 milestone Nov 25, 2015
@ArnaudBuchholz ArnaudBuchholz removed this from the Release 0.2.1: XML milestone Nov 10, 2016
@ArnaudBuchholz ArnaudBuchholz modified the milestone: Backlog Feb 26, 2017
@ArnaudBuchholz ArnaudBuchholz self-assigned this Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant