Метод | Описание | |
---|---|---|
domdocumentToHtml ( $dom, $clone = true ) | ||
domdocumentToStringWithoutHeaders ( DOMDocument $dom, $html = false ) | ||
domnodeToHtml ( DOMNode $node ) | ||
domnodelistToString ( DOMNodeList $nodelist, $html = false ) | ||
domnodesToString ( array $nodes, $html = false ) | ||
exportNode ( DOMDocument $dom, DOMNode $node, $html = false ) | ||
isAnXmlString ( $string ) | ||
simplexmlToStringWithoutHeaders ( SimpleXMLElement $element, $html = false ) |
public static domdocumentToHtml ( $dom, $clone = true ) |
public static domdocumentToStringWithoutHeaders ( DOMDocument $dom, $html = false ) | ||
$dom | DOMDocument |
public static domnodeToHtml ( DOMNode $node ) | ||
$node | DOMNode |
public static domnodelistToString ( DOMNodeList $nodelist, $html = false ) | ||
$nodelist | DOMNodeList |
public static domnodesToString ( array $nodes, $html = false ) | ||
$nodes | array |
public static exportNode ( DOMDocument $dom, DOMNode $node, $html = false ) | ||
$dom | DOMDocument | |
$node | DOMNode |
public static simplexmlToStringWithoutHeaders ( SimpleXMLElement $element, $html = false ) | ||
$element | SimpleXMLElement |