-
Notifications
You must be signed in to change notification settings - Fork 20
FluentDOM
Thomas Weinert edited this page Jul 12, 2018
·
6 revisions
Up to version 5.1 this class is a set of static function to access the library. This changes with 5.2, it now contains the loader plugin registration too.
Returns a new FluentDOM\Query instance. This is a jQuery like implementation of a node list for traversing and manipulation.
Returns a new FluentDOM\Query instance with a callback that allows to use CSS selectors.
Returns a functor (FluentDOM\Nodes\Creator that allows to create XML documents using nested functions.
Returns a FluentDOM\DOM\Document instance using the registered loaders. This is an extended DOMDocument.
Registers a new loader usable by the other functions. It allows additional loaders provided by separate Composer packages.
- 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