Index of All Elements
Package Indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ w ]
[ x ]
[ _ ]
a
- add
- in file qjerry.php, method qJerry::add()
Add more elements, matched by the given expression, to the set of matched elements.
- after
- in file qjerry.php, method qJerry::after()
Insert content after each of the matched elements.
- andSelf
- in file qjerry.php, method qJerry::andSelf()
Add the previous selection to the current selection.
- append
- in file qjerry.php, method qJerry::append()
Append content to the inside of every matched element.
- appendTo
- in file qjerry.php, method qJerry::appendTo()
Append all of the matched elements to another, specified, set of elements.
- attr
- in file qjerry.php, method qJerry::attr()
Access an attribute of the first matched element.
b
- before
- in file qjerry.php, method qJerry::before()
Insert content before each of the matched elements.
c
- children
- in file qjerry.php, method qJerry::children()
Get a set of elements containing all of the unique immediate children of each of the matched set of elements.
- clear
- in file qjerry.php, method qJerry::clear()
Remove all child nodes from the set of matched elements.
- copy
- in file qjerry.php, method qJerry::copy()
Clone matched DOM eslements and select the clones.
- create
- in file qjerry.php, method qJerry::create()
Create new qJerry instance.
d
- $document
- in file qjerry.php, variable qJerry::$document
Instance of current working DOM document.
- doc
- in file qjerry.php, method qJerry::doc()
Return current working DOM document.
- dump
- in file qjerry.php, method qJerry::dump()
Dump the current working DOM document.
e
- each
- in file qjerry.php, method qJerry::each()
Execute a function within the context of every matched element.
- end
- in file qjerry.php, method qJerry::end()
Revert the most recent 'destructive' operation.
- eq
- in file qjerry.php, method qJerry::eq()
Reduce the set of matched elements to a single element.
f
- $file
- in file qjerry.php, variable qJerry::$file
Filename of current working document.
- $format
- in file qjerry.php, variable qJerry::$format
Whether format or not XML tree when saving.
- file
- in file qjerry.php, method qJerry::file()
Get/set file name of the current working document.
- filter
- in file qjerry.php, method qJerry::filter()
Filter the matched set using expression or callback function.
- find
- in file qjerry.php, method qJerry::find()
Search for all elements that match the specified expression.
- format
- in file qjerry.php, method qJerry::format()
Turn on/off formatting when saving the document.
- fromArray
- in file qjerry.php, method qJerry::fromArray()
Create DOM document from the multi-dimensional array.
g
- get
- in file qjerry.php, method qJerry::get()
Return a single element at a specified index.
- getIterator
- in file qjerry.php, method qJerry::getIterator()
IteratorAggregate interface implementation.
i
- index
- in file qjerry.php, method qJerry::index()
Return the index of the element.
- insertAfter
- in file qjerry.php, method qJerry::insertAfter()
Insert all of the matched elements after another, specified, set of elements.
- insertBefore
- in file qjerry.php, method qJerry::insertBefore()
Insert all of the matched elements before another, specified, set of elements.
- is
- in file qjerry.php, method qJerry::is()
Test current selection against an expression.
l
- $length
- in file qjerry.php, variable qJerry::$length
Number of matched elements.
- load
- in file qjerry.php, method qJerry::load()
Create qJerry object and load local XML file into it.
n
- $nodes
- in file qjerry.php, variable qJerry::$nodes
Array of matched elements.
- name
- in file qjerry.php, method qJerry::name()
The tag name of first matched element.
- next
- in file qjerry.php, method qJerry::next()
Return the very next sibling for each element.
- nextAll
- in file qjerry.php, method qJerry::nextAll()
Find all sibling elements after all the matched elements.
- not
- in file qjerry.php, method qJerry::not()
Remove elements matching the specified expression from the set of matched elements.
p
- $prev
- in file qjerry.php, variable qJerry::$prev
Parent qJerry instance.
- parent
- in file qjerry.php, method qJerry::parent()
Get a set of elements containing the unique parents of the matched set of elements.
- parents
- in file qjerry.php, method qJerry::parents()
Get a set of elements containing the unique ancestors of the matched set of elements (except for the root element).
- prepend
- in file qjerry.php, method qJerry::prepend()
Prepend content to the inside of every matched element.
- prependTo
- in file qjerry.php, method qJerry::prependTo()
Prepend all of the matched elements to another, specified, set of elements.
- prev
- in file qjerry.php, method qJerry::prev()
Get a set of elements containing the unique previous siblings of each of the matched set of elements.
- prevAll
- in file qjerry.php, method qJerry::prevAll()
Find all sibling elements before the current element.
q
- q
- in file qjerry.php, function q()
Shortcut for creating new qJerry instances.
- qJerry
- in file qjerry.php, class qJerry
qJerry: write less, do more. Now in PHP.
- qjerry.php
- procedural page qjerry.php
- qJException
- in file qjerry.php, class qJException
Custom exception class for qJerry.
r
- remove
- in file qjerry.php, method qJerry::remove()
Removes all matched elements from the DOM document.
- removeAttr
- in file qjerry.php, method qJerry::removeAttr()
Remove an attribute from each of the matched elements.
- replaceAll
- in file qjerry.php, method qJerry::replaceAll()
Replaces the elements matched by the specified expression with the matched elements.
- replaceWith
- in file qjerry.php, method qJerry::replaceWith()
Replaces all matched elements with the specified HTML or DOM elements.
- reset
- in file qjerry.php, method qJerry::reset()
Discard history of destructive operations.
- response
- in file qjerry.php, method qJerry::response()
Return current working document as server response.
- root
- in file qjerry.php, method qJerry::root()
Return qJerry instance initialized with the root element of the current working DOM document.
s
- save
- in file qjerry.php, method qJerry::save()
Save current working document to file.
- saveXML
- in file qjerry.php, method qJerry::saveXML()
Create string representation of the current working document.
- siblings
- in file qjerry.php, method qJerry::siblings()
Get a set of elements containing all of the unique siblings of each of the matched set of elements.
- size
- in file qjerry.php, method qJerry::size()
The number of elements in the qJerry object.
- slice
- in file qjerry.php, method qJerry::slice()
Select a subset of the matched elements.
t
- text
- in file qjerry.php, method qJerry::text()
Get/set the text contents of all matched elements.
w
- wrap
- in file qjerry.php, method qJerry::wrap()
Wrap all matched elements with a structure of other elements.
- wrapAll
- in file qjerry.php, method qJerry::wrapAll()
Wrap all the elements in the matched set into a single wrapper element.
- wrapInner
- in file qjerry.php, method qJerry::wrapInner()
Wrap the inner child contents of each matched element (including text nodes) with an HTML structure.
x
- $xp
- in file qjerry.php, variable qJerry::$xp
DOMXPath instance for working DOM document.
|
|