Свойство | Type | Description | |
---|---|---|---|
$parent | |||
$rover | |||
$xml |
Méthode | Description | |
---|---|---|
__construct ( string $name ) | Accepts any of the following constructors: | |
__destruct ( ) | ||
attrs ( array $attrs ) : JAXLXml | Set or update attrs of element. | |
c ( string $name, string $ns = null, array $attrs = [], string $text = null ) : JAXLXml | Create child. | |
cnode ( JAXLXml $node ) : JAXLXml | Append child node. | |
exists ( string $name, string $ns = null, array $attrs = [] ) : JAXLXml | boolean | ||
match_attrs ( array $attrs ) : boolean | Check that element matches by attrs. | |
t ( string $text, boolean $append = false ) : JAXLXml | Set or append text. | |
to_string ( string $parent_ns = null ) : string | ||
top ( ) : JAXLXml | ||
up ( ) : JAXLXml | ||
update ( string $name, string $ns = null, array $attrs = [], string $text = null ) | Update child with name $name. | |
x ( JAXLXmlAccess $xml, boolean $append = false ) : JAXLXml | Set or append XML. |
public __construct ( string $name ) | ||
$name | string |
public cnode ( JAXLXml $node ) : JAXLXml | ||
$node | JAXLXml | |
Résultat | JAXLXml |
public match_attrs ( array $attrs ) : boolean | ||
$attrs | array | |
Résultat | boolean |