-
Notifications
You must be signed in to change notification settings - Fork 20
Query
Thomas Weinert edited this page Jun 7, 2014
·
15 revisions
FluentDOM\Query is a node list for element and text nodes. It is an implementation of jQuery APIs for taversing and manipulation of XML DOMs.
FluentDOM\Query can be created using the FluentDOM() function, the FluentDOM factory class functions or by creating a FluentDOM\Query object. Additionally FluentDOM\Element::find() and FluentDOM\Document::find() will return a FluentDOM\Query instance.
$fd = FluentDOM('<greeting>Hello World</greeting>');
echo $fd->find('//greeting')->text();- Home
- Getting Started
- Tasks
- Plugins
- Functions
- Lists
- Creator (5.1)
- CSS Selectors
- Convertors
- Loaders
- Serializers (5.1)
- Transformers (5.1)
- Extended DOM
- XMLReader (6.1)
- XMLWriter (6.1)
- Interfaces