Skip to content
Thomas Weinert edited this page Jun 7, 2014 · 21 revisions

Query

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.

DOM Extensions

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

Interfaces and Traits

FluentDOM\XmlAppendable and FluentDOM\XmlSerializable provide interface to integrate your own classes into DOM. FluentDOM\XmlSerialize is a trait that implements FluentDOM\XmlSerializable.

Clone this wiki locally