PHP Class FluidXml\FluidHelper

Datei anzeigen Open project: servo-php/fluidxml Class Usage Examples

Public Methods

Method Description
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 )

Method Details

domdocumentToHtml() public static method

public static domdocumentToHtml ( $dom, $clone = true )

domdocumentToStringWithoutHeaders() public static method

public static domdocumentToStringWithoutHeaders ( DOMDocument $dom, $html = false )
$dom DOMDocument

domnodeToHtml() public static method

public static domnodeToHtml ( DOMNode $node )
$node DOMNode

domnodelistToString() public static method

public static domnodelistToString ( DOMNodeList $nodelist, $html = false )
$nodelist DOMNodeList

domnodesToString() public static method

public static domnodesToString ( array $nodes, $html = false )
$nodes array

exportNode() public static method

public static exportNode ( DOMDocument $dom, DOMNode $node, $html = false )
$dom DOMDocument
$node DOMNode

isAnXmlString() public static method

public static isAnXmlString ( $string )

simplexmlToStringWithoutHeaders() public static method

public static simplexmlToStringWithoutHeaders ( SimpleXMLElement $element, $html = false )
$element SimpleXMLElement