-
Notifications
You must be signed in to change notification settings - Fork 19
Home
storyicon edited this page Nov 5, 2018
·
5 revisions
Here is the detail documentation of GraphQuery.
- In Overview, through a simple example to understand the syntax framework of GraphQuery
- In Syntax, we can understand the syntax of GraphQuery in detail through abundant examples.
- In Extended Reading, understanding GraphQuery related knowledge.
- In RoadMap, learn how to make GraphQuery better together
- Overview
-
Syntax
- 1. Fieldname
-
2. Pipeline
- 1. css | Use CSS selector to select elements
- 2. json | Use JSON selector to select elements
- 3. xpath | Use Xpath selector to select elements
- 4. regex | Use regular expressions to select elements
- 5. trim | Remove blanks from both ends of text
- 6. template | Use Template Strings
- 7. attr | Get current element properties
- 8. eq | Get an element in the element collection
- 9. string | Get the native string of the element
- 10. text | Get the innter text of the element
- 11. link | Reference the text of field
- 12. replace | Replace the text in the element
- 13. absolute | Absolute URL
- 3. Children
- Extended Reading
- RoadMap