-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Thomas Weinert edited this page Jun 7, 2014
·
21 revisions
FluentDOM\Query is a list of element and/or text nodes with a fluent interface. It provides a lot of methods to find and manipulate an existing XML document.
It is the original FluentDOM class (up to 4.x). It is an implementation of jQueries Traversing and Manipulation APIs in PHP.
With FluentDOM 5, several classes that extend the PHP DOM classes are included. They provide shortcuts, syntax sugar and some workarounds for bugs.
- Document
- Element
- Xpath
FluentDOM\XmlAppendable and FluentDOM\XmlSerializable provide interface to integrate your own classes into DOM. FluentDOM\XmlSerialize is a trait that implements FluentDOM\XmlSerializable.
- 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