Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Chumillas committed Jan 11, 2015
1 parent bcdcdbe commit 602ac77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -23,7 +23,6 @@ Methods
-------

#### Create nodes from a given source:
* `DomNode::createFromDocument($doc)`: creates an instance from a Document object
* `DomNode::createFromElement($element)`: creates an instance from a DOMElement object
* `DomNode::createFromNode($node)`: creates an instance from a DomNode object
* `DomNode::createFromString($string)`: creates an instance from a string
Expand All @@ -37,10 +36,10 @@ Methods
* `DomNode::query($cssSelectors)`: finds nodes using CSS selectors
* `DomNode::xpath($expression)`: finds nodes using XPath expressions
* `DomNode::remove()`: removes the node from the document
* `DomNode::clear()`: removes all child nodes
* `DomNode::data($name, [$value])`: gets or sets arbitrary data
* `DomNode::append($string)`: appends inner XML text
* `DomNode::prepend($string)`: prepends inner XML text
* `DomNode::clear()`: removes all child nodes
* `DomNode::html([$string])`: gets or sets inner XML text
* `DomNode::text([$string])`: gets or sets inner text

Expand Down

0 comments on commit 602ac77

Please sign in to comment.