Copied!
Abstract
Methods
public __call( $name, $arguments)
 
  • param string $name
  • param array $arguments
  • throws \BadMethodCallException
  • return \SimpleXmlDomInterface|string|null
public __get( $name)
 
  • param string $name
  • return array|string|null
public __invoke( $selector, $idx = NULL)
 
  • param string $selector
  • param int|null $idx
  • return \SimpleXmlDomInterface|\SimpleXmlDomInterface[]|\SimpleXmlDomNodeInterface<\SimpleXmlDomInterface>
public __isset( $name)
 
  • param string $name
  • return bool
public __set( $name, $value)
 
  • param string $name
  • param mixed $value
  • return \SimpleXmlDomInterface|null
public __toString() : string
 
  • return string
public __unset( $name)
 
  • param string $name
  • return void
public abstract find(string $selector, $idx = NULL)
 
  • param string $selector
  • param int|null $idx
  • return \SimpleXmlDomInterface|\SimpleXmlDomInterface[]|\SimpleXmlDomNodeInterface<\SimpleXmlDomInterface>
public abstract getAllAttributes()
 
  • return string[]|null
public abstract getAttribute(string $name) : string
 
  • param string $name
  • return string
public abstract hasAttribute(string $name) : bool
 
  • param string $name
  • return bool
public abstract innerXml(bool $multiDecodeNewHtmlEntity = false) : string
public abstract removeAttribute(string $name) : voku\helper\SimpleXmlDomInterface
public abstract setAttribute(string $name, $value = NULL, bool $strictEmptyValueCheck = false) : voku\helper\SimpleXmlDomInterface
 
  • param string $name
  • param string|null $value
  • param bool $strictEmptyValueCheck
  • return \SimpleXmlDomInterface
public abstract text() : string
public abstract xml(bool $multiDecodeNewHtmlEntity = false) : string
Properties
protected static $functionAliases = ['children' => 'childNodes', 'first_child' => 'firstChild', 'last_child' => 'lastChild', 'next_sibling' => 'nextSibling', 'prev_sibling' => 'previousSibling', 'parent' => 'parentNode']
 
  • var array
protected $node = NULL
 
  • var \DOMElement|\DOMNode|null
Methods
protected abstract replaceChildWithString(string $string, bool $putBrokenReplacedBack = true) : voku\helper\SimpleXmlDomInterface
protected abstract replaceNodeWithString(string $string) : voku\helper\SimpleXmlDomInterface
protected abstract replaceTextWithString( $string) : voku\helper\SimpleXmlDomInterface
 
  • param string $string
  • return \SimpleXmlDomInterface
Properties
protected static $functionAliases = ['children' => 'childNodes', 'first_child' => 'firstChild', 'last_child' => 'lastChild', 'next_sibling' => 'nextSibling', 'prev_sibling' => 'previousSibling', 'parent' => 'parentNode']
 
  • var array
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration